6 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERAMPLIFIERCONTROL_H
7 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERAMPLIFIERCONTROL_H
30 bool getPWM(
int m,
double* val)
override;
define control board standard interfaces
bool getPWMLimit(int m, double *val) override
bool setMaxCurrent(int j, double v) override
bool getCurrents(double *currs) override
bool setPeakCurrent(int m, const double val) override
bool setNominalCurrent(int m, const double val) override
bool getPowerSupplyVoltage(int m, double *val) override
bool disableAmp(int j) override
Disable the amplifier on a specific joint.
bool enableAmp(int j) override
Enable the amplifier on a specific joint.
bool getPeakCurrent(int m, double *val) override
bool getCurrent(int m, double *curr) override
bool getNominalCurrent(int m, double *val) override
bool getMaxCurrent(int j, double *v) override
Returns the maximum electric current allowed for a given motor.
bool getAmpStatus(int *st) override
bool getPWM(int m, double *val) override
bool setPWMLimit(int m, const double val) override
bool getCurrent(int m, double *curr)
bool getCurrents(double *currs)
Interface for control devices, amplifier commands.