#include <YouBotJointParameter.hpp>
Public Member Functions | |
DParameterFirstParametersPositionControl () | |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~DParameterFirstParametersPositionControl () |
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 (first position parameter set)
Definition at line 986 of file YouBotJointParameter.hpp.
Definition at line 1077 of file YouBotJointParameter.cpp.
youbot::DParameterFirstParametersPositionControl::~DParameterFirstParametersPositionControl | ( | ) | [virtual] |
Definition at line 1087 of file YouBotJointParameter.cpp.
std::string youbot::DParameterFirstParametersPositionControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1006 of file YouBotJointParameter.hpp.
void youbot::DParameterFirstParametersPositionControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1093 of file YouBotJointParameter.cpp.
ParameterType youbot::DParameterFirstParametersPositionControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1012 of file YouBotJointParameter.hpp.
void youbot::DParameterFirstParametersPositionControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1125 of file YouBotJointParameter.cpp.
void youbot::DParameterFirstParametersPositionControl::setParameter | ( | const int | parameter | ) |
Definition at line 1100 of file YouBotJointParameter.cpp.
void youbot::DParameterFirstParametersPositionControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1139 of file YouBotJointParameter.cpp.
void youbot::DParameterFirstParametersPositionControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1116 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 988 of file YouBotJointParameter.hpp.
Definition at line 1020 of file YouBotJointParameter.hpp.
std::string youbot::DParameterFirstParametersPositionControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1024 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1026 of file YouBotJointParameter.hpp.
Definition at line 1016 of file YouBotJointParameter.hpp.
int youbot::DParameterFirstParametersPositionControl::value [private] |
Definition at line 1022 of file YouBotJointParameter.hpp.