Interface for getting info about the fault which may occur on a robot. More...
#include <yarp/dev/IJointFault.h>
Public Member Functions | |
virtual | ~IJointFault () |
virtual bool | getLastJointFault (int j, int &fault, std::string &message)=0 |
Interface for getting info about the fault which may occur on a robot.
Definition at line 22 of file IJointFault.h.
|
inlinevirtual |
Definition at line 25 of file IJointFault.h.
|
pure virtual |
Implemented in ControlBoardRemapper, RemoteControlBoard, and yarp::dev::ImplementJointFault.