I-Parameter of PID position regulator (second position parameter set). More...
#include <YouBotJointParameter.hpp>

Public Member Functions | |
| IParameterSecondParametersPositionControl () | |
| virtual | ~IParameterSecondParametersPositionControl () |
| void | getParameter (int ¶meter) const |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) |
Friends | |
| class | YouBotJoint |
I-Parameter of PID position regulator (second position parameter set).
Definition at line 1031 of file YouBotJointParameter.hpp.
Definition at line 1324 of file YouBotJointParameter.cpp.
| ~IParameterSecondParametersPositionControl | ( | ) | [virtual] |
Definition at line 1333 of file YouBotJointParameter.cpp.
| void getParameter | ( | int & | parameter | ) | const |
Definition at line 1338 of file YouBotJointParameter.cpp.
| void setParameter | ( | const int | parameter | ) |
Definition at line 1344 of file YouBotJointParameter.cpp.
| void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotJointParameter.
Definition at line 1357 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotJointParameter.
Definition at line 1032 of file YouBotJointParameter.hpp.
1.6.3