|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_IMPLEMENTAXISINFO_H
10 #define YARP_DEV_IMPLEMENTAXISINFO_H
16 class ImplementAxisInfo;
52 bool getAxisName(
int axis, std::string& name)
override;
56 #endif // YARP_DEV_IMPLEMENTAXISINFO_H
virtual ~ImplementAxisInfo()
bool initialize(int size, const int *amap)
Initialize the internal data and alloc memory.
define control board standard interfaces
Interface for getting information about specific axes, if available.
virtual bool getJointType(int axis, yarp::dev::JointTypeEnum &type)
Interface for getting information about specific axes, if available.
The main, catch-all namespace for YARP.
bool uninitialize()
Clean up internal data and memory.
virtual bool getAxisName(int axis, std::string &name)=0
ImplementAxisInfo(yarp::dev::IAxisInfoRaw *y)