The exponent of the scaling factor for the ramp generator- should be de/incremented carefully (in steps of one). More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
RampDivisor () | |
virtual | ~RampDivisor () |
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 ramp generator- should be de/incremented carefully (in steps of one).
Definition at line 1147 of file YouBotGripperParameter.hpp.
RampDivisor | ( | ) |
Definition at line 1448 of file YouBotGripperParameter.cpp.
~RampDivisor | ( | ) | [virtual] |
Definition at line 1457 of file YouBotGripperParameter.cpp.
void getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1462 of file YouBotGripperParameter.cpp.
void setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1468 of file YouBotGripperParameter.cpp.
void toString | ( | std::string & | value | ) | const [virtual] |
Implements YouBotGripperParameter.
Definition at line 1481 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 1148 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 1149 of file YouBotGripperParameter.hpp.