|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERAMPLIFIERCONTROL_H
10 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERAMPLIFIERCONTROL_H
33 bool getPWM(
int m,
double* val)
override;
39 #endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERAMPLIFIERCONTROL_H
bool getAmpStatus(int *st) override
bool setNominalCurrent(int m, const double val) override
bool getCurrents(double *currs) override
bool getPowerSupplyVoltage(int m, double *val) override
bool getCurrent(int m, double *curr)
bool setMaxCurrent(int j, double v) override
bool getPeakCurrent(int m, double *val) override
bool getMaxCurrent(int j, double *v) override
Returns the maximum electric current allowed for a given motor.
bool enableAmp(int j) override
Enable the amplifier on a specific joint.
define control board standard interfaces
bool disableAmp(int j) override
Disable the amplifier on a specific joint.
bool getPWM(int m, double *val) override
bool getNominalCurrent(int m, double *val) override
bool getCurrent(int m, double *curr) override
bool setPeakCurrent(int m, const double val) override
Interface for control devices, amplifier commands.
bool getCurrents(double *currs)
bool getPWMLimit(int m, double *val) override
bool setPWMLimit(int m, const double val) override