|
YARP
Yet Another Robot Platform
|
|
virtual ~ImplementAxisInfo()
bool initialize(int size, const int *amap)
Initialize the internal data and alloc memory.
An interface for the device drivers.
virtual bool getJointTypeRaw(int axis, yarp::dev::JointTypeEnum &type)
bool getJointType(int axis, yarp::dev::JointTypeEnum &type) override
yarp::dev::ControlBoardHelper * castToMapper(void *p)
Interface for getting information about specific axes, if available.
bool uninitialize()
Clean up internal data and memory.
virtual bool getAxisNameRaw(int axis, std::string &name)=0
bool getAxisName(int axis, std::string &name) override
ImplementAxisInfo(yarp::dev::IAxisInfoRaw *y)