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