#include <ControlBoardWrapper/ControlBoardWrapperCommon.h>
|
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) |
|
Definition at line 18 of file ControlBoardWrapperCommon.h.
◆ getAxes()
bool ControlBoardWrapperCommon::getAxes |
( |
int * |
ax | ) |
|
◆ getCurrent()
bool ControlBoardWrapperCommon::getCurrent |
( |
int |
m, |
|
|
double * |
curr |
|
) |
| |
◆ getCurrents()
bool ControlBoardWrapperCommon::getCurrents |
( |
double * |
currs | ) |
|
◆ getNumberOfMotors()
bool ControlBoardWrapperCommon::getNumberOfMotors |
( |
int * |
num | ) |
|
◆ getRefAcceleration()
bool ControlBoardWrapperCommon::getRefAcceleration |
( |
int |
j, |
|
|
double * |
acc |
|
) |
| |
◆ getRefAccelerations() [1/2]
bool ControlBoardWrapperCommon::getRefAccelerations |
( |
const int |
n_joints, |
|
|
const int * |
joints, |
|
|
double * |
accs |
|
) |
| |
◆ getRefAccelerations() [2/2]
bool ControlBoardWrapperCommon::getRefAccelerations |
( |
double * |
accs | ) |
|
◆ printError()
void ControlBoardWrapperCommon::printError |
( |
const std::string & |
func_name, |
|
|
const std::string & |
info, |
|
|
bool |
result |
|
) |
| |
|
inline |
◆ setRefAcceleration()
bool ControlBoardWrapperCommon::setRefAcceleration |
( |
int |
j, |
|
|
double |
acc |
|
) |
| |
◆ setRefAccelerations() [1/2]
bool ControlBoardWrapperCommon::setRefAccelerations |
( |
const double * |
accs | ) |
|
◆ setRefAccelerations() [2/2]
bool ControlBoardWrapperCommon::setRefAccelerations |
( |
const int |
n_joints, |
|
|
const int * |
joints, |
|
|
const double * |
accs |
|
) |
| |
◆ stop() [1/3]
bool ControlBoardWrapperCommon::stop |
( |
| ) |
|
◆ stop() [2/3]
bool ControlBoardWrapperCommon::stop |
( |
const int |
n_joint, |
|
|
const int * |
joints |
|
) |
| |
◆ stop() [3/3]
bool ControlBoardWrapperCommon::stop |
( |
int |
j | ) |
|
◆ controlledJoints
size_t ControlBoardWrapperCommon::controlledJoints {0} |
◆ device
◆ partName
std::string ControlBoardWrapperCommon::partName |
◆ rpcData
◆ rpcDataMutex
std::mutex ControlBoardWrapperCommon::rpcDataMutex |
◆ time
◆ timeMutex
std::mutex ControlBoardWrapperCommon::timeMutex |
The documentation for this class was generated from the following files: