|
blmc_drivers
|
AnalogSensorInterface class is a simple abstract interface for using blmc analog measurements. More...
#include <analog_sensor.hpp>


Public Types | |
| typedef real_time_tools::ThreadsafeTimeseries< double > | ScalarTimeseries |
| This is just a short cut for the time series types. | |
Public Member Functions | |
| virtual std::shared_ptr< const ScalarTimeseries > | get_measurement () const =0 |
| Get the measurement object which is the list of time stamped data. More... | |
| virtual | ~AnalogSensorInterface () |
| Destroy the AnalogSensorInterface object. More... | |
AnalogSensorInterface class is a simple abstract interface for using blmc analog measurements.
|
inlinevirtual |
Destroy the AnalogSensorInterface object.
|
pure virtual |
Get the measurement object which is the list of time stamped data.
Implemented in blmc_drivers::AnalogSensor.