the gear ratio which is needed for the calculations in the youBot driver More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
GearRatio () | |
void | getParameter (double ¶meter) const |
void | setParameter (const double parameter) |
void | toString (std::string &value) |
virtual | ~GearRatio () |
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 |
double | 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 gear ratio which is needed for the calculations in the youBot driver
Definition at line 262 of file YouBotJointParameter.hpp.
youbot::GearRatio::GearRatio | ( | ) |
Definition at line 237 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 244 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 281 of file YouBotJointParameter.hpp.
void youbot::GearRatio::getParameter | ( | double & | parameter | ) | const |
Definition at line 249 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 283 of file YouBotJointParameter.hpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 277 of file YouBotJointParameter.hpp.
void youbot::GearRatio::setParameter | ( | const double | parameter | ) |
Definition at line 255 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 279 of file YouBotJointParameter.hpp.
|
virtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 264 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 263 of file YouBotJointParameter.hpp.
|
private |
Definition at line 287 of file YouBotJointParameter.hpp.
|
private |
Definition at line 289 of file YouBotJointParameter.hpp.
|
private |
Definition at line 283 of file YouBotJointParameter.hpp.