#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (unsigned int ¶meter) const |
RampMode () | |
void | setParameter (const unsigned int ¶meter) |
void | toString (std::string &value) const |
virtual | ~RampMode () |
Public Member Functions inherited from youbot::YouBotGripperParameter | |
virtual | ~YouBotGripperParameter () |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotGripperParameter | |
YouBotGripperParameter () | |
Protected Attributes inherited from youbot::YouBotGripperParameter | |
std::string | name |
Automatically set when using ROR, ROL, MST and MVP. 0: position mode. Steps are generated, when the parameters actual position and target position differ. Trapezoidal speed ramps are provided. 2: velocity mode. The motor will run continuously and the speed will be changed with constant (maximum) acceleration, if the parameter target speed is changed. For special purposes, the soft mode (value 1) with exponential decrease of speed can be selected.
Definition at line 1185 of file YouBotGripperParameter.hpp.
youbot::RampMode::RampMode | ( | ) |
Definition at line 1502 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 1511 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1206 of file YouBotGripperParameter.hpp.
void youbot::RampMode::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1516 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1208 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1543 of file YouBotGripperParameter.cpp.
void youbot::RampMode::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1522 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1550 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1535 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 1186 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 1187 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1212 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1216 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1218 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1208 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1214 of file YouBotGripperParameter.hpp.