calibrates the joint More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
CalibrateJoint () | |
void | getParameter (bool &doCalibration, CalibrationDirection &calibrationDirection, quantity< si::current > &maxCurrent) const |
void | setParameter (const bool doCalibration, CalibrationDirection calibrationDirection, const quantity< si::current > &maxCurrent) |
void | toString (std::string &value) |
virtual | ~CalibrateJoint () |
Public Member Functions inherited from youbot::YouBotApiJointParameter | |
virtual | ~YouBotApiJointParameter () |
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 | |
CalibrationDirection | calibrationDirection |
bool | doCalibration |
quantity< si::current > | maxCurrent |
std::string | name |
ParameterType | parameterType |
Friends | |
class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotApiJointParameter | |
YouBotApiJointParameter () | |
Protected Attributes inherited from youbot::YouBotApiJointParameter | |
std::string | name |
ParameterType | parameterType |
calibrates the joint
Definition at line 190 of file YouBotJointParameter.hpp.
youbot::CalibrateJoint::CalibrateJoint | ( | ) |
Definition at line 153 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 160 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 209 of file YouBotJointParameter.hpp.
void youbot::CalibrateJoint::getParameter | ( | bool & | doCalibration, |
CalibrationDirection & | calibrationDirection, | ||
quantity< si::current > & | maxCurrent | ||
) | const |
Definition at line 165 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 211 of file YouBotJointParameter.hpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 205 of file YouBotJointParameter.hpp.
void youbot::CalibrateJoint::setParameter | ( | const bool | doCalibration, |
CalibrationDirection | calibrationDirection, | ||
const quantity< si::current > & | maxCurrent | ||
) |
Definition at line 173 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 207 of file YouBotJointParameter.hpp.
|
virtual |
Implements youbot::YouBotApiJointParameter.
Definition at line 181 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 191 of file YouBotJointParameter.hpp.
|
private |
Definition at line 219 of file YouBotJointParameter.hpp.
|
private |
Definition at line 211 of file YouBotJointParameter.hpp.
|
private |
Definition at line 221 of file YouBotJointParameter.hpp.
|
private |
Definition at line 215 of file YouBotJointParameter.hpp.
|
private |
Definition at line 217 of file YouBotJointParameter.hpp.