#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
IClippingParameterSecondParametersPositionControl () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~IClippingParameterSecondParametersPositionControl () |
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 |
Adjust in standstill to lowest possible value at which the motor keeps its position. A too high value causes overshooting at positioning mode. (second position parameter set)
Definition at line 1400 of file YouBotJointParameter.hpp.
Definition at line 1707 of file YouBotJointParameter.cpp.
youbot::IClippingParameterSecondParametersPositionControl::~IClippingParameterSecondParametersPositionControl | ( | ) | [virtual] |
Definition at line 1717 of file YouBotJointParameter.cpp.
std::string youbot::IClippingParameterSecondParametersPositionControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1420 of file YouBotJointParameter.hpp.
void youbot::IClippingParameterSecondParametersPositionControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1723 of file YouBotJointParameter.cpp.
ParameterType youbot::IClippingParameterSecondParametersPositionControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1426 of file YouBotJointParameter.hpp.
void youbot::IClippingParameterSecondParametersPositionControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1755 of file YouBotJointParameter.cpp.
void youbot::IClippingParameterSecondParametersPositionControl::setParameter | ( | const int | parameter | ) |
Definition at line 1730 of file YouBotJointParameter.cpp.
void youbot::IClippingParameterSecondParametersPositionControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1769 of file YouBotJointParameter.cpp.
void youbot::IClippingParameterSecondParametersPositionControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1746 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1402 of file YouBotJointParameter.hpp.
Definition at line 1434 of file YouBotJointParameter.hpp.
std::string youbot::IClippingParameterSecondParametersPositionControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1438 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1440 of file YouBotJointParameter.hpp.
Definition at line 1430 of file YouBotJointParameter.hpp.
Definition at line 1436 of file YouBotJointParameter.hpp.