the resolution of the encoders, it is needed for the calculations of the youBot Driver More...
#include <YouBotJointParameter.hpp>

Public Member Functions | |
| EncoderTicksPerRound () | |
| void | getParameter (unsigned int ¶meter) const |
| void | setParameter (const unsigned int parameter) |
| void | toString (std::string &value) |
| virtual | ~EncoderTicksPerRound () |
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 | |
| std::string | name |
| ParameterType | parameterType |
| unsigned int | value |
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 |
the resolution of the encoders, it is needed for the calculations of the youBot Driver
Definition at line 295 of file YouBotJointParameter.hpp.
| youbot::EncoderTicksPerRound::EncoderTicksPerRound | ( | ) |
Definition at line 272 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 279 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 314 of file YouBotJointParameter.hpp.
| void youbot::EncoderTicksPerRound::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 284 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 316 of file YouBotJointParameter.hpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 310 of file YouBotJointParameter.hpp.
| void youbot::EncoderTicksPerRound::setParameter | ( | const unsigned int | parameter | ) |
Definition at line 290 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 312 of file YouBotJointParameter.hpp.
|
virtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 299 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 296 of file YouBotJointParameter.hpp.
|
private |
Definition at line 320 of file YouBotJointParameter.hpp.
|
private |
Definition at line 322 of file YouBotJointParameter.hpp.
|
private |
Definition at line 316 of file YouBotJointParameter.hpp.