YARP
Yet Another Robot Platform
yarp::dev::IAxisInfoRaw Class Referenceabstract

Interface for getting information about specific axes, if available. More...

#include <yarp/dev/IAxisInfo.h>

+ Inheritance diagram for yarp::dev::IAxisInfoRaw:

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)
 

Detailed Description

Interface for getting information about specific axes, if available.

Definition at line 68 of file IAxisInfo.h.

Constructor & Destructor Documentation

◆ ~IAxisInfoRaw()

virtual yarp::dev::IAxisInfoRaw::~IAxisInfoRaw ( )
inlinevirtual

Destructor.

Definition at line 74 of file IAxisInfo.h.

Member Function Documentation

◆ getAxisNameRaw()

virtual bool yarp::dev::IAxisInfoRaw::getAxisNameRaw ( int  axis,
std::string &  name 
)
pure virtual

Implemented in FakeMotionControl.

◆ getJointTypeRaw()

virtual bool yarp::dev::IAxisInfoRaw::getJointTypeRaw ( int  axis,
yarp::dev::JointTypeEnum type 
)
inlinevirtual

Reimplemented in FakeMotionControl.

Definition at line 88 of file IAxisInfo.h.


The documentation for this class was generated from the following file: