Position setpoint for one gripper bar. More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
PositionSetpoint () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) const |
virtual | ~PositionSetpoint () |
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 |
Position setpoint for one gripper bar.
Definition at line 345 of file YouBotGripperParameter.hpp.
youbot::PositionSetpoint::PositionSetpoint | ( | ) |
Definition at line 385 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 394 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 365 of file YouBotGripperParameter.hpp.
void youbot::PositionSetpoint::getParameter | ( | int & | parameter | ) | const |
Definition at line 399 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 367 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 426 of file YouBotGripperParameter.cpp.
void youbot::PositionSetpoint::setParameter | ( | const int | parameter | ) |
Definition at line 405 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 435 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 418 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 346 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 347 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 371 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 375 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 377 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 367 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 373 of file YouBotGripperParameter.hpp.