Step interpolation is supported with a 16 microstep setting only. More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
StepInterpolationEnable () | |
virtual | ~StepInterpolationEnable () |
void | getParameter (bool ¶meter) const |
void | setParameter (const bool parameter) |
void | toString (std::string &value) const |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
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 1832 of file YouBotGripperParameter.hpp.
Definition at line 2348 of file YouBotGripperParameter.cpp.
~StepInterpolationEnable | ( | ) | [virtual] |
Definition at line 2355 of file YouBotGripperParameter.cpp.
void getParameter | ( | bool & | parameter | ) | const |
Definition at line 2360 of file YouBotGripperParameter.cpp.
void setParameter | ( | const bool | parameter | ) |
Definition at line 2366 of file YouBotGripperParameter.cpp.
void toString | ( | std::string & | value | ) | const [virtual] |
Implements YouBotGripperParameter.
Definition at line 2372 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 1833 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 1834 of file YouBotGripperParameter.hpp.