I-Parameter of PID current regulator. More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
IParameterCurrentControl () | |
virtual | ~IParameterCurrentControl () |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
Friends | |
class | YouBotJoint |
I-Parameter of PID current regulator.
Definition at line 1327 of file YouBotJointParameter.hpp.
Definition at line 1788 of file YouBotJointParameter.cpp.
~IParameterCurrentControl | ( | ) | [virtual] |
Definition at line 1797 of file YouBotJointParameter.cpp.
void getParameter | ( | int & | parameter | ) | const |
Definition at line 1802 of file YouBotJointParameter.cpp.
void setParameter | ( | const int | parameter | ) |
Definition at line 1808 of file YouBotJointParameter.cpp.
void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotJointParameter.
Definition at line 1821 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotJointParameter.
Definition at line 1328 of file YouBotJointParameter.hpp.