#include <YouBotJointParameterPasswordProtected.hpp>

| Public Member Functions | |
| void | getParameter (quantity< si::time > ¶meter) const | 
| InitSineDelay () | |
| void | setParameter (const quantity< si::time > ¶meter) | 
| void | toString (std::string &value) | 
| virtual | ~InitSineDelay () | 
| 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 | |
| quantity< si::time > | lowerLimit | 
| std::string | name | 
| ParameterType | parameterType | 
| quantity< si::time > | upperLimit | 
| quantity< si::time > | value | 
| Friends | |
| class | YouBotJoint | 
Duration for sine initialization sequence. This parameter should be set in a way, that the motor has stopped mechanical oscillations after the specified time.
Definition at line 705 of file YouBotJointParameterPasswordProtected.hpp.
Definition at line 938 of file YouBotJointParameterPasswordProtected.cpp.
| youbot::InitSineDelay::~InitSineDelay | ( | ) |  [virtual] | 
Definition at line 948 of file YouBotJointParameterPasswordProtected.cpp.
| std::string youbot::InitSineDelay::getName | ( | ) | const  [inline, private, virtual] | 
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 725 of file YouBotJointParameterPasswordProtected.hpp.
| void youbot::InitSineDelay::getParameter | ( | quantity< si::time > & | parameter | ) | const | 
Definition at line 954 of file YouBotJointParameterPasswordProtected.cpp.
| ParameterType youbot::InitSineDelay::getType | ( | ) | const  [inline, private, virtual] | 
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 731 of file YouBotJointParameterPasswordProtected.hpp.
| void youbot::InitSineDelay::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, | 
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const  [private, virtual] | 
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 986 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::InitSineDelay::setParameter | ( | const quantity< si::time > & | parameter | ) | 
Definition at line 961 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::InitSineDelay::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, | 
| const YouBotJointStorage & | storage | ||
| ) |  [private, virtual] | 
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 999 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::InitSineDelay::toString | ( | std::string & | value | ) |  [virtual] | 
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 977 of file YouBotJointParameterPasswordProtected.cpp.
| friend class YouBotJoint  [friend] | 
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 707 of file YouBotJointParameterPasswordProtected.hpp.
| quantity<si::time> youbot::InitSineDelay::lowerLimit  [private] | 
Definition at line 739 of file YouBotJointParameterPasswordProtected.hpp.
| std::string youbot::InitSineDelay::name  [private] | 
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 743 of file YouBotJointParameterPasswordProtected.hpp.
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 745 of file YouBotJointParameterPasswordProtected.hpp.
| quantity<si::time> youbot::InitSineDelay::upperLimit  [private] | 
Definition at line 735 of file YouBotJointParameterPasswordProtected.hpp.
| quantity<si::time> youbot::InitSineDelay::value  [private] | 
Definition at line 741 of file YouBotJointParameterPasswordProtected.hpp.