Interface for controlling a joint equipped with brakes (hardware or simulated). More...
#include <yarp/dev/IJointBrake.h>
Public Member Functions | |
virtual | ~IJointBrakeRaw () |
virtual yarp::dev::ReturnValue | isJointBrakedRaw (int j, bool &braked) const =0 |
virtual yarp::dev::ReturnValue | setManualBrakeActiveRaw (int j, bool active)=0 |
virtual yarp::dev::ReturnValue | setAutoBrakeEnabledRaw (int j, bool enabled)=0 |
virtual yarp::dev::ReturnValue | getAutoBrakeEnabledRaw (int j, bool &enabled) const =0 |
Interface for controlling a joint equipped with brakes (hardware or simulated).
See IJointBrake for more documentation.
Definition at line 69 of file IJointBrake.h.
|
inlinevirtual |
Definition at line 72 of file IJointBrake.h.
|
pure virtual |
Implemented in FakeMotionControl.
|
pure virtual |
Implemented in FakeMotionControl.
|
pure virtual |
Implemented in FakeMotionControl.
|
pure virtual |
Implemented in FakeMotionControl.