The maximum bar spacing distance of the gripper. More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (quantity< si::length > ¶meter) const |
MaxTravelDistance () | |
void | setParameter (const quantity< si::length > ¶meter) |
void | toString (std::string &value) const |
virtual | ~MaxTravelDistance () |
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 |
The maximum bar spacing distance of the gripper.
Definition at line 273 of file YouBotGripperParameter.hpp.
youbot::MaxTravelDistance::MaxTravelDistance | ( | ) |
Definition at line 284 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 291 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 295 of file YouBotGripperParameter.hpp.
void youbot::MaxTravelDistance::getParameter | ( | quantity< si::length > & | parameter | ) | const |
Definition at line 296 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 293 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 319 of file YouBotGripperParameter.cpp.
void youbot::MaxTravelDistance::setParameter | ( | const quantity< si::length > & | parameter | ) |
Definition at line 302 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 324 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 311 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 274 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 275 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 299 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 301 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 295 of file YouBotGripperParameter.hpp.