#include <YouBotJointParameter.hpp>

Public Member Functions | |
| void | getParameter (int ¶meter) const |
| IParameterSecondParametersSpeedControl () | |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) |
| virtual | ~IParameterSecondParametersSpeedControl () |
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 |
I-Parameter of PID velocity regulator (second position parameter set)
Definition at line 1492 of file YouBotJointParameter.hpp.
Definition at line 1847 of file YouBotJointParameter.cpp.
| youbot::IParameterSecondParametersSpeedControl::~IParameterSecondParametersSpeedControl | ( | ) | [virtual] |
Definition at line 1857 of file YouBotJointParameter.cpp.
| std::string youbot::IParameterSecondParametersSpeedControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1512 of file YouBotJointParameter.hpp.
| void youbot::IParameterSecondParametersSpeedControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1863 of file YouBotJointParameter.cpp.
| ParameterType youbot::IParameterSecondParametersSpeedControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1518 of file YouBotJointParameter.hpp.
| void youbot::IParameterSecondParametersSpeedControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1895 of file YouBotJointParameter.cpp.
| void youbot::IParameterSecondParametersSpeedControl::setParameter | ( | const int | parameter | ) |
Definition at line 1870 of file YouBotJointParameter.cpp.
| void youbot::IParameterSecondParametersSpeedControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
| const YouBotJointStorage & | storage | ||
| ) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1909 of file YouBotJointParameter.cpp.
| void youbot::IParameterSecondParametersSpeedControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1886 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1494 of file YouBotJointParameter.hpp.
Definition at line 1526 of file YouBotJointParameter.hpp.
std::string youbot::IParameterSecondParametersSpeedControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1530 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1532 of file YouBotJointParameter.hpp.
Definition at line 1522 of file YouBotJointParameter.hpp.
int youbot::IParameterSecondParametersSpeedControl::value [private] |
Definition at line 1528 of file YouBotJointParameter.hpp.