#include <YouBotJointParameter.hpp>

Public Member Functions | |
| void | getParameter (double ¶meter) const |
| IClippingParameterTrajectoryControl () | |
| void | setParameter (const double parameter) |
| void | toString (std::string &value) |
| virtual | ~IClippingParameterTrajectoryControl () |
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 |
gives a limit for the I sum part of the trajectory regulator
Definition at line 2114 of file YouBotJointParameter.hpp.
Definition at line 2732 of file YouBotJointParameter.cpp.
Definition at line 2742 of file YouBotJointParameter.cpp.
| std::string youbot::IClippingParameterTrajectoryControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 2129 of file YouBotJointParameter.hpp.
| void youbot::IClippingParameterTrajectoryControl::getParameter | ( | double & | parameter | ) | const |
Definition at line 2748 of file YouBotJointParameter.cpp.
| ParameterType youbot::IClippingParameterTrajectoryControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 2135 of file YouBotJointParameter.hpp.
| void youbot::IClippingParameterTrajectoryControl::setParameter | ( | const double | parameter | ) |
Definition at line 2755 of file YouBotJointParameter.cpp.
| void youbot::IClippingParameterTrajectoryControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 2771 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 2116 of file YouBotJointParameter.hpp.
double youbot::IClippingParameterTrajectoryControl::lowerLimit [private] |
Definition at line 2143 of file YouBotJointParameter.hpp.
std::string youbot::IClippingParameterTrajectoryControl::name [private] |
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 2147 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 2149 of file YouBotJointParameter.hpp.
double youbot::IClippingParameterTrajectoryControl::upperLimit [private] |
Definition at line 2139 of file YouBotJointParameter.hpp.
double youbot::IClippingParameterTrajectoryControl::value [private] |
Definition at line 2145 of file YouBotJointParameter.hpp.