#include <YouBotJointParameter.hpp>

Public Member Functions | |
| DParameterSecondParametersPositionControl () | |
| void | getParameter (int ¶meter) const |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) |
| virtual | ~DParameterSecondParametersPositionControl () |
Private Member Functions | |
| std::string | getName () const |
| ParameterType | getType () const |
| void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message, TMCLCommandNumber msgType, const YouBotJointStorage &storage) const |
| void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message, const YouBotJointStorage &storage) |
Private Attributes | |
| int | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| int | upperLimit |
| int | value |
Friends | |
| class | YouBotJoint |
D-Parameter of PID position regulator (second position parameter set)
Definition at line 1354 of file YouBotJointParameter.hpp.
Definition at line 1637 of file YouBotJointParameter.cpp.
| youbot::DParameterSecondParametersPositionControl::~DParameterSecondParametersPositionControl | ( | ) | [virtual] |
Definition at line 1647 of file YouBotJointParameter.cpp.
| std::string youbot::DParameterSecondParametersPositionControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1374 of file YouBotJointParameter.hpp.
| void youbot::DParameterSecondParametersPositionControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1653 of file YouBotJointParameter.cpp.
| ParameterType youbot::DParameterSecondParametersPositionControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1380 of file YouBotJointParameter.hpp.
| void youbot::DParameterSecondParametersPositionControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1685 of file YouBotJointParameter.cpp.
| void youbot::DParameterSecondParametersPositionControl::setParameter | ( | const int | parameter | ) |
Definition at line 1660 of file YouBotJointParameter.cpp.
| void youbot::DParameterSecondParametersPositionControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
| const YouBotJointStorage & | storage | ||
| ) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1699 of file YouBotJointParameter.cpp.
| void youbot::DParameterSecondParametersPositionControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1676 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1356 of file YouBotJointParameter.hpp.
Definition at line 1388 of file YouBotJointParameter.hpp.
std::string youbot::DParameterSecondParametersPositionControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1392 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1394 of file YouBotJointParameter.hpp.
Definition at line 1384 of file YouBotJointParameter.hpp.
int youbot::DParameterSecondParametersPositionControl::value [private] |
Definition at line 1390 of file YouBotJointParameter.hpp.