#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| void | getParameter (bool ¶meter) const |
| void | setParameter (const bool parameter) |
| StepInterpolationEnable () | |
| void | toString (std::string &value) const |
| virtual | ~StepInterpolationEnable () |
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 | |
| std::string | name |
| ParameterType | parameterType |
| bool | 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 |
Step interpolation is supported with a 16 microstep setting only. In this setting, each step impulse at the input causes the execution of 16 times 1/256 microsteps. This way, a smooth motor movement like in 256 microstep resolution is achieved. 0 step interpolation off 1 step interpolation on
Definition at line 1829 of file YouBotGripperParameter.hpp.
| youbot::StepInterpolationEnable::StepInterpolationEnable | ( | ) |
Definition at line 2348 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 2355 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1851 of file YouBotGripperParameter.hpp.
| void youbot::StepInterpolationEnable::getParameter | ( | bool & | parameter | ) | const |
Definition at line 2360 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1853 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2380 of file YouBotGripperParameter.cpp.
| void youbot::StepInterpolationEnable::setParameter | ( | const bool | parameter | ) |
Definition at line 2366 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2387 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2372 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 1830 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 1831 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1857 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1859 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1853 of file YouBotGripperParameter.hpp.