the name of the joint More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
JointName () | |
virtual | ~JointName () |
void | getParameter (std::string ¶meter) const |
void | setParameter (const std::string parameter) |
void | toString (std::string &value) |
Friends | |
class | YouBotJoint |
the name of the joint
Definition at line 135 of file YouBotJointParameter.hpp.
JointName | ( | ) |
Definition at line 74 of file YouBotJointParameter.cpp.
~JointName | ( | ) | [virtual] |
Definition at line 81 of file YouBotJointParameter.cpp.
void getParameter | ( | std::string & | parameter | ) | const |
Definition at line 86 of file YouBotJointParameter.cpp.
void setParameter | ( | const std::string | parameter | ) |
Definition at line 92 of file YouBotJointParameter.cpp.
void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotApiJointParameter.
Definition at line 98 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotApiJointParameter.
Definition at line 136 of file YouBotJointParameter.hpp.