Duration for sine initialization sequence. More...
#include <YouBotJointParameterPasswordProtected.hpp>
Public Member Functions | |
InitSineDelay () | |
virtual | ~InitSineDelay () |
void | getParameter (quantity< si::time > ¶meter) const |
void | setParameter (const quantity< si::time > ¶meter) |
void | toString (std::string &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 587 of file YouBotJointParameterPasswordProtected.hpp.
InitSineDelay | ( | ) |
Definition at line 796 of file YouBotJointParameterPasswordProtected.cpp.
~InitSineDelay | ( | ) | [virtual] |
Definition at line 805 of file YouBotJointParameterPasswordProtected.cpp.
void getParameter | ( | quantity< si::time > & | parameter | ) | const |
Definition at line 810 of file YouBotJointParameterPasswordProtected.cpp.
void setParameter | ( | const quantity< si::time > & | parameter | ) |
Definition at line 816 of file YouBotJointParameterPasswordProtected.cpp.
void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotJointParameterPasswordProtected.
Definition at line 829 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotJointParameterPasswordProtected.
Definition at line 588 of file YouBotJointParameterPasswordProtected.hpp.