The exponent of the scaling factor for the pulse (step) generator should be de/incremented carefully (in steps of one). More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
PulseDivisor () | |
virtual | ~PulseDivisor () |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int ¶meter) |
void | toString (std::string &value) const |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
The exponent of the scaling factor for the pulse (step) generator should be de/incremented carefully (in steps of one).
Definition at line 1107 of file YouBotGripperParameter.hpp.
PulseDivisor | ( | ) |
Definition at line 1394 of file YouBotGripperParameter.cpp.
~PulseDivisor | ( | ) | [virtual] |
Definition at line 1403 of file YouBotGripperParameter.cpp.
void getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1408 of file YouBotGripperParameter.cpp.
void setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1414 of file YouBotGripperParameter.cpp.
void toString | ( | std::string & | value | ) | const [virtual] |
Implements YouBotGripperParameter.
Definition at line 1427 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 1108 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 1109 of file YouBotGripperParameter.hpp.