#include <YouBotJointParameterPasswordProtected.hpp>
Public Member Functions | |
void | getParameter (quantity< si::time > ¶meter) const |
MotorControllerTimeout () | |
void | setParameter (const quantity< si::time > ¶meter) |
void | toString (std::string &value) |
virtual | ~MotorControllerTimeout () |
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 | |
quantity< si::time > | lowerLimit |
std::string | name |
ParameterType | parameterType |
quantity< si::time > | upperLimit |
quantity< si::time > | value |
Friends | |
class | YouBotJoint |
Set/Get Timeout to determine an interrupted communication with the EtherCAT master. (automatically stored in EEProm)
Definition at line 889 of file YouBotJointParameterPasswordProtected.hpp.
Definition at line 1213 of file YouBotJointParameterPasswordProtected.cpp.
youbot::MotorControllerTimeout::~MotorControllerTimeout | ( | ) | [virtual] |
Definition at line 1223 of file YouBotJointParameterPasswordProtected.cpp.
std::string youbot::MotorControllerTimeout::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 909 of file YouBotJointParameterPasswordProtected.hpp.
void youbot::MotorControllerTimeout::getParameter | ( | quantity< si::time > & | parameter | ) | const |
Definition at line 1229 of file YouBotJointParameterPasswordProtected.cpp.
ParameterType youbot::MotorControllerTimeout::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 915 of file YouBotJointParameterPasswordProtected.hpp.
void youbot::MotorControllerTimeout::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 1261 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::MotorControllerTimeout::setParameter | ( | const quantity< si::time > & | parameter | ) |
Definition at line 1236 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::MotorControllerTimeout::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 1285 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::MotorControllerTimeout::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 1252 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 891 of file YouBotJointParameterPasswordProtected.hpp.
quantity<si::time> youbot::MotorControllerTimeout::lowerLimit [private] |
Definition at line 923 of file YouBotJointParameterPasswordProtected.hpp.
std::string youbot::MotorControllerTimeout::name [private] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 927 of file YouBotJointParameterPasswordProtected.hpp.
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 929 of file YouBotJointParameterPasswordProtected.hpp.
quantity<si::time> youbot::MotorControllerTimeout::upperLimit [private] |
Definition at line 919 of file YouBotJointParameterPasswordProtected.hpp.
quantity<si::time> youbot::MotorControllerTimeout::value [private] |
Definition at line 925 of file YouBotJointParameterPasswordProtected.hpp.