#include <YouBotJointParameter.hpp>
Public Member Functions | |
DParameterFirstParametersSpeedControl () | |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~DParameterFirstParametersSpeedControl () |
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. This PID parameter set is used at lower velocity. (first velocity parameter set)
Definition at line 1170 of file YouBotJointParameter.hpp.
Definition at line 1357 of file YouBotJointParameter.cpp.
Definition at line 1367 of file YouBotJointParameter.cpp.
std::string youbot::DParameterFirstParametersSpeedControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1190 of file YouBotJointParameter.hpp.
void youbot::DParameterFirstParametersSpeedControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1373 of file YouBotJointParameter.cpp.
ParameterType youbot::DParameterFirstParametersSpeedControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1196 of file YouBotJointParameter.hpp.
void youbot::DParameterFirstParametersSpeedControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1405 of file YouBotJointParameter.cpp.
void youbot::DParameterFirstParametersSpeedControl::setParameter | ( | const int | parameter | ) |
Definition at line 1380 of file YouBotJointParameter.cpp.
void youbot::DParameterFirstParametersSpeedControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1419 of file YouBotJointParameter.cpp.
void youbot::DParameterFirstParametersSpeedControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1396 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1172 of file YouBotJointParameter.hpp.
Definition at line 1204 of file YouBotJointParameter.hpp.
std::string youbot::DParameterFirstParametersSpeedControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1208 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1210 of file YouBotJointParameter.hpp.
Definition at line 1200 of file YouBotJointParameter.hpp.
int youbot::DParameterFirstParametersSpeedControl::value [private] |
Definition at line 1206 of file YouBotJointParameter.hpp.