9 #ifndef YARP_DEV_IMPLEMENTCONTROLMODE_H
10 #define YARP_DEV_IMPLEMENTCONTROLMODE_H
17 class ImplementControlMode;
26 class FixedSizeBuffersManager;
45 bool getControlModes(
const int n_joint,
const int *joints,
int *modes)
override;
47 bool setControlModes(
const int n_joint,
const int *joints,
int *modes)
override;
Interface for setting control mode in control board.
Interface for setting control mode in control board.
virtual bool setControlMode(const int j, const int mode)=0
Set the current control mode.
virtual bool setControlModes(const int n_joint, const int *joints, int *modes)=0
Set the current control mode for a subset of axes.
virtual bool getControlModes(int *modes)=0
Get the current control mode (multiple joints).
virtual bool getControlMode(int j, int *mode)=0
Get the current control mode.
bool initialize(int k, const int *amap)
ImplementControlMode(IControlModeRaw *v)
The main, catch-all namespace for YARP.