#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int ¶meter) |
SmartEnergyHysteresis () | |
void | toString (std::string &value) const |
virtual | ~SmartEnergyHysteresis () |
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 | |
unsigned int | lowerLimit |
std::string | name |
ParameterType | parameterType |
unsigned int | upperLimit |
unsigned 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 |
Sets the distance between the lower and the upper threshold for stallGuard2TM reading. Above the upper threshold the motor current becomes decreased. Hysteresis: (smartEnergy hysteresis value + 1) * 32 Upper stallGuard2 threshold: (smartEnergy hysteresis start + smartEnergy hysteresis + 1) * 32
Definition at line 1554 of file YouBotGripperParameter.hpp.
youbot::SmartEnergyHysteresis::SmartEnergyHysteresis | ( | ) |
Definition at line 1979 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 1988 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1574 of file YouBotGripperParameter.hpp.
void youbot::SmartEnergyHysteresis::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1993 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1576 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2020 of file YouBotGripperParameter.cpp.
void youbot::SmartEnergyHysteresis::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1999 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2027 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2012 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 1555 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 1556 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1580 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1584 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1586 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1576 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1582 of file YouBotGripperParameter.hpp.