#include <YouBotJointParameter.hpp>

Public Member Functions | |
| void | getParameter (int ¶meter) const |
| PParameterSecondParametersPositionControl () | |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) |
| virtual | ~PParameterSecondParametersPositionControl () |
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 |
P-Parameter of PID position regulator (second position parameter set)
Definition at line 1262 of file YouBotJointParameter.hpp.
Definition at line 1497 of file YouBotJointParameter.cpp.
| youbot::PParameterSecondParametersPositionControl::~PParameterSecondParametersPositionControl | ( | ) | [virtual] |
Definition at line 1507 of file YouBotJointParameter.cpp.
| std::string youbot::PParameterSecondParametersPositionControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1282 of file YouBotJointParameter.hpp.
| void youbot::PParameterSecondParametersPositionControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1513 of file YouBotJointParameter.cpp.
| ParameterType youbot::PParameterSecondParametersPositionControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1288 of file YouBotJointParameter.hpp.
| void youbot::PParameterSecondParametersPositionControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1545 of file YouBotJointParameter.cpp.
| void youbot::PParameterSecondParametersPositionControl::setParameter | ( | const int | parameter | ) |
Definition at line 1520 of file YouBotJointParameter.cpp.
| void youbot::PParameterSecondParametersPositionControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
| const YouBotJointStorage & | storage | ||
| ) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1559 of file YouBotJointParameter.cpp.
| void youbot::PParameterSecondParametersPositionControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1536 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1264 of file YouBotJointParameter.hpp.
Definition at line 1296 of file YouBotJointParameter.hpp.
std::string youbot::PParameterSecondParametersPositionControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1300 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1302 of file YouBotJointParameter.hpp.
Definition at line 1292 of file YouBotJointParameter.hpp.
int youbot::PParameterSecondParametersPositionControl::value [private] |
Definition at line 1298 of file YouBotJointParameter.hpp.