#include <YouBotJointParameterPasswordProtected.hpp>
Public Member Functions | |
ActualCommutationOffset () | |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~ActualCommutationOffset () |
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 | |
int | lowerLimit |
std::string | name |
ParameterType | parameterType |
int | upperLimit |
int | value |
Friends | |
class | YouBotJoint |
This value represents the internal commutation offset. (0 ... max. Encoder steps per rotation)
Definition at line 144 of file YouBotJointParameterPasswordProtected.hpp.
Definition at line 125 of file YouBotJointParameterPasswordProtected.cpp.
Definition at line 135 of file YouBotJointParameterPasswordProtected.cpp.
std::string youbot::ActualCommutationOffset::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 164 of file YouBotJointParameterPasswordProtected.hpp.
void youbot::ActualCommutationOffset::getParameter | ( | int & | parameter | ) | const |
Definition at line 141 of file YouBotJointParameterPasswordProtected.cpp.
ParameterType youbot::ActualCommutationOffset::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 170 of file YouBotJointParameterPasswordProtected.hpp.
void youbot::ActualCommutationOffset::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 173 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::ActualCommutationOffset::setParameter | ( | const int | parameter | ) |
Definition at line 148 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::ActualCommutationOffset::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 186 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::ActualCommutationOffset::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 164 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 146 of file YouBotJointParameterPasswordProtected.hpp.
int youbot::ActualCommutationOffset::lowerLimit [private] |
Definition at line 178 of file YouBotJointParameterPasswordProtected.hpp.
std::string youbot::ActualCommutationOffset::name [private] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 182 of file YouBotJointParameterPasswordProtected.hpp.
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 184 of file YouBotJointParameterPasswordProtected.hpp.
int youbot::ActualCommutationOffset::upperLimit [private] |
Definition at line 174 of file YouBotJointParameterPasswordProtected.hpp.
int youbot::ActualCommutationOffset::value [private] |
Definition at line 180 of file YouBotJointParameterPasswordProtected.hpp.