#include <YouBotGripperParameter.hpp>
Public Member Functions | |
ChopperHysteresisEnd () | |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) const |
virtual | ~ChopperHysteresisEnd () |
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 |
Hysteresis end setting. Sets the hysteresis end value after a number of decrements. Decrement interval time is controlled by axis parameter 164. -3... -1 negative hysteresis end setting 0 zero hysteresis end setting 1... 12 positive hysteresis end setting
Definition at line 614 of file YouBotGripperParameter.hpp.
youbot::ChopperHysteresisEnd::ChopperHysteresisEnd | ( | ) |
Definition at line 764 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 773 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 634 of file YouBotGripperParameter.hpp.
void youbot::ChopperHysteresisEnd::getParameter | ( | int & | parameter | ) | const |
Definition at line 778 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 636 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 805 of file YouBotGripperParameter.cpp.
void youbot::ChopperHysteresisEnd::setParameter | ( | const int | parameter | ) |
Definition at line 784 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 812 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 797 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 615 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 616 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 640 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 644 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 646 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 636 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 642 of file YouBotGripperParameter.hpp.