#include <YouBotJointParameter.hpp>
Public Member Functions | |
ClearI2tExceededFlag () | |
void | getParameter () const |
void | setParameter () |
void | toString (std::string &value) |
virtual | ~ClearI2tExceededFlag () |
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 |
bool | value |
Friends | |
class | YouBotJoint |
Clear the flag that indicates that the I2t sum has exceeded the I2t limit.
Definition at line 1906 of file YouBotJointParameter.hpp.
Definition at line 2472 of file YouBotJointParameter.cpp.
youbot::ClearI2tExceededFlag::~ClearI2tExceededFlag | ( | ) | [virtual] |
Definition at line 2481 of file YouBotJointParameter.cpp.
std::string youbot::ClearI2tExceededFlag::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1926 of file YouBotJointParameter.hpp.
void youbot::ClearI2tExceededFlag::getParameter | ( | ) | const |
Definition at line 2487 of file YouBotJointParameter.cpp.
ParameterType youbot::ClearI2tExceededFlag::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1932 of file YouBotJointParameter.hpp.
void youbot::ClearI2tExceededFlag::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2508 of file YouBotJointParameter.cpp.
Definition at line 2493 of file YouBotJointParameter.cpp.
void youbot::ClearI2tExceededFlag::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2519 of file YouBotJointParameter.cpp.
void youbot::ClearI2tExceededFlag::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2499 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1908 of file YouBotJointParameter.hpp.
std::string youbot::ClearI2tExceededFlag::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1940 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1942 of file YouBotJointParameter.hpp.
bool youbot::ClearI2tExceededFlag::value [private] |
Definition at line 1936 of file YouBotJointParameter.hpp.