Actual velocity of one gripper bar. More...
#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| ActualVelocity () | |
| void | getParameter (int ¶meter) const |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) const |
| virtual | ~ActualVelocity () |
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 |
Actual velocity of one gripper bar.
Definition at line 415 of file YouBotGripperParameter.hpp.
| youbot::ActualVelocity::ActualVelocity | ( | ) |
Definition at line 485 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 494 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 435 of file YouBotGripperParameter.hpp.
| void youbot::ActualVelocity::getParameter | ( | int & | parameter | ) | const |
Definition at line 499 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 437 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 526 of file YouBotGripperParameter.cpp.
| void youbot::ActualVelocity::setParameter | ( | const int | parameter | ) |
Definition at line 505 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 535 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 518 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 416 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 417 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 441 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 445 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 447 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 437 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 443 of file YouBotGripperParameter.hpp.