Uses of Class
nl.tue.id.creapro.admoveo.Sensor

Packages that use Sensor
nl.tue.id.creapro.admoveo   
 

Uses of Sensor in nl.tue.id.creapro.admoveo
 

Subclasses of Sensor in nl.tue.id.creapro.admoveo
 class AnalogSensor
          This class models all analog sensors.
 class DigitalSensor
          This class models all digital sensors.
 

Methods in nl.tue.id.creapro.admoveo with parameters of type Sensor
 int SensorStatus.get(Sensor sensor)
           
 void SensorListener.inputAvailable(Sensor sensor, int oldValue, int newValue)
          When input is available from a sensor, the sensor will notify all its listeners by sending the message inputAvailabe.
 void AdMoVeoTest.MyPApplet.inputAvailable(Sensor sensor, int oldValue, int newValue)
           
 void AdMoVeo.inputAvailable(Sensor sensor, int oldValue, int newValue)
          Deprecated.  
 void AdMoVeoTest.inputReceived(Sensor sensor, int oldValue, int newValue)
          Deprecated.  
 void SensorStatus.put(Sensor sensor, int value)
          stores the sensor value.