the resolution of the encoders, it is needed for the calculations of the youBot Driver More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
EncoderTicksPerRound () | |
virtual | ~EncoderTicksPerRound () |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int parameter) |
void | toString (std::string &value) |
Friends | |
class | YouBotJoint |
the resolution of the encoders, it is needed for the calculations of the youBot Driver
Definition at line 306 of file YouBotJointParameter.hpp.
Definition at line 272 of file YouBotJointParameter.cpp.
~EncoderTicksPerRound | ( | ) | [virtual] |
Definition at line 279 of file YouBotJointParameter.cpp.
void getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 284 of file YouBotJointParameter.cpp.
void setParameter | ( | const unsigned int | parameter | ) |
Definition at line 290 of file YouBotJointParameter.cpp.
void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotApiJointParameter.
Definition at line 299 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotApiJointParameter.
Definition at line 307 of file YouBotJointParameter.hpp.