|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
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;
51 #endif // YARP_DEV_IMPLEMENTCONTROLMODE_H
virtual bool getControlMode(int j, int *mode)=0
Get 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).
bool initialize(int k, const int *amap)
Interface for setting control mode in control board.
Interface for setting control mode in control board.
ImplementControlMode(IControlModeRaw *v)
virtual bool setControlMode(const int j, const int mode)=0
Set the current control mode.
The main, catch-all namespace for YARP.