|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_DEV_IAXISINFO_H
11 #define YARP_DEV_IAXISINFO_H
95 #endif // YARP_DEV_IAXISINFO_H
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
@ VOCAB_JOINTTYPE_REVOLUTE
virtual ~IAxisInfo()
Destructor.
@ VOCAB_JOINTTYPE_PRISMATIC
Interface for getting information about specific axes, if available.
virtual bool getJointTypeRaw(int axis, yarp::dev::JointTypeEnum &type)
virtual bool getJointType(int axis, yarp::dev::JointTypeEnum &type)
constexpr yarp::conf::vocab32_t VOCAB_INFO_NAME
Interface for getting information about specific axes, if available.
The main, catch-all namespace for YARP.
constexpr yarp::conf::vocab32_t VOCAB_INFO_TYPE
virtual bool getAxisNameRaw(int axis, std::string &name)=0
virtual bool getAxisName(int axis, std::string &name)=0
@ VOCAB_JOINTTYPE_UNKNOWN
virtual ~IAxisInfoRaw()
Destructor.