Actual position of one gripper bar. More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
ActualPosition () | |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) const |
virtual | ~ActualPosition () |
Public Member Functions inherited from youbot::YouBotGripperParameter | |
virtual | ~YouBotGripperParameter () |
Private Member Functions | |
std::string | getName () const |
ParameterType | getType () const |
void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message) const |
void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message) |
Private Attributes | |
int | lowerLimit |
std::string | name |
ParameterType | parameterType |
int | upperLimit |
int | 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 |
Actual position of one gripper bar.
Definition at line 307 of file YouBotGripperParameter.hpp.
youbot::ActualPosition::ActualPosition | ( | ) |
Definition at line 329 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 338 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 327 of file YouBotGripperParameter.hpp.
void youbot::ActualPosition::getParameter | ( | int & | parameter | ) | const |
Definition at line 343 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 329 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 370 of file YouBotGripperParameter.cpp.
void youbot::ActualPosition::setParameter | ( | const int | parameter | ) |
Definition at line 349 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 378 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 362 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 308 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 309 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 333 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 337 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 339 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 329 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 335 of file YouBotGripperParameter.hpp.