joint position limits in encoder ticks More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
JointLimits () | |
virtual | ~JointLimits () |
void | getParameter (int &lowerLimit, int &upperLimit, bool &areLimitsActive) const |
void | setParameter (const int lowerLimit, const int upperLimit, const bool activateLimits) |
void | toString (std::string &value) |
Friends | |
class | YouBotJoint |
joint position limits in encoder ticks
Definition at line 372 of file YouBotJointParameter.hpp.
JointLimits | ( | ) |
Definition at line 339 of file YouBotJointParameter.cpp.
~JointLimits | ( | ) | [virtual] |
Definition at line 349 of file YouBotJointParameter.cpp.
void getParameter | ( | int & | lowerLimit, | |
int & | upperLimit, | |||
bool & | areLimitsActive | |||
) | const |
Definition at line 354 of file YouBotJointParameter.cpp.
void setParameter | ( | const int | lowerLimit, | |
const int | upperLimit, | |||
const bool | activateLimits | |||
) |
Definition at line 362 of file YouBotJointParameter.cpp.
void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotApiJointParameter.
Definition at line 373 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotApiJointParameter.
Definition at line 373 of file YouBotJointParameter.hpp.