the firmware version of the joint More...
#include <YouBotJointParameter.hpp>

Public Member Functions | |
| FirmwareVersion () | |
| void | getParameter (int &controllerType, std::string &firmwareVersion) const |
| void | setParameter (const int controllerType, const std::string firmwareVersion) |
| void | toString (std::string &value) |
| virtual | ~FirmwareVersion () |
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 | |
| int | controllerType |
| std::string | firmwareVersion |
| std::string | name |
| ParameterType | parameterType |
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 firmware version of the joint
Definition at line 227 of file YouBotJointParameter.hpp.
| youbot::FirmwareVersion::FirmwareVersion | ( | ) |
Definition at line 189 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 196 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 246 of file YouBotJointParameter.hpp.
| void youbot::FirmwareVersion::getParameter | ( | int & | controllerType, |
| std::string & | firmwareVersion | ||
| ) | const |
Definition at line 201 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 248 of file YouBotJointParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 223 of file YouBotJointParameter.cpp.
| void youbot::FirmwareVersion::setParameter | ( | const int | controllerType, |
| const std::string | firmwareVersion | ||
| ) |
Definition at line 208 of file YouBotJointParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 232 of file YouBotJointParameter.cpp.
|
virtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 215 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 228 of file YouBotJointParameter.hpp.
|
private |
Definition at line 248 of file YouBotJointParameter.hpp.
|
private |
Definition at line 252 of file YouBotJointParameter.hpp.
|
private |
Definition at line 254 of file YouBotJointParameter.hpp.
|
private |
Definition at line 256 of file YouBotJointParameter.hpp.