20IRemoteCalibrator::IRemoteCalibrator()
22 _remoteCalibrator =
nullptr;
27 _remoteCalibrator = dev;
33 return _remoteCalibrator;
38 _remoteCalibrator ==
nullptr ? *isCalib = false : *isCalib =
true;
44 _remoteCalibrator =
nullptr;
IRemoteCalibrator interface is meant to remotize the access of the calibration device in order to all...
virtual bool setCalibratorDevice(yarp::dev::IRemoteCalibrator *dev)
setCalibratorDevice: store the pointer to the calibrator device.
virtual void releaseCalibratorDevice()
releaseCalibratorDevice: reset the internal pointer to NULL when stop using the calibrator
virtual bool isCalibratorDevicePresent(bool *isCalib)
isCalibratorDevicePresent: check if a calibrator device has been set
virtual yarp::dev::IRemoteCalibrator * getCalibratorDevice()
getCalibratorDevice: return the pointer stored with the setCalibratorDevice
For streams capable of holding different kinds of content, check what they actually have.