#include <YouBotGripperParameter.hpp>
Public Member Functions | |
void | getParameter (unsigned int ¶meter) const |
MicrostepResolution () | |
void | setParameter (const unsigned int ¶meter) |
void | toString (std::string &value) const |
virtual | ~MicrostepResolution () |
Private Member Functions | |
std::string | getName () const |
ParameterType | getType () const |
void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message) const |
void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message) |
Private Attributes | |
unsigned int | lowerLimit |
std::string | name |
ParameterType | parameterType |
unsigned int | upperLimit |
unsigned int | value |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
0: full step 1: half step 2: 4 microsteps 3: 8 microsteps 4: 16 microsteps 5: 32 microsteps 6: 64 microsteps 7: 128 microsteps 8: 256 microsteps
Definition at line 1217 of file YouBotGripperParameter.hpp.
Definition at line 1486 of file YouBotGripperParameter.cpp.
youbot::MicrostepResolution::~MicrostepResolution | ( | ) | [virtual] |
Definition at line 1496 of file YouBotGripperParameter.cpp.
std::string youbot::MicrostepResolution::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1238 of file YouBotGripperParameter.hpp.
void youbot::MicrostepResolution::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1502 of file YouBotGripperParameter.cpp.
ParameterType youbot::MicrostepResolution::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1244 of file YouBotGripperParameter.hpp.
void youbot::MicrostepResolution::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1534 of file YouBotGripperParameter.cpp.
void youbot::MicrostepResolution::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1509 of file YouBotGripperParameter.cpp.
void youbot::MicrostepResolution::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1542 of file YouBotGripperParameter.cpp.
void youbot::MicrostepResolution::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1525 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1219 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1220 of file YouBotGripperParameter.hpp.
unsigned int youbot::MicrostepResolution::lowerLimit [private] |
Definition at line 1252 of file YouBotGripperParameter.hpp.
std::string youbot::MicrostepResolution::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1256 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1258 of file YouBotGripperParameter.hpp.
unsigned int youbot::MicrostepResolution::upperLimit [private] |
Definition at line 1248 of file YouBotGripperParameter.hpp.
unsigned int youbot::MicrostepResolution::value [private] |
Definition at line 1254 of file YouBotGripperParameter.hpp.