Acceleration parameter for velocity control and position control. More...
#include <YouBotJointParameter.hpp>

Public Member Functions | |
| MotorAcceleration () | |
| virtual | ~MotorAcceleration () |
| void | getParameter (quantity< angular_acceleration > ¶meter) const |
| void | setParameter (const quantity< angular_acceleration > ¶meter) |
| void | toString (std::string &value) |
Friends | |
| class | YouBotJoint |
Acceleration parameter for velocity control and position control.
Definition at line 516 of file YouBotJointParameter.hpp.
Definition at line 517 of file YouBotJointParameter.cpp.
| ~MotorAcceleration | ( | ) | [virtual] |
Definition at line 526 of file YouBotJointParameter.cpp.
| void getParameter | ( | quantity< angular_acceleration > & | parameter | ) | const |
Definition at line 531 of file YouBotJointParameter.cpp.

| void setParameter | ( | const quantity< angular_acceleration > & | parameter | ) |
Definition at line 537 of file YouBotJointParameter.cpp.
| void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotJointParameter.
Definition at line 550 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotJointParameter.
Definition at line 517 of file YouBotJointParameter.hpp.
1.6.3