net.tinyos.tinydb.topology.Packet
Class Packet

java.lang.Object
  |
  +--net.tinyos.tinydb.topology.Packet.Packet

public class Packet
extends java.lang.Object


Field Summary
static int LIGHT_IDX
           
static int NODEID_IDX
           
static int PARENT_IDX
           
static int TEMP_IDX
           
static int VOLTAGE_IDX
           
 
Constructor Summary
Packet(net.tinyos.tinydb.QueryResult qr)
           
 
Method Summary
 java.util.Vector CreateRoutePathArray()
           
 java.lang.Integer getNodeId()
           
 java.lang.Integer getParent()
           
 int getValue()
           
static void setCurrentValueIdx(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODEID_IDX

public static final int NODEID_IDX
See Also:
Constant Field Values

PARENT_IDX

public static final int PARENT_IDX
See Also:
Constant Field Values

LIGHT_IDX

public static final int LIGHT_IDX
See Also:
Constant Field Values

TEMP_IDX

public static final int TEMP_IDX
See Also:
Constant Field Values

VOLTAGE_IDX

public static final int VOLTAGE_IDX
See Also:
Constant Field Values
Constructor Detail

Packet

public Packet(net.tinyos.tinydb.QueryResult qr)
Method Detail

getNodeId

public java.lang.Integer getNodeId()

getParent

public java.lang.Integer getParent()

getValue

public int getValue()

setCurrentValueIdx

public static void setCurrentValueIdx(int idx)

CreateRoutePathArray

public java.util.Vector CreateRoutePathArray()