Uses of Class
moteaccess.SensorType

Packages that use SensorType
lime.motes   
moteaccess   
 

Uses of SensorType in lime.motes
 

Constructors in lime.motes with parameters of type SensorType
LimeMoteRequest(MoteID mid, SensorType stype, java.lang.Boolean reqmode)
          Public constructor that simply calls moteaccess.MoteRequest constructor.
LimeMoteReaction(MoteID mid, SensorType stype, Condition cond, java.lang.Boolean oncepertuple)
           
LimeMoteReaction(MoteID mid, SensorType stype, IAggregationOptions aggOpts, Condition cond, java.lang.Boolean oncepertuple)
           
 

Uses of SensorType in moteaccess
 

Fields in moteaccess declared as SensorType
private  SensorType MoteResult.sensorType
          The kind of sensor this reading came from.
protected  SensorType MoteRequest.sensorType
          The desired sensor.
protected  SensorType MoteReaction.st
          The type of the sensor.
 

Methods in moteaccess that return SensorType
 SensorType MoteResult.getSensorType()
           
 SensorType MoteRequest.getSensorType()
          Getter method for the Type of sensor requested.
 SensorType MoteReaction.getSensorType()
          Return the desired sensor
 

Methods in moteaccess with parameters of type SensorType
static int SensorType.freshness(SensorType st)
          Static method that returns the freshness of the passed sensor.
 void MoteResult.setSensorType(SensorType type)
          Sets the sensor type associated to this result.
 

Constructors in moteaccess with parameters of type SensorType
MoteResult(SensorType sensorType, int sensorReading, MoteID sourceMote, int epochTime, RequestID rid)
          Standard contructor of the MoteResult, all the values of the result are passed as parameters, but the timestamp which is generated.
MoteRequest(MoteID m, SensorType sensorType, boolean timedMode)
          Public constructor for a new MoteRequest.
MoteReaction(MoteID m, SensorType sensorType, Condition cond, java.lang.Boolean persistentMode)
          Public constructor of a mote reaction.
MoteReaction(MoteID m, SensorType st, Condition c, boolean persistent)
          Public constructor of a mote reaction.