#include <YouBotJointParameterReadOnly.hpp>
Public Member Functions | |
void | getParameter (quantity< plane_angle > ¶meter) const |
PositionError () | |
void | toString (std::string &value) |
virtual | ~PositionError () |
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< plane_angle > | value |
Friends | |
class | YouBotJoint |
Actual error of PID position regulator
Definition at line 195 of file YouBotJointParameterReadOnly.hpp.
Definition at line 267 of file YouBotJointParameterReadOnly.cpp.
youbot::PositionError::~PositionError | ( | ) | [virtual] |
Definition at line 275 of file YouBotJointParameterReadOnly.cpp.
std::string youbot::PositionError::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 213 of file YouBotJointParameterReadOnly.hpp.
void youbot::PositionError::getParameter | ( | quantity< plane_angle > & | parameter | ) | const |
Definition at line 281 of file YouBotJointParameterReadOnly.cpp.
ParameterType youbot::PositionError::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 219 of file YouBotJointParameterReadOnly.hpp.
void youbot::PositionError::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 297 of file YouBotJointParameterReadOnly.cpp.
void youbot::PositionError::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 308 of file YouBotJointParameterReadOnly.cpp.
void youbot::PositionError::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterReadOnly.
Definition at line 288 of file YouBotJointParameterReadOnly.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 197 of file YouBotJointParameterReadOnly.hpp.
std::string youbot::PositionError::name [private] |
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 227 of file YouBotJointParameterReadOnly.hpp.
Reimplemented from youbot::YouBotJointParameterReadOnly.
Definition at line 229 of file YouBotJointParameterReadOnly.hpp.
quantity<plane_angle> youbot::PositionError::value [private] |
Definition at line 223 of file YouBotJointParameterReadOnly.hpp.