P-Parameter of PID trajectory regulator. More...
#include <YouBotJointParameter.hpp>

Public Member Functions | |
| void | getParameter (double ¶meter) const |
| PParameterTrajectoryControl () | |
| void | setParameter (const double parameter) |
| void | toString (std::string &value) |
| virtual | ~PParameterTrajectoryControl () |
Public Member Functions inherited from youbot::YouBotApiJointParameter | |
| virtual | ~YouBotApiJointParameter () |
Private Member Functions | |
| std::string | getName () const |
| ParameterType | getType () const |
Private Attributes | |
| double | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| double | upperLimit |
| double | value |
Friends | |
| class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotApiJointParameter | |
| virtual void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message, TMCLCommandNumber msgType, const YouBotJointStorage &storage) const =0 |
| virtual void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message, const YouBotJointStorage &storage)=0 |
| YouBotApiJointParameter () | |
Protected Attributes inherited from youbot::YouBotApiJointParameter | |
| std::string | name |
| ParameterType | parameterType |
P-Parameter of PID trajectory regulator.
Definition at line 1568 of file YouBotJointParameter.hpp.
| youbot::PParameterTrajectoryControl::PParameterTrajectoryControl | ( | ) |
Definition at line 2176 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 2185 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 1583 of file YouBotJointParameter.hpp.
| void youbot::PParameterTrajectoryControl::getParameter | ( | double & | parameter | ) | const |
Definition at line 2190 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 1585 of file YouBotJointParameter.hpp.
| void youbot::PParameterTrajectoryControl::setParameter | ( | const double | parameter | ) |
Definition at line 2196 of file YouBotJointParameter.cpp.
|
virtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 2209 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 1569 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1589 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1593 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1595 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1585 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1591 of file YouBotJointParameter.hpp.