Orocos Real-Time Toolkit
2.5.0
|
A class which will calibrate a sensor. More...
#include <rtt/extras/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 52 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.