#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 () |
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 |
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 2176 of file YouBotGripperParameter.hpp.
Definition at line 2725 of file YouBotGripperParameter.cpp.
Definition at line 2733 of file YouBotGripperParameter.cpp.
| std::string youbot::StepInterpolationEnable::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2197 of file YouBotGripperParameter.hpp.
| void youbot::StepInterpolationEnable::getParameter | ( | bool & | parameter | ) | const |
Definition at line 2739 of file YouBotGripperParameter.cpp.
| ParameterType youbot::StepInterpolationEnable::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2203 of file YouBotGripperParameter.hpp.
| void youbot::StepInterpolationEnable::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2762 of file YouBotGripperParameter.cpp.
| void youbot::StepInterpolationEnable::setParameter | ( | const bool | parameter | ) |
Definition at line 2746 of file YouBotGripperParameter.cpp.
| void youbot::StepInterpolationEnable::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2770 of file YouBotGripperParameter.cpp.
| void youbot::StepInterpolationEnable::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2753 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 2178 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 2179 of file YouBotGripperParameter.hpp.
std::string youbot::StepInterpolationEnable::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 2211 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 2213 of file YouBotGripperParameter.hpp.
bool youbot::StepInterpolationEnable::value [private] |
Definition at line 2207 of file YouBotGripperParameter.hpp.