#include <YouBotJointParameterReadOnly.hpp>

Public Member Functions | |
| void | getParameter (quantity< si::angular_velocity > ¶meter) const |
| void | toString (std::string &value) |
| VelocityError () | |
| virtual | ~VelocityError () |
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 |
Actual error of PID velocity regulator
Definition at line 275 of file YouBotJointParameterReadOnly.hpp.
Definition at line 367 of file YouBotJointParameterReadOnly.cpp.
| youbot::VelocityError::~VelocityError | ( | ) | [virtual] |
Definition at line 375 of file YouBotJointParameterReadOnly.cpp.
| std::string youbot::VelocityError::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 293 of file YouBotJointParameterReadOnly.hpp.
| void youbot::VelocityError::getParameter | ( | quantity< si::angular_velocity > & | parameter | ) | const |
Definition at line 381 of file YouBotJointParameterReadOnly.cpp.
| ParameterType youbot::VelocityError::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 299 of file YouBotJointParameterReadOnly.hpp.
| void youbot::VelocityError::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const [private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 397 of file YouBotJointParameterReadOnly.cpp.
| void youbot::VelocityError::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
| const YouBotJointStorage & | storage | ||
| ) | [private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 410 of file YouBotJointParameterReadOnly.cpp.
| void youbot::VelocityError::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 388 of file YouBotJointParameterReadOnly.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 277 of file YouBotJointParameterReadOnly.hpp.
std::string youbot::VelocityError::name [private] |
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 307 of file YouBotJointParameterReadOnly.hpp.
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 309 of file YouBotJointParameterReadOnly.hpp.
quantity<si::angular_velocity> youbot::VelocityError::value [private] |
Definition at line 303 of file YouBotJointParameterReadOnly.hpp.