the firmware version of the gripper More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (int &controllerType, double &firmwareVersion) const |
GripperFirmwareVersion () | |
void | setParameter (const int controllerType, const double firmwareVersion) |
void | toString (std::string &value) const |
virtual | ~GripperFirmwareVersion () |
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 | controllerType |
double | firmwareVersion |
std::string | name |
ParameterType | parameterType |
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 |
the firmware version of the gripper
Definition at line 99 of file YouBotGripperParameter.hpp.
youbot::GripperFirmwareVersion::GripperFirmwareVersion | ( | ) |
Definition at line 64 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 71 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 119 of file YouBotGripperParameter.hpp.
void youbot::GripperFirmwareVersion::getParameter | ( | int & | controllerType, |
double & | firmwareVersion | ||
) | const |
Definition at line 76 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 121 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 98 of file YouBotGripperParameter.cpp.
void youbot::GripperFirmwareVersion::setParameter | ( | const int | controllerType, |
const double | firmwareVersion | ||
) |
Definition at line 83 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 108 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 90 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 100 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 101 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 121 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 125 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 127 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 129 of file YouBotGripperParameter.hpp.