|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCOMMON_H
10 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCOMMON_H
56 bool stop(
const int n_joint,
const int* joints);
72 inline void printError(
const std::string& func_name,
const std::string& info,
bool result)
89 #endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERCOMMON_H
bool getCurrent(int m, double *curr)
bool getRefAcceleration(int j, double *acc)
constexpr int PROTOCOL_VERSION_MINOR
constexpr int PROTOCOL_VERSION_TWEAK
constexpr int PROTOCOL_VERSION_MAJOR
An abstraction for a time stamp and/or sequence number.
bool getCurrents(double *currs)
bool getNumberOfMotors(int *num)
bool setRefAcceleration(int j, double acc)
bool setRefAccelerations(const double *accs)
bool getRefAccelerations(double *accs)
void printError(const std::string &func_name, const std::string &info, bool result)