A class which will calibrate a sensor. It is useful for making 'calibration' objects. More...
#include <CalibrationInterface.hpp>
Public Member Functions | |
virtual void | calibrate () |
Start or perform calibration. | |
CalibrationInterface () | |
virtual bool | isCalibrated () const |
Inspect if a calibration has been done. | |
virtual void | unCalibrate () |
Undo any previous calibration ( this function may have no effect ). | |
virtual | ~CalibrationInterface () |
Protected Attributes | |
bool | calibrated |
A class which will calibrate a sensor. It is useful for making 'calibration' objects.
Definition at line 52 of file CalibrationInterface.hpp.
RTT::dev::CalibrationInterface::CalibrationInterface | ( | ) | [inline] |
Definition at line 57 of file CalibrationInterface.hpp.
virtual RTT::dev::CalibrationInterface::~CalibrationInterface | ( | ) | [inline, virtual] |
Definition at line 58 of file CalibrationInterface.hpp.
virtual void RTT::dev::CalibrationInterface::calibrate | ( | ) | [inline, virtual] |
Start or perform calibration.
Definition at line 62 of file CalibrationInterface.hpp.
virtual bool RTT::dev::CalibrationInterface::isCalibrated | ( | ) | const [inline, virtual] |
Inspect if a calibration has been done.
Definition at line 70 of file CalibrationInterface.hpp.
virtual void RTT::dev::CalibrationInterface::unCalibrate | ( | ) | [inline, virtual] |
Undo any previous calibration ( this function may have no effect ).
Definition at line 76 of file CalibrationInterface.hpp.
bool RTT::dev::CalibrationInterface::calibrated [protected] |
Definition at line 55 of file CalibrationInterface.hpp.