#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
IParameterFirstParametersPositionControl () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~IParameterFirstParametersPositionControl () |
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 |
I-Parameter of PID position regulator (first position parameter set)
Definition at line 940 of file YouBotJointParameter.hpp.
Definition at line 1007 of file YouBotJointParameter.cpp.
youbot::IParameterFirstParametersPositionControl::~IParameterFirstParametersPositionControl | ( | ) | [virtual] |
Definition at line 1017 of file YouBotJointParameter.cpp.
std::string youbot::IParameterFirstParametersPositionControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 960 of file YouBotJointParameter.hpp.
void youbot::IParameterFirstParametersPositionControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1023 of file YouBotJointParameter.cpp.
ParameterType youbot::IParameterFirstParametersPositionControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 966 of file YouBotJointParameter.hpp.
void youbot::IParameterFirstParametersPositionControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1055 of file YouBotJointParameter.cpp.
void youbot::IParameterFirstParametersPositionControl::setParameter | ( | const int | parameter | ) |
Definition at line 1030 of file YouBotJointParameter.cpp.
void youbot::IParameterFirstParametersPositionControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1069 of file YouBotJointParameter.cpp.
void youbot::IParameterFirstParametersPositionControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1046 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 942 of file YouBotJointParameter.hpp.
Definition at line 974 of file YouBotJointParameter.hpp.
std::string youbot::IParameterFirstParametersPositionControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 978 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 980 of file YouBotJointParameter.hpp.
Definition at line 970 of file YouBotJointParameter.hpp.
int youbot::IParameterFirstParametersPositionControl::value [private] |
Definition at line 976 of file YouBotJointParameter.hpp.