#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| Freewheeling () | |
| void | getParameter (unsigned int ¶meter) const |
| void | setParameter (const unsigned int ¶meter) |
| void | toString (std::string &value) const |
| virtual | ~Freewheeling () |
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 | |
| unsigned int | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| unsigned int | upperLimit |
| unsigned 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 |
Time after which the power to the motor will be cut when its velocity has reached zero. 0... 65535 0 = never [msec]
Definition at line 866 of file YouBotGripperParameter.hpp.
| youbot::Freewheeling::Freewheeling | ( | ) |
Definition at line 1068 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 1077 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 886 of file YouBotGripperParameter.hpp.
| void youbot::Freewheeling::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1082 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 888 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1109 of file YouBotGripperParameter.cpp.
| void youbot::Freewheeling::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1088 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1116 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1101 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 867 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 868 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 892 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 896 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 898 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 888 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 894 of file YouBotGripperParameter.hpp.