the name of the joint More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (std::string ¶meter) const |
JointName () | |
void | setParameter (const std::string parameter) |
void | toString (std::string &value) |
virtual | ~JointName () |
Public Member Functions inherited from youbot::YouBotApiJointParameter | |
virtual | ~YouBotApiJointParameter () |
Private Member Functions | |
std::string | getName () const |
ParameterType | getType () const |
void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message, TMCLCommandNumber msgType, const YouBotJointStorage &storage) const |
void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message, const YouBotJointStorage &storage) |
Private Attributes | |
std::string | name |
ParameterType | parameterType |
std::string | value |
Friends | |
class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotApiJointParameter | |
YouBotApiJointParameter () | |
Protected Attributes inherited from youbot::YouBotApiJointParameter | |
std::string | name |
ParameterType | parameterType |
the name of the joint
Definition at line 124 of file YouBotJointParameter.hpp.
youbot::JointName::JointName | ( | ) |
Definition at line 74 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 81 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 143 of file YouBotJointParameter.hpp.
void youbot::JointName::getParameter | ( | std::string & | parameter | ) | const |
Definition at line 86 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 145 of file YouBotJointParameter.hpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 139 of file YouBotJointParameter.hpp.
void youbot::JointName::setParameter | ( | const std::string | parameter | ) |
Definition at line 92 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 141 of file YouBotJointParameter.hpp.
|
virtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 98 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 125 of file YouBotJointParameter.hpp.
|
private |
Definition at line 149 of file YouBotJointParameter.hpp.
|
private |
Definition at line 151 of file YouBotJointParameter.hpp.
|
private |
Definition at line 145 of file YouBotJointParameter.hpp.