6#ifndef YARP_DEV_IMPLEMENTCONTROLMODE_H
7#define YARP_DEV_IMPLEMENTCONTROLMODE_H
13class ImplementControlMode;
19class FixedSizeBuffersManager;
36 bool getControlModes(
const int n_joint,
const int *joints,
int *modes)
override;
38 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.
bool setControlModes(const int n_joint, const int *joints, int *modes) override
Set the current control mode for a subset of axes.
bool initialize(int k, const int *amap)
bool getControlModes(int *modes) override
Get the current control mode (multiple joints).
bool setControlMode(const int j, const int mode) override
Set the current control mode.
bool getControlMode(int j, int *f) override
Get the current control mode.
A manager of fixed size buffers in multi-thread environment.
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.