BEMF constant of motor. More...
#include <YouBotJointParameterPasswordProtected.hpp>
Public Member Functions | |
BEMFConstant () | |
virtual | ~BEMFConstant () |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
Friends | |
class | YouBotJoint |
BEMF constant of motor.
Used for current regulation, position regulation and velocity regulation. Feed forward control for current regulation, position regulation and velocity regulation is disabled if BEMF constant is set to zero.
Definition at line 208 of file YouBotJointParameterPasswordProtected.hpp.
BEMFConstant | ( | ) |
Definition at line 228 of file YouBotJointParameterPasswordProtected.cpp.
~BEMFConstant | ( | ) | [virtual] |
Definition at line 237 of file YouBotJointParameterPasswordProtected.cpp.
void getParameter | ( | int & | parameter | ) | const |
Definition at line 242 of file YouBotJointParameterPasswordProtected.cpp.
void setParameter | ( | const int | parameter | ) |
Definition at line 248 of file YouBotJointParameterPasswordProtected.cpp.
void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotJointParameterPasswordProtected.
Definition at line 261 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotJointParameterPasswordProtected.
Definition at line 209 of file YouBotJointParameterPasswordProtected.hpp.