6#ifndef __SENSORMODEL_ACCUMULATING_NUMERIC_SENSOR_IDL__ 
    7#define __SENSORMODEL_ACCUMULATING_NUMERIC_SENSOR_IDL__ 
    9#include <NumericSensor.idl> 
   10#include <UserEvent.idl> 
A sensor which accumulates numeric readings (e.g.
void resetValue()
Resets the accumulated value of the sensor.
time getLastResetTime()
Unix timestamp (UTC) when the value was last reset.
A sensor with numeric readings.
Event: Accumulated value has been reset.
NumericSensor::Reading oldReading
Value before reset.
NumericSensor::Reading newReading
Value after reset.