Interface for getting information about specific axes, if available. More...
#include <yarp/dev/IAxisInfo.h>
Public Member Functions | |
virtual | ~IAxisInfoRaw () |
Destructor. More... | |
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 68 of file IAxisInfo.h.
|
inlinevirtual |
Destructor.
Definition at line 74 of file IAxisInfo.h.
|
pure virtual |
Implemented in FakeMotionControl.
|
inlinevirtual |
Reimplemented in FakeMotionControl.
Definition at line 88 of file IAxisInfo.h.