6#ifndef YARP_DEV_IMPLEMENTJOINTBRAKE_H
7#define YARP_DEV_IMPLEMENTJOINTBRAKE_H
13class ImplementJointBrake;
Interface for controlling a joint equipped with brakes (hardware or simulated).
Interface for controlling a joint equipped with brakes (hardware or simulated).
virtual yarp::dev::ReturnValue setManualBrakeActive(int j, bool active) override
Enables/Disables manually the joint brake.
virtual yarp::dev::ReturnValue isJointBraked(int j, bool &braked) const override
Check is the joint brake is currently active.
virtual ~ImplementJointBrake()
Destructor.
yarp::dev::IJointBrakeRaw * raw
bool uninitialize()
Clean up internal data and memory.
bool initialize(int size, const int *amap)
Initialize the internal data and alloc memory.
virtual yarp::dev::ReturnValue setAutoBrakeEnabled(int j, bool enabled) override
Enables/Disables the automatic joint brake.
virtual yarp::dev::ReturnValue getAutoBrakeEnabled(int j, bool &enabled) const override
checks if the automatic joint brake mode is enabled or disabled.
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.