Velocity to switch from controlled to hallFX mode. Set this value to a realistic velocity which the motor can reach in controlled mode! More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (quantity< angular_velocity > ¶meter) const |
void | setParameter (const quantity< angular_velocity > ¶meter) |
void | toString (std::string &value) |
VelocityThresholdForHallFX () | |
virtual | ~VelocityThresholdForHallFX () |
Public Member Functions inherited from youbot::YouBotJointParameter | |
virtual | ~YouBotJointParameter () |
Public Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
virtual | ~YouBotJointParameterReadOnly () |
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 | |
quantity< angular_velocity > | lowerLimit |
std::string | name |
ParameterType | parameterType |
quantity< angular_velocity > | upperLimit |
quantity< angular_velocity > | value |
Friends | |
class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotJointParameter | |
YouBotJointParameter () | |
Protected Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
YouBotJointParameterReadOnly () | |
Protected Attributes inherited from youbot::YouBotJointParameter | |
std::string | name |
ParameterType | parameterType |
Protected Attributes inherited from youbot::YouBotJointParameterReadOnly | |
std::string | name |
ParameterType | parameterType |
Velocity to switch from controlled to hallFX mode. Set this value to a realistic velocity which the motor can reach in controlled mode!
Definition at line 650 of file YouBotJointParameter.hpp.
youbot::VelocityThresholdForHallFX::VelocityThresholdForHallFX | ( | ) |
Definition at line 743 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 752 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 669 of file YouBotJointParameter.hpp.
void youbot::VelocityThresholdForHallFX::getParameter | ( | quantity< angular_velocity > & | parameter | ) | const |
Definition at line 757 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 671 of file YouBotJointParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 784 of file YouBotJointParameter.cpp.
void youbot::VelocityThresholdForHallFX::setParameter | ( | const quantity< angular_velocity > & | parameter | ) |
Definition at line 763 of file YouBotJointParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 795 of file YouBotJointParameter.cpp.
|
virtual |
Implements youbot::YouBotJointParameter.
Definition at line 776 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 651 of file YouBotJointParameter.hpp.
|
private |
Definition at line 675 of file YouBotJointParameter.hpp.
|
private |
Definition at line 679 of file YouBotJointParameter.hpp.
|
private |
Definition at line 681 of file YouBotJointParameter.hpp.
|
private |
Definition at line 671 of file YouBotJointParameter.hpp.
|
private |
Definition at line 677 of file YouBotJointParameter.hpp.