Base class for a handle. More...
#include <handle.h>
Public Member Functions | |
virtual std::string | getName ()=0 |
Get the name of this joint. | |
Handle () | |
virtual | ~Handle () |
Ensure proper cleanup with virtual destructor. | |
Private Member Functions | |
Handle (const Handle &) | |
Handle & | operator= (const Handle &) |
robot_controllers::Handle::Handle | ( | ) | [inline] |
virtual robot_controllers::Handle::~Handle | ( | ) | [inline, virtual] |
robot_controllers::Handle::Handle | ( | const Handle & | ) | [private] |
virtual std::string robot_controllers::Handle::getName | ( | ) | [pure virtual] |
Get the name of this joint.
Implemented in robot_controllers::Controller, and robot_controllers::JointHandle.