20 size_t subIndex =
device.
lut[j].deviceEntry;
42 size_t subIndex =
device.
lut[j].deviceEntry;
68 size_t subIndex =
device.
lut[j].deviceEntry;
90 size_t subIndex =
device.
lut[j].deviceEntry;
const yarp::os::LogComponent & CONTROLBOARD()
bool getLimits(int j, double *min, double *max) override
Get the software limits for a particular axis.
bool setLimits(int j, double min, double max) override
Set the software limits for a particular axis, the behavior of the control card when these limits are...
bool getVelLimits(int j, double *min, double *max) override
Get the software speed limits for a particular axis.
bool setVelLimits(int j, double min, double max) override
Set the software speed limits for a particular axis, the behavior of the control card when these limi...
yarp::dev::IControlLimits * lim
std::vector< DevicesLutEntry > lut
SubDevice * getSubdevice(size_t i)
virtual bool getVelLimits(int axis, double *min, double *max)=0
Get the software speed limits for a particular axis.
virtual bool getLimits(int axis, double *min, double *max)=0
Get the software limits for a particular axis.
virtual bool setLimits(int axis, double min, double max)=0
Set the software limits for a particular axis, the behavior of the control card when these limits are...
virtual bool setVelLimits(int axis, double min, double max)=0
Set the software speed limits for a particular axis, the behavior of the control card when these limi...
#define yCError(component,...)