interface that defines functionality for control of devices and actuators
More...
#include <Controller.hpp>
Inherited by JointController, BodyController, and PoseController.
|
virtual | ~Controller () |
| destructor
|
|
const std::string & | getName () const |
| get the unique name of this controller More...
|
|
void | setName (const std::string &name) |
| set the name of the controller More...
|
|
interface that defines functionality for control of devices and actuators
◆ Controller()
constructor
- Parameters
-
name | [in] name of controller |
◆ getName()
const std::string& getName |
( |
| ) |
const |
|
inline |
get the unique name of this controller
- Returns
- name of the controller.
◆ setName()
void setName |
( |
const std::string & |
name | ) |
|
|
inline |
set the name of the controller
- Parameters
-
The documentation for this class was generated from the following file: