the gear ratio which is needed for the calculations in the youBot driver More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
GearRatio () | |
virtual | ~GearRatio () |
void | getParameter (double ¶meter) const |
void | setParameter (const double parameter) |
void | toString (std::string &value) |
Friends | |
class | YouBotJoint |
the gear ratio which is needed for the calculations in the youBot driver
Definition at line 273 of file YouBotJointParameter.hpp.
GearRatio | ( | ) |
Definition at line 237 of file YouBotJointParameter.cpp.
~GearRatio | ( | ) | [virtual] |
Definition at line 244 of file YouBotJointParameter.cpp.
void getParameter | ( | double & | parameter | ) | const |
Definition at line 249 of file YouBotJointParameter.cpp.
void setParameter | ( | const double | parameter | ) |
Definition at line 255 of file YouBotJointParameter.cpp.
void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotApiJointParameter.
Definition at line 264 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotApiJointParameter.
Definition at line 274 of file YouBotJointParameter.hpp.