The maximum bar spacing distance of the gripper. More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
MaxTravelDistance () | |
virtual | ~MaxTravelDistance () |
void | getParameter (quantity< si::length > ¶meter) const |
void | setParameter (const quantity< si::length > ¶meter) |
void | toString (std::string &value) const |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
The maximum bar spacing distance of the gripper.
Definition at line 276 of file YouBotGripperParameter.hpp.
Definition at line 284 of file YouBotGripperParameter.cpp.
~MaxTravelDistance | ( | ) | [virtual] |
Definition at line 291 of file YouBotGripperParameter.cpp.
void getParameter | ( | quantity< si::length > & | parameter | ) | const |
Definition at line 296 of file YouBotGripperParameter.cpp.
void setParameter | ( | const quantity< si::length > & | parameter | ) |
Definition at line 302 of file YouBotGripperParameter.cpp.
void toString | ( | std::string & | value | ) | const [virtual] |
Implements YouBotGripperParameter.
Definition at line 311 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 277 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 278 of file YouBotGripperParameter.hpp.