Interface for control devices, commands to get/set position and veloity limits.
More...
#include <yarp/dev/IControlLimits.h>
|
virtual | ~IControlLimits () |
| Destructor. More...
|
|
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 exceeded, depends on the implementation. More...
|
|
virtual bool | getLimits (int axis, double *min, double *max)=0 |
| Get the software limits for a particular axis. More...
|
|
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 limits are exceeded, depends on the implementation. More...
|
|
virtual bool | getVelLimits (int axis, double *min, double *max)=0 |
| Get the software speed limits for a particular axis. More...
|
|
Interface for control devices, commands to get/set position and veloity limits.
Definition at line 32 of file IControlLimits.h.
◆ ~IControlLimits()
virtual yarp::dev::IControlLimits::~IControlLimits |
( |
| ) |
|
|
inlinevirtual |
◆ getLimits()
virtual bool yarp::dev::IControlLimits::getLimits |
( |
int |
axis, |
|
|
double * |
min, |
|
|
double * |
max |
|
) |
| |
|
pure virtual |
◆ getVelLimits()
virtual bool yarp::dev::IControlLimits::getVelLimits |
( |
int |
axis, |
|
|
double * |
min, |
|
|
double * |
max |
|
) |
| |
|
pure virtual |
◆ setLimits()
virtual bool yarp::dev::IControlLimits::setLimits |
( |
int |
axis, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
|
pure virtual |
◆ setVelLimits()
virtual bool yarp::dev::IControlLimits::setVelLimits |
( |
int |
axis, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: