#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 () |
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 |
The maximum bar spacing distance of the gripper
Definition at line 314 of file YouBotGripperParameter.hpp.
Definition at line 323 of file YouBotGripperParameter.cpp.
youbot::MaxTravelDistance::~MaxTravelDistance | ( | ) | [virtual] |
Definition at line 331 of file YouBotGripperParameter.cpp.
std::string youbot::MaxTravelDistance::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 340 of file YouBotGripperParameter.hpp.
void youbot::MaxTravelDistance::getParameter | ( | quantity< si::length > & | parameter | ) | const |
Definition at line 337 of file YouBotGripperParameter.cpp.
ParameterType youbot::MaxTravelDistance::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 334 of file YouBotGripperParameter.hpp.
void youbot::MaxTravelDistance::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 364 of file YouBotGripperParameter.cpp.
void youbot::MaxTravelDistance::setParameter | ( | const quantity< si::length > & | parameter | ) |
Definition at line 344 of file YouBotGripperParameter.cpp.
void youbot::MaxTravelDistance::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 370 of file YouBotGripperParameter.cpp.
void youbot::MaxTravelDistance::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 355 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 316 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 317 of file YouBotGripperParameter.hpp.
std::string youbot::MaxTravelDistance::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 348 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 350 of file YouBotGripperParameter.hpp.
quantity<si::length> youbot::MaxTravelDistance::value [private] |
Definition at line 344 of file YouBotGripperParameter.hpp.