|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
25 _remoteCalibrator =
nullptr;
30 _remoteCalibrator = dev;
36 return _remoteCalibrator;
41 _remoteCalibrator ==
nullptr ? *isCalib = false : *isCalib =
true;
47 _remoteCalibrator =
nullptr;
virtual bool isCalibratorDevicePresent(bool *isCalib)
isCalibratorDevicePresent: check if a calibrator device has been set
virtual bool setCalibratorDevice(yarp::dev::IRemoteCalibrator *dev)
setCalibratorDevice: store the pointer to the calibrator device.
An interface for the device drivers.
virtual yarp::dev::IRemoteCalibrator * getCalibratorDevice()
getCalibratorDevice: return the pointer stored with the setCalibratorDevice
IRemoteCalibrator()
This interface is meant to remotize the access of the calibration device in order to allow users to r...
IRemoteCalibrator interface is meant to remotize the access of the calibration device in order to all...
virtual void releaseCalibratorDevice()
releaseCalibratorDevice: reset the internal pointer to NULL when stop using the calibrator