#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 () |
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 |
Represents a bar spacing offset. It could be useful if the gripper can not be totally closed.
Definition at line 230 of file YouBotGripperParameter.hpp.
Definition at line 221 of file YouBotGripperParameter.cpp.
youbot::BarSpacingOffset::~BarSpacingOffset | ( | ) | [virtual] |
Definition at line 229 of file YouBotGripperParameter.cpp.
std::string youbot::BarSpacingOffset::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 256 of file YouBotGripperParameter.hpp.
void youbot::BarSpacingOffset::getParameter | ( | quantity< si::length > & | parameter | ) | const |
Definition at line 235 of file YouBotGripperParameter.cpp.
ParameterType youbot::BarSpacingOffset::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 250 of file YouBotGripperParameter.hpp.
void youbot::BarSpacingOffset::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 262 of file YouBotGripperParameter.cpp.
void youbot::BarSpacingOffset::setParameter | ( | const quantity< si::length > & | parameter | ) |
Definition at line 242 of file YouBotGripperParameter.cpp.
void youbot::BarSpacingOffset::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 268 of file YouBotGripperParameter.cpp.
void youbot::BarSpacingOffset::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 253 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 232 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 233 of file YouBotGripperParameter.hpp.
std::string youbot::BarSpacingOffset::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 264 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 266 of file YouBotGripperParameter.hpp.
quantity<si::length> youbot::BarSpacingOffset::value [private] |
Definition at line 260 of file YouBotGripperParameter.hpp.