#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int ¶meter) |
SmartEnergySlowRunCurrent () | |
void | toString (std::string &value) const |
virtual | ~SmartEnergySlowRunCurrent () |
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 motor current which is used below the threshold speed.
Definition at line 1939 of file YouBotGripperParameter.hpp.
Definition at line 2421 of file YouBotGripperParameter.cpp.
Definition at line 2431 of file YouBotGripperParameter.cpp.
std::string youbot::SmartEnergySlowRunCurrent::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1959 of file YouBotGripperParameter.hpp.
void youbot::SmartEnergySlowRunCurrent::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 2437 of file YouBotGripperParameter.cpp.
ParameterType youbot::SmartEnergySlowRunCurrent::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1965 of file YouBotGripperParameter.hpp.
void youbot::SmartEnergySlowRunCurrent::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2469 of file YouBotGripperParameter.cpp.
void youbot::SmartEnergySlowRunCurrent::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 2444 of file YouBotGripperParameter.cpp.
void youbot::SmartEnergySlowRunCurrent::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2477 of file YouBotGripperParameter.cpp.
void youbot::SmartEnergySlowRunCurrent::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 2460 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1941 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1942 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergySlowRunCurrent::lowerLimit [private] |
Definition at line 1973 of file YouBotGripperParameter.hpp.
std::string youbot::SmartEnergySlowRunCurrent::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1977 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1979 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergySlowRunCurrent::upperLimit [private] |
Definition at line 1969 of file YouBotGripperParameter.hpp.
unsigned int youbot::SmartEnergySlowRunCurrent::value [private] |
Definition at line 1975 of file YouBotGripperParameter.hpp.