#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
IClippingParameterFirstParametersPositionControl () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~IClippingParameterFirstParametersPositionControl () |
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. (first position parameter set)
Definition at line 1032 of file YouBotJointParameter.hpp.
Definition at line 1147 of file YouBotJointParameter.cpp.
youbot::IClippingParameterFirstParametersPositionControl::~IClippingParameterFirstParametersPositionControl | ( | ) | [virtual] |
Definition at line 1157 of file YouBotJointParameter.cpp.
std::string youbot::IClippingParameterFirstParametersPositionControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1052 of file YouBotJointParameter.hpp.
void youbot::IClippingParameterFirstParametersPositionControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 1163 of file YouBotJointParameter.cpp.
ParameterType youbot::IClippingParameterFirstParametersPositionControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1058 of file YouBotJointParameter.hpp.
void youbot::IClippingParameterFirstParametersPositionControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1195 of file YouBotJointParameter.cpp.
void youbot::IClippingParameterFirstParametersPositionControl::setParameter | ( | const int | parameter | ) |
Definition at line 1170 of file YouBotJointParameter.cpp.
void youbot::IClippingParameterFirstParametersPositionControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1209 of file YouBotJointParameter.cpp.
void youbot::IClippingParameterFirstParametersPositionControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1186 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1034 of file YouBotJointParameter.hpp.
Definition at line 1066 of file YouBotJointParameter.hpp.
std::string youbot::IClippingParameterFirstParametersPositionControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1070 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1072 of file YouBotJointParameter.hpp.
Definition at line 1062 of file YouBotJointParameter.hpp.
Definition at line 1068 of file YouBotJointParameter.hpp.