6 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPOSITIONDIRECT_H
7 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPOSITIONDIRECT_H
21 bool setPositions(
const int n_joints,
const int* joints,
const double* dpos)
override;
25 bool getRefPositions(
const int n_joint,
const int* joints,
double* refs)
override;
bool getRefPositions(double *refs) override
Get the last position reference for all axes.
bool setPositions(const int n_joints, const int *joints, const double *dpos) override
Set new reference point for all axes.
bool setPosition(int j, double ref) override
Set new position for a single axis.
bool getRefPosition(const int joint, double *ref) override
Get the last position reference for the specified axis.
bool getAxes(int *ax) override
Get the number of controlled axes.
Interface for a generic control board device implementing position control.