6#ifndef YARP_DEV_IMPLEMENTAXISINFO_H
7#define YARP_DEV_IMPLEMENTAXISINFO_H
12class ImplementAxisInfo;
48 bool getAxisName(
int axis, std::string& name)
override;
define control board standard interfaces
Interface for getting information about specific axes, if available.
Interface for getting information about specific axes, if available.
bool getJointType(int axis, yarp::dev::JointTypeEnum &type) override
bool uninitialize()
Clean up internal data and memory.
bool getAxes(int *ax) override
Get the number of controlled axes.
bool initialize(int size, const int *amap)
Initialize the internal data and alloc memory.
virtual ~ImplementAxisInfo()
bool getAxisName(int axis, std::string &name) override
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.