The limit for acceleration (and deceleration). More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
MaximumPositioningSpeed () | |
virtual | ~MaximumPositioningSpeed () |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) const |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
The limit for acceleration (and deceleration).
Changing this parameter requires re-calculation of the acceleration factor (no. 146) and the acceleration divisor (no. 137), which is done automatically.
Definition at line 984 of file YouBotGripperParameter.hpp.
Definition at line 1231 of file YouBotGripperParameter.cpp.
~MaximumPositioningSpeed | ( | ) | [virtual] |
Definition at line 1240 of file YouBotGripperParameter.cpp.
void getParameter | ( | int & | parameter | ) | const |
Definition at line 1245 of file YouBotGripperParameter.cpp.
void setParameter | ( | const int | parameter | ) |
Definition at line 1251 of file YouBotGripperParameter.cpp.
void toString | ( | std::string & | value | ) | const [virtual] |
Implements YouBotGripperParameter.
Definition at line 1264 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 985 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 986 of file YouBotGripperParameter.hpp.