#include <YouBotJointParameterReadOnly.hpp>

Public Member Functions | |
| void | getParameter (quantity< si::angular_velocity > ¶meter) const |
| void | toString (std::string &value) |
| VelocityErrorSum () | |
| virtual | ~VelocityErrorSum () |
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 |
Sums of Errors of PID velocity regulator
Definition at line 315 of file YouBotJointParameterReadOnly.hpp.
Definition at line 418 of file YouBotJointParameterReadOnly.cpp.
| youbot::VelocityErrorSum::~VelocityErrorSum | ( | ) | [virtual] |
Definition at line 426 of file YouBotJointParameterReadOnly.cpp.
| std::string youbot::VelocityErrorSum::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 333 of file YouBotJointParameterReadOnly.hpp.
| void youbot::VelocityErrorSum::getParameter | ( | quantity< si::angular_velocity > & | parameter | ) | const |
Definition at line 432 of file YouBotJointParameterReadOnly.cpp.
| ParameterType youbot::VelocityErrorSum::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 339 of file YouBotJointParameterReadOnly.hpp.
| void youbot::VelocityErrorSum::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const [private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 448 of file YouBotJointParameterReadOnly.cpp.
| void youbot::VelocityErrorSum::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
| const YouBotJointStorage & | storage | ||
| ) | [private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 461 of file YouBotJointParameterReadOnly.cpp.
| void youbot::VelocityErrorSum::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 439 of file YouBotJointParameterReadOnly.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 317 of file YouBotJointParameterReadOnly.hpp.
std::string youbot::VelocityErrorSum::name [private] |
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 347 of file YouBotJointParameterReadOnly.hpp.
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 349 of file YouBotJointParameterReadOnly.hpp.
quantity<si::angular_velocity> youbot::VelocityErrorSum::value [private] |
Definition at line 343 of file YouBotJointParameterReadOnly.hpp.