Calibrate the gripper. More...
#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 () |
Public Member Functions inherited from youbot::YouBotGripperParameter | |
virtual | ~YouBotGripperParameter () |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotGripperParameter | |
YouBotGripperParameter () | |
Protected Attributes inherited from youbot::YouBotGripperParameter | |
std::string | name |
Calibrate the gripper.
Definition at line 171 of file YouBotGripperParameter.hpp.
youbot::CalibrateGripper::CalibrateGripper | ( | ) |
Definition at line 155 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 162 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 193 of file YouBotGripperParameter.hpp.
void youbot::CalibrateGripper::getParameter | ( | bool & | parameter | ) | const |
Definition at line 167 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 191 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 187 of file YouBotGripperParameter.cpp.
void youbot::CalibrateGripper::setParameter | ( | const bool | parameter | ) |
Definition at line 173 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 192 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 179 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 172 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 173 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 197 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 199 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 193 of file YouBotGripperParameter.hpp.