Public Member Functions | Private Member Functions
robot_controllers::Handle Class Reference

Base class for a handle. More...

#include <handle.h>

Inheritance diagram for robot_controllers::Handle:
Inheritance graph
[legend]

List of all members.

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 &)
Handleoperator= (const Handle &)

Detailed Description

Base class for a handle.

Definition at line 43 of file handle.h.


Constructor & Destructor Documentation

Definition at line 46 of file handle.h.

virtual robot_controllers::Handle::~Handle ( ) [inline, virtual]

Ensure proper cleanup with virtual destructor.

Definition at line 51 of file handle.h.

robot_controllers::Handle::Handle ( const Handle ) [private]

Member Function Documentation

virtual std::string robot_controllers::Handle::getName ( ) [pure virtual]

Get the name of this joint.

Implemented in robot_controllers::Controller, and robot_controllers::JointHandle.

Handle& robot_controllers::Handle::operator= ( const Handle ) [private]

The documentation for this class was generated from the following file:


robot_controllers_interface
Author(s): Michael Ferguson
autogenerated on Thu Jun 6 2019 21:50:24