#include <YouBotJointParameter.hpp>
Public Member Functions | |
DParameterSecondParametersSpeedControl () | |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~DParameterSecondParametersSpeedControl () |
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 velocity regulator (second position parameter set)
Definition at line 1538 of file YouBotJointParameter.hpp.
Definition at line 1917 of file YouBotJointParameter.cpp.
youbot::DParameterSecondParametersSpeedControl::~DParameterSecondParametersSpeedControl | ( | ) | [virtual] |
Definition at line 1927 of file YouBotJointParameter.cpp.
std::string youbot::DParameterSecondParametersSpeedControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1558 of file YouBotJointParameter.hpp.
void youbot::DParameterSecondParametersSpeedControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1933 of file YouBotJointParameter.cpp.
ParameterType youbot::DParameterSecondParametersSpeedControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1564 of file YouBotJointParameter.hpp.
void youbot::DParameterSecondParametersSpeedControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1965 of file YouBotJointParameter.cpp.
void youbot::DParameterSecondParametersSpeedControl::setParameter | ( | const int | parameter | ) |
Definition at line 1940 of file YouBotJointParameter.cpp.
void youbot::DParameterSecondParametersSpeedControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1979 of file YouBotJointParameter.cpp.
void youbot::DParameterSecondParametersSpeedControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1956 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1540 of file YouBotJointParameter.hpp.
Definition at line 1572 of file YouBotJointParameter.hpp.
std::string youbot::DParameterSecondParametersSpeedControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1576 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1578 of file YouBotJointParameter.hpp.
Definition at line 1568 of file YouBotJointParameter.hpp.
int youbot::DParameterSecondParametersSpeedControl::value [private] |
Definition at line 1574 of file YouBotJointParameter.hpp.