Public Member Functions | Private Member Functions | List of all members
robot_controllers::Handle Class Referenceabstract

Base class for a handle. More...

#include <handle.h>

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

Public Member Functions

virtual std::string getName ()=0
 Get the name of this joint. More...
 
 Handle ()
 
virtual ~Handle ()
 Ensure proper cleanup with virtual destructor. More...
 

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

robot_controllers::Handle::Handle ( )
inline

Definition at line 46 of file handle.h.

virtual robot_controllers::Handle::~Handle ( )
inlinevirtual

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 Sun Sep 27 2020 03:22:36