#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
PParameterFirstParametersSpeedControl () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~PParameterFirstParametersSpeedControl () |
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. This PID parameter set is used at lower velocity. (first velocity parameter set)
Definition at line 1078 of file YouBotJointParameter.hpp.
Definition at line 1217 of file YouBotJointParameter.cpp.
Definition at line 1227 of file YouBotJointParameter.cpp.
std::string youbot::PParameterFirstParametersSpeedControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1098 of file YouBotJointParameter.hpp.
void youbot::PParameterFirstParametersSpeedControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1233 of file YouBotJointParameter.cpp.
ParameterType youbot::PParameterFirstParametersSpeedControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1104 of file YouBotJointParameter.hpp.
void youbot::PParameterFirstParametersSpeedControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1265 of file YouBotJointParameter.cpp.
void youbot::PParameterFirstParametersSpeedControl::setParameter | ( | const int | parameter | ) |
Definition at line 1240 of file YouBotJointParameter.cpp.
void youbot::PParameterFirstParametersSpeedControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1279 of file YouBotJointParameter.cpp.
void youbot::PParameterFirstParametersSpeedControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1256 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1080 of file YouBotJointParameter.hpp.
Definition at line 1112 of file YouBotJointParameter.hpp.
std::string youbot::PParameterFirstParametersSpeedControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1116 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1118 of file YouBotJointParameter.hpp.
Definition at line 1108 of file YouBotJointParameter.hpp.
int youbot::PParameterFirstParametersSpeedControl::value [private] |
Definition at line 1114 of file YouBotJointParameter.hpp.