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. More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
MaximumPositioningSpeed () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) const |
virtual | ~MaximumPositioningSpeed () |
Public Member Functions inherited from youbot::YouBotGripperParameter | |
virtual | ~YouBotGripperParameter () |
Private Member Functions | |
std::string | getName () const |
ParameterType | getType () const |
void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message) const |
void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message) |
Private Attributes | |
int | lowerLimit |
std::string | name |
ParameterType | parameterType |
int | upperLimit |
int | value |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotGripperParameter | |
YouBotGripperParameter () | |
Protected Attributes inherited from youbot::YouBotGripperParameter | |
std::string | name |
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 981 of file YouBotGripperParameter.hpp.
youbot::MaximumPositioningSpeed::MaximumPositioningSpeed | ( | ) |
Definition at line 1231 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 1240 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1001 of file YouBotGripperParameter.hpp.
void youbot::MaximumPositioningSpeed::getParameter | ( | int & | parameter | ) | const |
Definition at line 1245 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1003 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1272 of file YouBotGripperParameter.cpp.
void youbot::MaximumPositioningSpeed::setParameter | ( | const int | parameter | ) |
Definition at line 1251 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1279 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1264 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 982 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 983 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1007 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1011 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1013 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1003 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1009 of file YouBotGripperParameter.hpp.