#include <YouBotJointParameterPasswordProtected.hpp>
Public Member Functions | |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int parameter) |
StopSwitchPolarity () | |
void | toString (std::string &value) |
virtual | ~StopSwitchPolarity () |
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 |
Stop switch polarity. Bit 0: Left stop switch polarity
Bit set: Left stop switch input is high active
Bit clear: Left stop switch input is low active
Bit 1: Right stop switch polarity
Bit set: Right stop switch input is high active
Bit clear: Right stop switch input is low active
Definition at line 1294 of file YouBotJointParameterPasswordProtected.hpp.
Definition at line 1798 of file YouBotJointParameterPasswordProtected.cpp.
youbot::StopSwitchPolarity::~StopSwitchPolarity | ( | ) | [virtual] |
Definition at line 1808 of file YouBotJointParameterPasswordProtected.cpp.
std::string youbot::StopSwitchPolarity::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 1314 of file YouBotJointParameterPasswordProtected.hpp.
void youbot::StopSwitchPolarity::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1814 of file YouBotJointParameterPasswordProtected.cpp.
ParameterType youbot::StopSwitchPolarity::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 1320 of file YouBotJointParameterPasswordProtected.hpp.
void youbot::StopSwitchPolarity::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 1846 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::StopSwitchPolarity::setParameter | ( | const unsigned int | parameter | ) |
Definition at line 1821 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::StopSwitchPolarity::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 1859 of file YouBotJointParameterPasswordProtected.cpp.
void youbot::StopSwitchPolarity::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameterPasswordProtected.
Definition at line 1837 of file YouBotJointParameterPasswordProtected.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 1296 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::StopSwitchPolarity::lowerLimit [private] |
Definition at line 1328 of file YouBotJointParameterPasswordProtected.hpp.
std::string youbot::StopSwitchPolarity::name [private] |
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 1332 of file YouBotJointParameterPasswordProtected.hpp.
Reimplemented from youbot::YouBotJointParameterPasswordProtected.
Definition at line 1334 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::StopSwitchPolarity::upperLimit [private] |
Definition at line 1324 of file YouBotJointParameterPasswordProtected.hpp.
unsigned int youbot::StopSwitchPolarity::value [private] |
Definition at line 1330 of file YouBotJointParameterPasswordProtected.hpp.