#include <YouBotJointParameterPasswordProtected.hpp>

Public Member Functions | |
| ApproveProtectedParameters () | |
| void | getParameter (int ¶meter) const |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) |
| virtual | ~ApproveProtectedParameters () |
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 | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| int | upperLimit |
| int | value |
Friends | |
| class | YouBotJoint |
Enter a password to approve the change of protected parameters.
Definition at line 190 of file YouBotJointParameterPasswordProtected.hpp.
Definition at line 194 of file YouBotJointParameterPasswordProtected.cpp.
Definition at line 204 of file YouBotJointParameterPasswordProtected.cpp.
| std::string youbot::ApproveProtectedParameters::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 210 of file YouBotJointParameterPasswordProtected.hpp.
| void youbot::ApproveProtectedParameters::getParameter | ( | int & | parameter | ) | const |
Definition at line 210 of file YouBotJointParameterPasswordProtected.cpp.
| ParameterType youbot::ApproveProtectedParameters::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 216 of file YouBotJointParameterPasswordProtected.hpp.
| void youbot::ApproveProtectedParameters::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 241 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::ApproveProtectedParameters::setParameter | ( | const int | parameter | ) |
Definition at line 217 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::ApproveProtectedParameters::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
| const YouBotJointStorage & | storage | ||
| ) | [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 252 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::ApproveProtectedParameters::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 232 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 192 of file YouBotJointParameterPasswordProtected.hpp.
int youbot::ApproveProtectedParameters::lowerLimit [private] |
Definition at line 224 of file YouBotJointParameterPasswordProtected.hpp.
std::string youbot::ApproveProtectedParameters::name [private] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 228 of file YouBotJointParameterPasswordProtected.hpp.
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 230 of file YouBotJointParameterPasswordProtected.hpp.
int youbot::ApproveProtectedParameters::upperLimit [private] |
Definition at line 220 of file YouBotJointParameterPasswordProtected.hpp.
int youbot::ApproveProtectedParameters::value [private] |
Definition at line 226 of file YouBotJointParameterPasswordProtected.hpp.