Represents a bar spacing offset. It could be useful if the gripper can not be totally closed. More...
#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| BarSpacingOffset () | |
| void | getParameter (quantity< si::length > ¶meter) const |
| void | setParameter (const quantity< si::length > ¶meter) |
| void | toString (std::string &value) const |
| virtual | ~BarSpacingOffset () |
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 |
| quantity< si::length > | 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 |
Represents a bar spacing offset. It could be useful if the gripper can not be totally closed.
Definition at line 205 of file YouBotGripperParameter.hpp.
| youbot::BarSpacingOffset::BarSpacingOffset | ( | ) |
Definition at line 197 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 204 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 227 of file YouBotGripperParameter.hpp.
| void youbot::BarSpacingOffset::getParameter | ( | quantity< si::length > & | parameter | ) | const |
Definition at line 209 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 225 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 232 of file YouBotGripperParameter.cpp.
| void youbot::BarSpacingOffset::setParameter | ( | const quantity< si::length > & | parameter | ) |
Definition at line 215 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 237 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 224 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 206 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 207 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 231 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 233 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 227 of file YouBotGripperParameter.hpp.