Raritan PX2/PX3 JSON-RPC API
|
6 #ifndef __SENSORMODEL_ACCUMULATING_NUMERIC_SENSOR_IDL__
7 #define __SENSORMODEL_ACCUMULATING_NUMERIC_SENSOR_IDL__
9 #include <NumericSensor.idl>
10 #include <UserEvent.idl>
19 valueobject ResetEvent extends
event.UserEvent {
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13
NumericSensor_4_0_4::Reading newReading
Value after reset.
Definition: AccumulatingNumericSensor.idl:21
void resetValue()
Resets the accumulated value of the sensor.
A sensor with numeric readings.
Definition: NumericSensor.idl:17
Numeric sensor reading.
Definition: NumericSensor.idl:125
A sensor which accumulates numeric readings (e.g.
Definition: AccumulatingNumericSensor.idl:16