Actual error of PID velocity regulator. More...
#include <YouBotJointParameterReadOnly.hpp>
Public Member Functions | |
void | getParameter (quantity< si::angular_velocity > ¶meter) const |
void | toString (std::string &value) |
VelocityError () | |
virtual | ~VelocityError () |
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 | |
std::string | name |
ParameterType | parameterType |
quantity< si::angular_velocity > | value |
Friends | |
class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
YouBotJointParameterReadOnly () | |
Protected Attributes inherited from youbot::YouBotJointParameterReadOnly | |
std::string | name |
ParameterType | parameterType |
Actual error of PID velocity regulator.
Definition at line 238 of file YouBotJointParameterReadOnly.hpp.
youbot::VelocityError::VelocityError | ( | ) |
Definition at line 321 of file YouBotJointParameterReadOnly.cpp.
|
virtual |
Definition at line 328 of file YouBotJointParameterReadOnly.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 255 of file YouBotJointParameterReadOnly.hpp.
void youbot::VelocityError::getParameter | ( | quantity< si::angular_velocity > & | parameter | ) | const |
Definition at line 333 of file YouBotJointParameterReadOnly.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 257 of file YouBotJointParameterReadOnly.hpp.
|
privatevirtual |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 347 of file YouBotJointParameterReadOnly.cpp.
|
privatevirtual |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 358 of file YouBotJointParameterReadOnly.cpp.
|
virtual |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 339 of file YouBotJointParameterReadOnly.cpp.
|
friend |
Definition at line 239 of file YouBotJointParameterReadOnly.hpp.
|
private |
Definition at line 261 of file YouBotJointParameterReadOnly.hpp.
|
private |
Definition at line 263 of file YouBotJointParameterReadOnly.hpp.
|
private |
Definition at line 257 of file YouBotJointParameterReadOnly.hpp.