nl.tue.id.creapro.admoveo
Class SensorStatus

java.lang.Object
  extended by nl.tue.id.creapro.admoveo.SensorStatus

public class SensorStatus
extends java.lang.Object


Constructor Summary
SensorStatus()
           
 
Method Summary
 SensorStatus copy()
          * @return returns a copy of current sensor status;
 int get(Sensor sensor)
           
 void put(Sensor sensor, int value)
          stores the sensor value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorStatus

public SensorStatus()
Method Detail

copy

public SensorStatus copy()
* @return returns a copy of current sensor status;


get

public int get(Sensor sensor)
Parameters:
sensor -
Returns:
returns the value of the sensor stored in current status.

put

public void put(Sensor sensor,
                int value)
stores the sensor value.

Parameters:
sensor -
value -