#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| void | getParameter (bool ¶meter) const |
| void | setParameter (const bool parameter) |
| ShortProtectionDisable () | |
| void | toString (std::string &value) const |
| virtual | ~ShortProtectionDisable () |
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 |
0: Short to GND protection is on 1: Short to GND protection is disabled Use default value!
Definition at line 1507 of file YouBotGripperParameter.hpp.
Definition at line 1865 of file YouBotGripperParameter.cpp.
| youbot::ShortProtectionDisable::~ShortProtectionDisable | ( | ) | [virtual] |
Definition at line 1873 of file YouBotGripperParameter.cpp.
| std::string youbot::ShortProtectionDisable::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1527 of file YouBotGripperParameter.hpp.
| void youbot::ShortProtectionDisable::getParameter | ( | bool & | parameter | ) | const |
Definition at line 1879 of file YouBotGripperParameter.cpp.
| ParameterType youbot::ShortProtectionDisable::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1533 of file YouBotGripperParameter.hpp.
| void youbot::ShortProtectionDisable::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1902 of file YouBotGripperParameter.cpp.
| void youbot::ShortProtectionDisable::setParameter | ( | const bool | parameter | ) |
Definition at line 1886 of file YouBotGripperParameter.cpp.
| void youbot::ShortProtectionDisable::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1910 of file YouBotGripperParameter.cpp.
| void youbot::ShortProtectionDisable::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1893 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1509 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1510 of file YouBotGripperParameter.hpp.
std::string youbot::ShortProtectionDisable::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1541 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1543 of file YouBotGripperParameter.hpp.
bool youbot::ShortProtectionDisable::value [private] |
Definition at line 1537 of file YouBotGripperParameter.hpp.