Resistance of motor coil. More...
#include <YouBotJointParameterPasswordProtected.hpp>

Public Member Functions | |
| MotorCoilResistance () | |
| virtual | ~MotorCoilResistance () |
| void | getParameter (quantity< resistance > ¶meter) const |
| void | setParameter (const quantity< resistance > ¶meter) |
| void | toString (std::string &value) |
Friends | |
| class | YouBotJoint |
Resistance of motor coil.
Used for current resistance regulation, position regulation and velocity regulation.
Definition at line 698 of file YouBotJointParameterPasswordProtected.hpp.
Definition at line 972 of file YouBotJointParameterPasswordProtected.cpp.
| ~MotorCoilResistance | ( | ) | [virtual] |
Definition at line 981 of file YouBotJointParameterPasswordProtected.cpp.
| void getParameter | ( | quantity< resistance > & | parameter | ) | const |
Definition at line 986 of file YouBotJointParameterPasswordProtected.cpp.
| void setParameter | ( | const quantity< resistance > & | parameter | ) |
Definition at line 992 of file YouBotJointParameterPasswordProtected.cpp.
| void toString | ( | std::string & | value | ) | [virtual] |
Implements YouBotJointParameterPasswordProtected.
Definition at line 1004 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from YouBotJointParameterPasswordProtected.
Definition at line 699 of file YouBotJointParameterPasswordProtected.hpp.
1.6.3