I-Parameter of PID current regulator. More...
#include <YouBotJointParameter.hpp>

Public Member Functions | |
| void | getParameter (int ¶meter) const |
| IParameterCurrentControl () | |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) |
| virtual | ~IParameterCurrentControl () |
Public Member Functions inherited from youbot::YouBotJointParameter | |
| virtual | ~YouBotJointParameter () |
Public Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
| virtual | ~YouBotJointParameterReadOnly () |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotJointParameter | |
| YouBotJointParameter () | |
Protected Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
| YouBotJointParameterReadOnly () | |
Protected Attributes inherited from youbot::YouBotJointParameter | |
| std::string | name |
| ParameterType | parameterType |
Protected Attributes inherited from youbot::YouBotJointParameterReadOnly | |
| std::string | name |
| ParameterType | parameterType |
I-Parameter of PID current regulator.
Definition at line 1316 of file YouBotJointParameter.hpp.
| youbot::IParameterCurrentControl::IParameterCurrentControl | ( | ) |
Definition at line 1788 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 1797 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 1335 of file YouBotJointParameter.hpp.
| void youbot::IParameterCurrentControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1802 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 1337 of file YouBotJointParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 1829 of file YouBotJointParameter.cpp.
| void youbot::IParameterCurrentControl::setParameter | ( | const int | parameter | ) |
Definition at line 1808 of file YouBotJointParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 1840 of file YouBotJointParameter.cpp.
|
virtual |
Implements youbot::YouBotJointParameter.
Definition at line 1821 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 1317 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1341 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1345 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1347 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1337 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1343 of file YouBotJointParameter.hpp.