#include <sr_articulated_robot.h>
Public Member Functions | |
Parameters () | |
Parameters (Parameters ¶m) | |
Parameters (const Parameters ¶m) | |
Public Attributes | |
std::string | name |
name of the parameter | |
std::string | value |
value of the parameter |
Description of a parameter for a controller.
Definition at line 163 of file sr_articulated_robot.h.
shadowrobot::Parameters::Parameters | ( | ) | [inline] |
Definition at line 170 of file sr_articulated_robot.h.
shadowrobot::Parameters::Parameters | ( | Parameters & | param | ) | [inline] |
Definition at line 175 of file sr_articulated_robot.h.
shadowrobot::Parameters::Parameters | ( | const Parameters & | param | ) | [inline] |
Definition at line 180 of file sr_articulated_robot.h.
std::string shadowrobot::Parameters::name |
name of the parameter
Definition at line 166 of file sr_articulated_robot.h.
std::string shadowrobot::Parameters::value |
value of the parameter
Definition at line 168 of file sr_articulated_robot.h.