|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERMOTOR_H
10 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERMOTOR_H
30 #endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERMOTOR_H
bool getTemperatureLimit(int m, double *val) override
Retreives the current temperature limit for a specific motor.
bool setGearboxRatio(int m, const double val) override
Set the gearbox ratio for a specific motor.
bool getNumberOfMotors(int *num) override
Get the number of available motors.
Control board, encoder interface.
bool getNumberOfMotors(int *num)
bool getTemperature(int m, double *val) override
Get temperature of a motor.
bool getTemperatures(double *vals) override
Get temperature of all the motors.
bool getGearboxRatio(int m, double *val) override
Get the gearbox ratio for a specific motor.
bool setTemperatureLimit(int m, const double val) override
Set the temperature limit for a specific motor.