uwcse.location.objects.mote
Class MoteSerialReadWrite.basePacket

java.lang.Object
  |
  +--uwcse.location.objects.mote.MoteSerialReadWrite.basePacket
Direct Known Subclasses:
MoteSerialReadWrite.beacon_packet, MoteSerialReadWrite.bs_reply, MoteSerialReadWrite.test_route_packet, MoteSerialReadWrite.topo_packet
Enclosing class:
MoteSerialReadWrite

public abstract class MoteSerialReadWrite.basePacket
extends Object


Field Summary
 int dest_addr
           
 MoteSerialReadWrite.header hdr
           
 short hops_to_bs
           
protected  String PACKET_NAME
           
 int src_addr
           
 
Constructor Summary
MoteSerialReadWrite.basePacket()
           
 
Method Summary
 void log(Level level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hdr

public MoteSerialReadWrite.header hdr

src_addr

public int src_addr

hops_to_bs

public short hops_to_bs

dest_addr

public int dest_addr

PACKET_NAME

protected String PACKET_NAME
Constructor Detail

MoteSerialReadWrite.basePacket

public MoteSerialReadWrite.basePacket()
Method Detail

log

public void log(Level level)


This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/

© Copyright 2004 University of Washington CSE