#include <YouBotSlaveMailboxMsg.hpp>
Public Member Functions | |
| YouBotSlaveMailboxMsg & | operator= (const YouBotSlaveMailboxMsg ©) |
| YouBotSlaveMailboxMsg () | |
| YouBotSlaveMailboxMsg (unsigned int slaveNo) | |
| YouBotSlaveMailboxMsg (const YouBotSlaveMailboxMsg ©) | |
| ~YouBotSlaveMailboxMsg () | |
Public Attributes | |
| std::string | parameterName |
| unsigned int | slaveNumber |
| mailboxInputBuffer | stctInput |
| mailboxOutputBuffer | stctOutput |
EtherCAT mailbox message of the youBot slaves
Definition at line 101 of file YouBotSlaveMailboxMsg.hpp.
| youbot::YouBotSlaveMailboxMsg::YouBotSlaveMailboxMsg | ( | ) | [inline] |
Definition at line 109 of file YouBotSlaveMailboxMsg.hpp.
| youbot::YouBotSlaveMailboxMsg::YouBotSlaveMailboxMsg | ( | unsigned int | slaveNo | ) | [inline] |
Definition at line 116 of file YouBotSlaveMailboxMsg.hpp.
| youbot::YouBotSlaveMailboxMsg::YouBotSlaveMailboxMsg | ( | const YouBotSlaveMailboxMsg & | copy | ) | [inline] |
Definition at line 122 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 132 of file YouBotSlaveMailboxMsg.hpp.
| YouBotSlaveMailboxMsg& youbot::YouBotSlaveMailboxMsg::operator= | ( | const YouBotSlaveMailboxMsg & | copy | ) | [inline] |
Definition at line 138 of file YouBotSlaveMailboxMsg.hpp.
| std::string youbot::YouBotSlaveMailboxMsg::parameterName |
Definition at line 147 of file YouBotSlaveMailboxMsg.hpp.
| unsigned int youbot::YouBotSlaveMailboxMsg::slaveNumber |
Definition at line 148 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 106 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 105 of file YouBotSlaveMailboxMsg.hpp.