joint position limits in encoder ticks More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int &lowerLimit, int &upperLimit, bool &areLimitsActive) const |
JointLimits () | |
void | setParameter (const int lowerLimit, const int upperLimit, const bool activateLimits) |
void | toString (std::string &value) |
virtual | ~JointLimits () |
Public Member Functions inherited from youbot::YouBotApiJointParameter | |
virtual | ~YouBotApiJointParameter () |
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 | |
bool | areLimitsActive |
int | lowerLimit |
std::string | name |
ParameterType | parameterType |
int | upperLimit |
Friends | |
class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotApiJointParameter | |
YouBotApiJointParameter () | |
Protected Attributes inherited from youbot::YouBotApiJointParameter | |
std::string | name |
ParameterType | parameterType |
joint position limits in encoder ticks
Definition at line 361 of file YouBotJointParameter.hpp.
youbot::JointLimits::JointLimits | ( | ) |
Definition at line 339 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 349 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 380 of file YouBotJointParameter.hpp.
void youbot::JointLimits::getParameter | ( | int & | lowerLimit, |
int & | upperLimit, | ||
bool & | areLimitsActive | ||
) | const |
Definition at line 354 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 382 of file YouBotJointParameter.hpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 376 of file YouBotJointParameter.hpp.
void youbot::JointLimits::setParameter | ( | const int | lowerLimit, |
const int | upperLimit, | ||
const bool | activateLimits | ||
) |
Definition at line 362 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 378 of file YouBotJointParameter.hpp.
|
virtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 373 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 362 of file YouBotJointParameter.hpp.
|
private |
Definition at line 392 of file YouBotJointParameter.hpp.
|
private |
Definition at line 382 of file YouBotJointParameter.hpp.
|
private |
Definition at line 388 of file YouBotJointParameter.hpp.
|
private |
Definition at line 390 of file YouBotJointParameter.hpp.
|
private |
Definition at line 386 of file YouBotJointParameter.hpp.