The current limit two seconds after the motor has stopped. More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
StandbyCurrent () | |
virtual | ~StandbyCurrent () |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) const |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
The current limit two seconds after the motor has stopped.
Definition at line 1790 of file YouBotGripperParameter.hpp.
StandbyCurrent | ( | ) |
Definition at line 2294 of file YouBotGripperParameter.cpp.
~StandbyCurrent | ( | ) | [virtual] |
Definition at line 2303 of file YouBotGripperParameter.cpp.
void getParameter | ( | int & | parameter | ) | const |
Definition at line 2308 of file YouBotGripperParameter.cpp.
void setParameter | ( | const int | parameter | ) |
Definition at line 2314 of file YouBotGripperParameter.cpp.
void toString | ( | std::string & | value | ) | const [virtual] |
Implements YouBotGripperParameter.
Definition at line 2327 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 1791 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 1792 of file YouBotGripperParameter.hpp.