Time after which the power to the motor will be cut when its velocity has reached zero. More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
Freewheeling () | |
virtual | ~Freewheeling () |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int ¶meter) |
void | toString (std::string &value) const |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
Time after which the power to the motor will be cut when its velocity has reached zero.
0... 65535 0 = never [msec]
Definition at line 869 of file YouBotGripperParameter.hpp.
Freewheeling | ( | ) |
Definition at line 1068 of file YouBotGripperParameter.cpp.
~Freewheeling | ( | ) | [virtual] |
Definition at line 1077 of file YouBotGripperParameter.cpp.
void getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1082 of file YouBotGripperParameter.cpp.
void setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1088 of file YouBotGripperParameter.cpp.
void toString | ( | std::string & | value | ) | const [virtual] |
Implements YouBotGripperParameter.
Definition at line 1101 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 870 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 871 of file YouBotGripperParameter.hpp.