#include <ControlBoardWrapper/ControlBoardWrapperAxisInfo.h>
Inheritance diagram for ControlBoardWrapperAxisInfo:Public Member Functions | |
| bool | getAxisName (int j, std::string &name) override |
| bool | getJointType (int j, yarp::dev::JointTypeEnum &type) override |
Public Member Functions inherited from ControlBoardWrapperCommon | |
| bool | getAxes (int *ax) |
| bool | setRefAcceleration (int j, double acc) |
| bool | setRefAccelerations (const double *accs) |
| bool | setRefAccelerations (const int n_joints, const int *joints, const double *accs) |
| bool | getRefAcceleration (int j, double *acc) |
| bool | getRefAccelerations (double *accs) |
| bool | getRefAccelerations (const int n_joints, const int *joints, double *accs) |
| bool | stop (int j) |
| bool | stop () |
| bool | stop (const int n_joint, const int *joints) |
| bool | getNumberOfMotors (int *num) |
| bool | getCurrent (int m, double *curr) |
| bool | getCurrents (double *currs) |
| void | printError (const std::string &func_name, const std::string &info, bool result) |
Public Member Functions inherited from yarp::dev::IAxisInfo | |
| virtual | ~IAxisInfo () |
| Destructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from ControlBoardWrapperCommon | |
| WrappedDevice | device |
| size_t | controlledJoints {0} |
| std::string | partName |
| std::mutex | rpcDataMutex |
| MultiJointData | rpcData |
| std::mutex | timeMutex |
| yarp::os::Stamp | time |
Definition at line 16 of file ControlBoardWrapperAxisInfo.h.
|
overridevirtual |
Implements yarp::dev::IAxisInfo.
Definition at line 14 of file ControlBoardWrapperAxisInfo.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::IAxisInfo.
Definition at line 36 of file ControlBoardWrapperAxisInfo.cpp.