#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (bool ¶meter) const |
InverseMovementDirection () | |
void | setParameter (const bool parameter) |
void | toString (std::string &value) |
virtual | ~InverseMovementDirection () |
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 | |
std::string | name |
ParameterType | parameterType |
bool | value |
Friends | |
class | YouBotJoint |
inverse the joint movement direction
Definition at line 420 of file YouBotJointParameter.hpp.
Definition at line 353 of file YouBotJointParameter.cpp.
Definition at line 361 of file YouBotJointParameter.cpp.
std::string youbot::InverseMovementDirection::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 446 of file YouBotJointParameter.hpp.
void youbot::InverseMovementDirection::getParameter | ( | bool & | parameter | ) | const |
Definition at line 367 of file YouBotJointParameter.cpp.
ParameterType youbot::InverseMovementDirection::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 452 of file YouBotJointParameter.hpp.
void youbot::InverseMovementDirection::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [inline, private, virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 435 of file YouBotJointParameter.hpp.
void youbot::InverseMovementDirection::setParameter | ( | const bool | parameter | ) |
Definition at line 374 of file YouBotJointParameter.cpp.
void youbot::InverseMovementDirection::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [inline, private, virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 441 of file YouBotJointParameter.hpp.
void youbot::InverseMovementDirection::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotApiJointParameter.
Definition at line 381 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 422 of file YouBotJointParameter.hpp.
std::string youbot::InverseMovementDirection::name [private] |
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 460 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotApiJointParameter.
Definition at line 462 of file YouBotJointParameter.hpp.
bool youbot::InverseMovementDirection::value [private] |
Definition at line 456 of file YouBotJointParameter.hpp.