6#ifndef YARP_DEV_IJOINTBRAKE_H
7#define YARP_DEV_IJOINTBRAKE_H
Interface for controlling a joint equipped with brakes (hardware or simulated).
virtual yarp::dev::ReturnValue setManualBrakeActiveRaw(int j, bool active)=0
virtual ~IJointBrakeRaw()
virtual yarp::dev::ReturnValue isJointBrakedRaw(int j, bool &braked) const =0
virtual yarp::dev::ReturnValue getAutoBrakeEnabledRaw(int j, bool &enabled) const =0
virtual yarp::dev::ReturnValue setAutoBrakeEnabledRaw(int j, bool enabled)=0
Interface for controlling a joint equipped with brakes (hardware or simulated).
virtual yarp::dev::ReturnValue setAutoBrakeEnabled(int j, bool enabled)=0
Enables/Disables the automatic joint brake.
virtual yarp::dev::ReturnValue isJointBraked(int j, bool &braked) const =0
Check is the joint brake is currently active.
virtual yarp::dev::ReturnValue getAutoBrakeEnabled(int j, bool &enabled) const =0
checks if the automatic joint brake mode is enabled or disabled.
virtual yarp::dev::ReturnValue setManualBrakeActive(int j, bool active)=0
Enables/Disables manually the joint brake.
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.