Raritan PX2/PX3 JSON-RPC API
AccumulatingNumericSensor.idl
1 #ifndef __SENSORMODEL_ACCUMULATING_NUMERIC_SENSOR_IDL__
2 #define __SENSORMODEL_ACCUMULATING_NUMERIC_SENSOR_IDL__
3 
4 #include <NumericSensor.idl>
5 #include <UserEvent.idl>
6 
8 module sensors {
9 
12 
14  valueobject ResetEvent extends event.UserEvent {
17  };
18 
22  void resetValue();
23 
24  };
25 
26 }
27 
28 #endif
A sensor with numeric readings.
Definition: NumericSensor.idl:12
A sensor which accumulates numeric readings (e.g.
Definition: AccumulatingNumericSensor.idl:11
Sensors Model.
Definition: AccumulatingNumericSensor.idl:8
NumericSensor_4_0_2::Reading newReading
Value after reset.
Definition: AccumulatingNumericSensor.idl:16
Numeric sensor reading.
Definition: NumericSensor.idl:120