#include <YouBotJointParameter.hpp>

Public Member Functions | |
| void | getParameter (bool ¶meter) const |
| InitializeJoint () | |
| void | setParameter (const bool parameter) |
| void | toString (std::string &value) |
| virtual | ~InitializeJoint () |
Public Member Functions inherited from youbot::YouBotJointParameter | |
| virtual | ~YouBotJointParameter () |
Public Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
| virtual | ~YouBotJointParameterReadOnly () |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotJointParameter | |
| YouBotJointParameter () | |
Protected Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
| YouBotJointParameterReadOnly () | |
Protected Attributes inherited from youbot::YouBotJointParameter | |
| std::string | name |
| ParameterType | parameterType |
Protected Attributes inherited from youbot::YouBotJointParameterReadOnly | |
| std::string | name |
| ParameterType | parameterType |
Initialize Joint.
Definition at line 157 of file YouBotJointParameter.hpp.
| youbot::InitializeJoint::InitializeJoint | ( | ) |
Definition at line 106 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 113 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 176 of file YouBotJointParameter.hpp.
| void youbot::InitializeJoint::getParameter | ( | bool & | parameter | ) | const |
Definition at line 118 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 178 of file YouBotJointParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 138 of file YouBotJointParameter.cpp.
| void youbot::InitializeJoint::setParameter | ( | const bool | parameter | ) |
Definition at line 124 of file YouBotJointParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 147 of file YouBotJointParameter.cpp.
|
virtual |
Implements youbot::YouBotJointParameter.
Definition at line 130 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 158 of file YouBotJointParameter.hpp.
|
private |
Definition at line 182 of file YouBotJointParameter.hpp.
|
private |
Definition at line 184 of file YouBotJointParameter.hpp.
|
private |
Definition at line 178 of file YouBotJointParameter.hpp.