1 #ifndef __SENSORMODEL_STATESENSOR_IDL__ 2 #define __SENSORMODEL_STATESENSOR_IDL__ 44 valueobject StateChangedEvent extends
idl.Event {
Sensor with discrete readings.
Definition: StateSensor.idl:35
Sensor state.
Definition: StateSensor.idl:38
Sensor interface
Definition: Sensor.idl:10
time timestamp
Timestamp of last sample.
Definition: StateSensor.idl:39
Basic IDL definitions.
Definition: Event.idl:6
Sensors Model.
Definition: AccumulatingNumericSensor.idl:8
boolean available
true if the sensor is available
Definition: StateSensor.idl:40
int value
Discrete sensor value; intrepretation depends on the type of sensor.
Definition: StateSensor.idl:41