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

Public Member Functions | |
| void | getParameter (quantity< angular_acceleration > ¶meter) const |
| MotorAcceleration () | |
| void | setParameter (const quantity< angular_acceleration > ¶meter) |
| void | toString (std::string &value) |
| virtual | ~MotorAcceleration () |
Public Member Functions inherited from youbot::YouBotJointParameter | |
| virtual | ~YouBotJointParameter () |
Public Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
| virtual | ~YouBotJointParameterReadOnly () |
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 | |
| quantity< angular_acceleration > | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| quantity< angular_acceleration > | upperLimit |
| quantity< angular_acceleration > | value |
Friends | |
| class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotJointParameter | |
| YouBotJointParameter () | |
Protected Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
| YouBotJointParameterReadOnly () | |
Protected Attributes inherited from youbot::YouBotJointParameter | |
| std::string | name |
| ParameterType | parameterType |
Protected Attributes inherited from youbot::YouBotJointParameterReadOnly | |
| std::string | name |
| ParameterType | parameterType |
Acceleration parameter for velocity control and position control.
Definition at line 505 of file YouBotJointParameter.hpp.
| youbot::MotorAcceleration::MotorAcceleration | ( | ) |
Definition at line 517 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 526 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 524 of file YouBotJointParameter.hpp.
| void youbot::MotorAcceleration::getParameter | ( | quantity< angular_acceleration > & | parameter | ) | const |
Definition at line 531 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 526 of file YouBotJointParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 558 of file YouBotJointParameter.cpp.
| void youbot::MotorAcceleration::setParameter | ( | const quantity< angular_acceleration > & | parameter | ) |
Definition at line 537 of file YouBotJointParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 569 of file YouBotJointParameter.cpp.
|
virtual |
Implements youbot::YouBotJointParameter.
Definition at line 550 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 506 of file YouBotJointParameter.hpp.
|
private |
Definition at line 530 of file YouBotJointParameter.hpp.
|
private |
Definition at line 534 of file YouBotJointParameter.hpp.
|
private |
Definition at line 536 of file YouBotJointParameter.hpp.
|
private |
Definition at line 526 of file YouBotJointParameter.hpp.
|
private |
Definition at line 532 of file YouBotJointParameter.hpp.