6 #ifndef __SENSORMODEL_STATESENSOR_IDL__ 7 #define __SENSORMODEL_STATESENSOR_IDL__ 52 valueobject StateChangedEvent extends
idl.Event {
Sensor state.
Definition: StateSensor.idl:46
Basic IDL definitions.
Definition: Event.idl:10
time timestamp
Timestamp of last sample.
Definition: StateSensor.idl:47
Sensor interface
Definition: Sensor.idl:15
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13
Sensor with discrete readings.
Definition: StateSensor.idl:43
boolean available
true if the sensor is available
Definition: StateSensor.idl:48
int value
Discrete sensor value; intrepretation depends on the type of sensor.
Definition: StateSensor.idl:49