#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
IParameterSecondParametersPositionControl () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~IParameterSecondParametersPositionControl () |
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 (second position parameter set)
Definition at line 1308 of file YouBotJointParameter.hpp.
Definition at line 1567 of file YouBotJointParameter.cpp.
youbot::IParameterSecondParametersPositionControl::~IParameterSecondParametersPositionControl | ( | ) | [virtual] |
Definition at line 1577 of file YouBotJointParameter.cpp.
std::string youbot::IParameterSecondParametersPositionControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1328 of file YouBotJointParameter.hpp.
void youbot::IParameterSecondParametersPositionControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1583 of file YouBotJointParameter.cpp.
ParameterType youbot::IParameterSecondParametersPositionControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1334 of file YouBotJointParameter.hpp.
void youbot::IParameterSecondParametersPositionControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1615 of file YouBotJointParameter.cpp.
void youbot::IParameterSecondParametersPositionControl::setParameter | ( | const int | parameter | ) |
Definition at line 1590 of file YouBotJointParameter.cpp.
void youbot::IParameterSecondParametersPositionControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1629 of file YouBotJointParameter.cpp.
void youbot::IParameterSecondParametersPositionControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1606 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1310 of file YouBotJointParameter.hpp.
Definition at line 1342 of file YouBotJointParameter.hpp.
std::string youbot::IParameterSecondParametersPositionControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1346 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1348 of file YouBotJointParameter.hpp.
Definition at line 1338 of file YouBotJointParameter.hpp.
int youbot::IParameterSecondParametersPositionControl::value [private] |
Definition at line 1344 of file YouBotJointParameter.hpp.