#include <YouBotJointParameter.hpp>

| Public Member Functions | |
| void | getParameter (bool ¶meter) const | 
| InitializeJoint () | |
| void | setParameter (const bool parameter) | 
| void | toString (std::string &value) | 
| virtual | ~InitializeJoint () | 
| 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 | 
| bool | value | 
| Friends | |
| class | YouBotJoint | 
Initialize Joint
Definition at line 184 of file YouBotJointParameter.hpp.
Definition at line 116 of file YouBotJointParameter.cpp.
| youbot::InitializeJoint::~InitializeJoint | ( | ) |  [virtual] | 
Definition at line 124 of file YouBotJointParameter.cpp.
| std::string youbot::InitializeJoint::getName | ( | ) | const  [inline, private, virtual] | 
Implements youbot::YouBotJointParameter.
Definition at line 204 of file YouBotJointParameter.hpp.
| void youbot::InitializeJoint::getParameter | ( | bool & | parameter | ) | const | 
Definition at line 130 of file YouBotJointParameter.cpp.
| ParameterType youbot::InitializeJoint::getType | ( | ) | const  [inline, private, virtual] | 
Implements youbot::YouBotJointParameter.
Definition at line 210 of file YouBotJointParameter.hpp.
| void youbot::InitializeJoint::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, | 
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const  [private, virtual] | 
Implements youbot::YouBotJointParameter.
Definition at line 153 of file YouBotJointParameter.cpp.
| void youbot::InitializeJoint::setParameter | ( | const bool | parameter | ) | 
Definition at line 137 of file YouBotJointParameter.cpp.
| void youbot::InitializeJoint::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, | 
| const YouBotJointStorage & | storage | ||
| ) |  [private, virtual] | 
Implements youbot::YouBotJointParameter.
Definition at line 164 of file YouBotJointParameter.cpp.
| void youbot::InitializeJoint::toString | ( | std::string & | value | ) |  [virtual] | 
Implements youbot::YouBotJointParameter.
Definition at line 144 of file YouBotJointParameter.cpp.
| friend class YouBotJoint  [friend] | 
Reimplemented from youbot::YouBotJointParameter.
Definition at line 186 of file YouBotJointParameter.hpp.
| std::string youbot::InitializeJoint::name  [private] | 
Reimplemented from youbot::YouBotJointParameter.
Definition at line 218 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 220 of file YouBotJointParameter.hpp.
| bool youbot::InitializeJoint::value  [private] | 
Definition at line 214 of file YouBotJointParameter.hpp.