Motor stop in case of stall. More...
#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| void | getParameter (bool ¶meter) const |
| void | setParameter (const bool parameter) |
| StopOnStall () | |
| void | toString (std::string &value) const |
| virtual | ~StopOnStall () |
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 |
Motor stop in case of stall.
Definition at line 1865 of file YouBotGripperParameter.hpp.
| youbot::StopOnStall::StopOnStall | ( | ) |
Definition at line 2393 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 2400 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1885 of file YouBotGripperParameter.hpp.
| void youbot::StopOnStall::getParameter | ( | bool & | parameter | ) | const |
Definition at line 2405 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1887 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2425 of file YouBotGripperParameter.cpp.
| void youbot::StopOnStall::setParameter | ( | const bool | parameter | ) |
Definition at line 2411 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2436 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2417 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 1866 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 1867 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1891 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1893 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1887 of file YouBotGripperParameter.hpp.