#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| void | getParameter (unsigned int ¶meter) const |
| MicrostepResolution () | |
| void | setParameter (const unsigned int ¶meter) |
| void | toString (std::string &value) const |
| virtual | ~MicrostepResolution () |
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 |
0: full step 1: half step 2: 4 microsteps 3: 8 microsteps 4: 16 microsteps 5: 32 microsteps 6: 64 microsteps 7: 128 microsteps 8: 256 microsteps
Definition at line 1027 of file YouBotGripperParameter.hpp.
| youbot::MicrostepResolution::MicrostepResolution | ( | ) |
Definition at line 1285 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 1294 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1048 of file YouBotGripperParameter.hpp.
| void youbot::MicrostepResolution::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1299 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1050 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1326 of file YouBotGripperParameter.cpp.
| void youbot::MicrostepResolution::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1305 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1333 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1318 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 1028 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 1029 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1054 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1058 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1060 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1050 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1056 of file YouBotGripperParameter.hpp.