#include <YouBotJointParameterPasswordProtected.hpp>

Public Member Functions | |
| void | getParameter (unsigned int ¶meter) const |
| I2tExceedCounter () | |
| void | setParameter (const unsigned int parameter) |
| void | toString (std::string &value) |
| virtual | ~I2tExceedCounter () |
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 | |
| unsigned int | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| unsigned int | upperLimit |
| unsigned int | value |
Friends | |
| class | YouBotJoint |
Counts how often an I2t sum was higher than the I2t limit.
Definition at line 565 of file YouBotJointParameterPasswordProtected.hpp.
Definition at line 734 of file YouBotJointParameterPasswordProtected.cpp.
| youbot::I2tExceedCounter::~I2tExceedCounter | ( | ) | [virtual] |
Definition at line 744 of file YouBotJointParameterPasswordProtected.cpp.
| std::string youbot::I2tExceedCounter::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 585 of file YouBotJointParameterPasswordProtected.hpp.
| void youbot::I2tExceedCounter::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 750 of file YouBotJointParameterPasswordProtected.cpp.
| ParameterType youbot::I2tExceedCounter::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 591 of file YouBotJointParameterPasswordProtected.hpp.
| void youbot::I2tExceedCounter::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 781 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::I2tExceedCounter::setParameter | ( | const unsigned int | parameter | ) |
Definition at line 757 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::I2tExceedCounter::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
| const YouBotJointStorage & | storage | ||
| ) | [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 792 of file YouBotJointParameterPasswordProtected.cpp.
| void youbot::I2tExceedCounter::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 772 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 567 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::I2tExceedCounter::lowerLimit [private] |
Definition at line 599 of file YouBotJointParameterPasswordProtected.hpp.
std::string youbot::I2tExceedCounter::name [private] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 603 of file YouBotJointParameterPasswordProtected.hpp.
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 605 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::I2tExceedCounter::upperLimit [private] |
Definition at line 595 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::I2tExceedCounter::value [private] |
Definition at line 601 of file YouBotJointParameterPasswordProtected.hpp.