#include <YouBotJointParameter.hpp>

Public Member Functions | |
| void | getParameter (double ¶meter) const |
| IParameterTrajectoryControl () | |
| void | setParameter (const double parameter) |
| void | toString (std::string &value) |
| virtual | ~IParameterTrajectoryControl () |
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 |
I-Parameter of PID trajectory regulator
Definition at line 2032 of file YouBotJointParameter.hpp.
Definition at line 2636 of file YouBotJointParameter.cpp.
Definition at line 2646 of file YouBotJointParameter.cpp.
| std::string youbot::IParameterTrajectoryControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 2047 of file YouBotJointParameter.hpp.
| void youbot::IParameterTrajectoryControl::getParameter | ( | double & | parameter | ) | const |
Definition at line 2652 of file YouBotJointParameter.cpp.
| ParameterType youbot::IParameterTrajectoryControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 2053 of file YouBotJointParameter.hpp.
| void youbot::IParameterTrajectoryControl::setParameter | ( | const double | parameter | ) |
Definition at line 2659 of file YouBotJointParameter.cpp.
| void youbot::IParameterTrajectoryControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 2675 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 2034 of file YouBotJointParameter.hpp.
double youbot::IParameterTrajectoryControl::lowerLimit [private] |
Definition at line 2061 of file YouBotJointParameter.hpp.
std::string youbot::IParameterTrajectoryControl::name [private] |
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 2065 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 2067 of file YouBotJointParameter.hpp.
double youbot::IParameterTrajectoryControl::upperLimit [private] |
Definition at line 2057 of file YouBotJointParameter.hpp.
double youbot::IParameterTrajectoryControl::value [private] |
Definition at line 2063 of file YouBotJointParameter.hpp.