#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
PParameterFirstParametersPositionControl () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~PParameterFirstParametersPositionControl () |
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 (first position parameter set)
Definition at line 894 of file YouBotJointParameter.hpp.
Definition at line 937 of file YouBotJointParameter.cpp.
youbot::PParameterFirstParametersPositionControl::~PParameterFirstParametersPositionControl | ( | ) | [virtual] |
Definition at line 947 of file YouBotJointParameter.cpp.
std::string youbot::PParameterFirstParametersPositionControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 914 of file YouBotJointParameter.hpp.
void youbot::PParameterFirstParametersPositionControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 953 of file YouBotJointParameter.cpp.
ParameterType youbot::PParameterFirstParametersPositionControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 920 of file YouBotJointParameter.hpp.
void youbot::PParameterFirstParametersPositionControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 985 of file YouBotJointParameter.cpp.
void youbot::PParameterFirstParametersPositionControl::setParameter | ( | const int | parameter | ) |
Definition at line 960 of file YouBotJointParameter.cpp.
void youbot::PParameterFirstParametersPositionControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 999 of file YouBotJointParameter.cpp.
void youbot::PParameterFirstParametersPositionControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 976 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 896 of file YouBotJointParameter.hpp.
Definition at line 928 of file YouBotJointParameter.hpp.
std::string youbot::PParameterFirstParametersPositionControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 932 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 934 of file YouBotJointParameter.hpp.
Definition at line 924 of file YouBotJointParameter.hpp.
int youbot::PParameterFirstParametersPositionControl::value [private] |
Definition at line 930 of file YouBotJointParameter.hpp.