#include <StatisticalData.h>
Public Methods | |
virtual | ~IDataCapture () |
called when the monitor is being deleted so data can be flushed and files closed. More... | |
virtual void | currentValue (rmValue a_value, time_t a_timestamp)=0 |
passes the value of the current reading of the statistic. More... | |
virtual void | monitoringStopped (time_t a_timestamp)=0 |
informs the data capture library that monitoring has stopped. Buffered data should be flushed at this point. More... |
|
called when the monitor is being deleted so data can be flushed and files closed.
|
|
passes the value of the current reading of the statistic.
|
|
informs the data capture library that monitoring has stopped. Buffered data should be flushed at this point.
|