#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| void | getParameter (unsigned int ¶meter) const |
| void | setParameter (const unsigned int ¶meter) |
| SmartEnergyThresholdSpeed () | |
| void | toString (std::string &value) const |
| virtual | ~SmartEnergyThresholdSpeed () |
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 |
Above this speed coolStep becomes enabled.
Definition at line 1986 of file YouBotGripperParameter.hpp.
Definition at line 2484 of file YouBotGripperParameter.cpp.
Definition at line 2494 of file YouBotGripperParameter.cpp.
| std::string youbot::SmartEnergyThresholdSpeed::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2006 of file YouBotGripperParameter.hpp.
| void youbot::SmartEnergyThresholdSpeed::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 2500 of file YouBotGripperParameter.cpp.
| ParameterType youbot::SmartEnergyThresholdSpeed::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2012 of file YouBotGripperParameter.hpp.
| void youbot::SmartEnergyThresholdSpeed::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2532 of file YouBotGripperParameter.cpp.
| void youbot::SmartEnergyThresholdSpeed::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 2507 of file YouBotGripperParameter.cpp.
| void youbot::SmartEnergyThresholdSpeed::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2540 of file YouBotGripperParameter.cpp.
| void youbot::SmartEnergyThresholdSpeed::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2523 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1988 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1989 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergyThresholdSpeed::lowerLimit [private] |
Definition at line 2020 of file YouBotGripperParameter.hpp.
std::string youbot::SmartEnergyThresholdSpeed::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 2024 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 2026 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergyThresholdSpeed::upperLimit [private] |
Definition at line 2016 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergyThresholdSpeed::value [private] |
Definition at line 2022 of file YouBotGripperParameter.hpp.