Switches the ramp generator for speed and position control on and off. More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (bool ¶meter) const |
RampGeneratorSpeedAndPositionControl () | |
void | setParameter (const bool parameter) |
void | toString (std::string &value) |
virtual | ~RampGeneratorSpeedAndPositionControl () |
Public Member Functions inherited from youbot::YouBotJointParameter | |
virtual | ~YouBotJointParameter () |
Public Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
virtual | ~YouBotJointParameterReadOnly () |
Private Member Functions | |
std::string | getName () const |
ParameterType | getType () const |
void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message, TMCLCommandNumber msgType, const YouBotJointStorage &storage) const |
void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message, const YouBotJointStorage &storage) |
Private Attributes | |
std::string | name |
ParameterType | parameterType |
bool | value |
Friends | |
class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotJointParameter | |
YouBotJointParameter () | |
Protected Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
YouBotJointParameterReadOnly () | |
Protected Attributes inherited from youbot::YouBotJointParameter | |
std::string | name |
ParameterType | parameterType |
Protected Attributes inherited from youbot::YouBotJointParameterReadOnly | |
std::string | name |
ParameterType | parameterType |
Switches the ramp generator for speed and position control on and off.
Definition at line 542 of file YouBotJointParameter.hpp.
youbot::RampGeneratorSpeedAndPositionControl::RampGeneratorSpeedAndPositionControl | ( | ) |
Definition at line 576 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 583 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 561 of file YouBotJointParameter.hpp.
void youbot::RampGeneratorSpeedAndPositionControl::getParameter | ( | bool & | parameter | ) | const |
Definition at line 588 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 563 of file YouBotJointParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 608 of file YouBotJointParameter.cpp.
void youbot::RampGeneratorSpeedAndPositionControl::setParameter | ( | const bool | parameter | ) |
Definition at line 594 of file YouBotJointParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 619 of file YouBotJointParameter.cpp.
|
virtual |
Implements youbot::YouBotJointParameter.
Definition at line 600 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 543 of file YouBotJointParameter.hpp.
|
private |
Definition at line 567 of file YouBotJointParameter.hpp.
|
private |
Definition at line 569 of file YouBotJointParameter.hpp.
|
private |
Definition at line 563 of file YouBotJointParameter.hpp.