#include <YouBotJointParameter.hpp>

Public Member Functions | |
| InitializeJoint () | |
| virtual | ~InitializeJoint () |
| void | getParameter (bool ¶meter) const |
| void | setParameter (const bool parameter) |
| void | toString (std::string &value) |
Friends | |
| class | YouBotJoint |
Initialize Joint.
Definition at line 168 of file YouBotJointParameter.hpp.
| InitializeJoint | ( | ) |
Definition at line 106 of file YouBotJointParameter.cpp.
| ~InitializeJoint | ( | ) | [virtual] |
Definition at line 113 of file YouBotJointParameter.cpp.
| void getParameter | ( | bool & | parameter | ) | const |
Definition at line 118 of file YouBotJointParameter.cpp.
| void setParameter | ( | const bool | parameter | ) |
Definition at line 124 of file YouBotJointParameter.cpp.
| void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotJointParameter.
Definition at line 130 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotJointParameter.
Definition at line 169 of file YouBotJointParameter.hpp.
1.6.3