#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
PositionTargetReachedDistance () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~PositionTargetReachedDistance () |
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 |
Maximum distance at which the position end flag is set.
Definition at line 1860 of file YouBotJointParameter.hpp.
Definition at line 2403 of file YouBotJointParameter.cpp.
Definition at line 2413 of file YouBotJointParameter.cpp.
std::string youbot::PositionTargetReachedDistance::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1880 of file YouBotJointParameter.hpp.
void youbot::PositionTargetReachedDistance::getParameter | ( | int & | parameter | ) | const |
Definition at line 2419 of file YouBotJointParameter.cpp.
ParameterType youbot::PositionTargetReachedDistance::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1886 of file YouBotJointParameter.hpp.
void youbot::PositionTargetReachedDistance::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2451 of file YouBotJointParameter.cpp.
void youbot::PositionTargetReachedDistance::setParameter | ( | const int | parameter | ) |
Definition at line 2426 of file YouBotJointParameter.cpp.
void youbot::PositionTargetReachedDistance::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2464 of file YouBotJointParameter.cpp.
void youbot::PositionTargetReachedDistance::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2442 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1862 of file YouBotJointParameter.hpp.
int youbot::PositionTargetReachedDistance::lowerLimit [private] |
Definition at line 1894 of file YouBotJointParameter.hpp.
std::string youbot::PositionTargetReachedDistance::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1898 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1900 of file YouBotJointParameter.hpp.
int youbot::PositionTargetReachedDistance::upperLimit [private] |
Definition at line 1890 of file YouBotJointParameter.hpp.
int youbot::PositionTargetReachedDistance::value [private] |
Definition at line 1896 of file YouBotJointParameter.hpp.