#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| CalibrateGripper () | |
| void | getParameter (bool ¶meter) const |
| void | setParameter (const bool parameter) |
| void | toString (std::string &value) const |
| virtual | ~CalibrateGripper () |
Private Member Functions | |
| std::string | getName () const |
| ParameterType | getType () const |
| virtual void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message) const |
| virtual void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message) |
Private Attributes | |
| std::string | name |
| ParameterType | parameterType |
| bool | value |
Friends | |
| class | YouBotGripper |
| class | YouBotGripperBar |
Calibrate the gripper
Definition at line 188 of file YouBotGripperParameter.hpp.
Definition at line 172 of file YouBotGripperParameter.cpp.
| youbot::CalibrateGripper::~CalibrateGripper | ( | ) | [virtual] |
Definition at line 180 of file YouBotGripperParameter.cpp.
| std::string youbot::CalibrateGripper::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 214 of file YouBotGripperParameter.hpp.
| void youbot::CalibrateGripper::getParameter | ( | bool & | parameter | ) | const |
Definition at line 186 of file YouBotGripperParameter.cpp.
| ParameterType youbot::CalibrateGripper::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 208 of file YouBotGripperParameter.hpp.
| void youbot::CalibrateGripper::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 209 of file YouBotGripperParameter.cpp.
| void youbot::CalibrateGripper::setParameter | ( | const bool | parameter | ) |
Definition at line 193 of file YouBotGripperParameter.cpp.
| void youbot::CalibrateGripper::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 215 of file YouBotGripperParameter.cpp.
| void youbot::CalibrateGripper::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 200 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 190 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 191 of file YouBotGripperParameter.hpp.
std::string youbot::CalibrateGripper::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 222 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 224 of file YouBotGripperParameter.hpp.
bool youbot::CalibrateGripper::value [private] |
Definition at line 218 of file YouBotGripperParameter.hpp.