#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
PParameterSecondParametersSpeedControl () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~PParameterSecondParametersSpeedControl () |
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 velocity regulator (second position parameter set)
Definition at line 1446 of file YouBotJointParameter.hpp.
Definition at line 1777 of file YouBotJointParameter.cpp.
youbot::PParameterSecondParametersSpeedControl::~PParameterSecondParametersSpeedControl | ( | ) | [virtual] |
Definition at line 1787 of file YouBotJointParameter.cpp.
std::string youbot::PParameterSecondParametersSpeedControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1466 of file YouBotJointParameter.hpp.
void youbot::PParameterSecondParametersSpeedControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1793 of file YouBotJointParameter.cpp.
ParameterType youbot::PParameterSecondParametersSpeedControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1472 of file YouBotJointParameter.hpp.
void youbot::PParameterSecondParametersSpeedControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1825 of file YouBotJointParameter.cpp.
void youbot::PParameterSecondParametersSpeedControl::setParameter | ( | const int | parameter | ) |
Definition at line 1800 of file YouBotJointParameter.cpp.
void youbot::PParameterSecondParametersSpeedControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1839 of file YouBotJointParameter.cpp.
void youbot::PParameterSecondParametersSpeedControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1816 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1448 of file YouBotJointParameter.hpp.
Definition at line 1480 of file YouBotJointParameter.hpp.
std::string youbot::PParameterSecondParametersSpeedControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1484 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1486 of file YouBotJointParameter.hpp.
Definition at line 1476 of file YouBotJointParameter.hpp.
int youbot::PParameterSecondParametersSpeedControl::value [private] |
Definition at line 1482 of file YouBotJointParameter.hpp.