Raritan PX2/PX3 JSON-RPC API
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
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 {
15  NumericSensor_4_0_1.Reading oldReading;
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
NumericSensor_4_0_1::Reading newReading
Value after reset.
Definition: AccumulatingNumericSensor.idl:16