#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int ¶meter) |
SmartEnergyCurrentDownStep () | |
void | toString (std::string &value) const |
virtual | ~SmartEnergyCurrentDownStep () |
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 |
Sets the number of stallGuard2 readings current down above the upper threshold necessary for each step current decrement of the motor current. Number of stallGuard2 measurements per decrement: Scaling: 0... 3: 32, 8, 2, 1 0: slow decrement 3: fast decrement
Definition at line 1698 of file YouBotGripperParameter.hpp.
Definition at line 2106 of file YouBotGripperParameter.cpp.
Definition at line 2116 of file YouBotGripperParameter.cpp.
std::string youbot::SmartEnergyCurrentDownStep::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1718 of file YouBotGripperParameter.hpp.
void youbot::SmartEnergyCurrentDownStep::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 2122 of file YouBotGripperParameter.cpp.
ParameterType youbot::SmartEnergyCurrentDownStep::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1724 of file YouBotGripperParameter.hpp.
void youbot::SmartEnergyCurrentDownStep::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2154 of file YouBotGripperParameter.cpp.
void youbot::SmartEnergyCurrentDownStep::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 2129 of file YouBotGripperParameter.cpp.
void youbot::SmartEnergyCurrentDownStep::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2162 of file YouBotGripperParameter.cpp.
void youbot::SmartEnergyCurrentDownStep::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2145 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1700 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1701 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergyCurrentDownStep::lowerLimit [private] |
Definition at line 1732 of file YouBotGripperParameter.hpp.
std::string youbot::SmartEnergyCurrentDownStep::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1736 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1738 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergyCurrentDownStep::upperLimit [private] |
Definition at line 1728 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergyCurrentDownStep::value [private] |
Definition at line 1734 of file YouBotGripperParameter.hpp.