#include <YouBotJointParameterPasswordProtected.hpp>
Public Member Functions | |
CommutationMode () | |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int parameter) |
void | toString (std::string &value) |
virtual | ~CommutationMode () |
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 | |
unsigned int | lowerLimit |
std::string | name |
ParameterType | parameterType |
unsigned int | upperLimit |
unsigned int | value |
Friends | |
class | YouBotJoint |
The Commutation Mode. 0: Block commutation with hall sensors mode
1: Sensorless block commutation (hallFX)
2: Sine commutation with hall sensors
3: Sine commutation with encoder
4: Controlled block commutation
5: Controlled sine commutation
Definition at line 288 of file YouBotJointParameterPasswordProtected.hpp.
Definition at line 331 of file YouBotJointParameterPasswordProtected.cpp.
youbot::CommutationMode::~CommutationMode | ( | ) | [virtual] |
Definition at line 341 of file YouBotJointParameterPasswordProtected.cpp.
std::string youbot::CommutationMode::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 308 of file YouBotJointParameterPasswordProtected.hpp.
void youbot::CommutationMode::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 347 of file YouBotJointParameterPasswordProtected.cpp.
ParameterType youbot::CommutationMode::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 314 of file YouBotJointParameterPasswordProtected.hpp.
void youbot::CommutationMode::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 378 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::CommutationMode::setParameter | ( | const unsigned int | parameter | ) |
Definition at line 354 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::CommutationMode::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 389 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::CommutationMode::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 369 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 290 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::CommutationMode::lowerLimit [private] |
Definition at line 322 of file YouBotJointParameterPasswordProtected.hpp.
std::string youbot::CommutationMode::name [private] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 326 of file YouBotJointParameterPasswordProtected.hpp.
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 328 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::CommutationMode::upperLimit [private] |
Definition at line 318 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::CommutationMode::value [private] |
Definition at line 324 of file YouBotJointParameterPasswordProtected.hpp.