Interface for getting information about specific axes, if available. More...
#include <yarp/dev/IAxisInfo.h>
Public Member Functions | |
virtual | ~IAxisInfoRaw () |
Destructor. | |
virtual bool | getAxes (int *ax)=0 |
Get the number of controlled axes. | |
virtual bool | getAxisNameRaw (int axis, std::string &name)=0 |
virtual bool | getJointTypeRaw (int axis, yarp::dev::JointTypeEnum &type) |
Interface for getting information about specific axes, if available.
Definition at line 71 of file IAxisInfo.h.
|
inlinevirtual |
Destructor.
Definition at line 77 of file IAxisInfo.h.
|
pure virtual |
Get the number of controlled axes.
This command asks the number of controlled axes for the current physical interface.
ax | storage to return param |
Implemented in FakeLaserWithMotor, FakeMotionControl, and FakeMotionControlMicro.
|
pure virtual |
Implemented in FakeLaserWithMotor, FakeMotionControl, and FakeMotionControlMicro.
|
inlinevirtual |
Reimplemented in FakeLaserWithMotor, FakeMotionControl, and FakeMotionControlMicro.
Definition at line 99 of file IAxisInfo.h.