EtherCAT mailbox message of the youBot slaves (thread safe). More...
#include <YouBotSlaveMailboxMsg.hpp>
Public Member Functions | |
YouBotSlaveMailboxMsgThreadSafe () | |
YouBotSlaveMailboxMsgThreadSafe (unsigned int slaveNo) | |
YouBotSlaveMailboxMsgThreadSafe (const YouBotSlaveMailboxMsgThreadSafe ©) | |
~YouBotSlaveMailboxMsgThreadSafe () | |
YouBotSlaveMailboxMsgThreadSafe & | operator= (const YouBotSlaveMailboxMsgThreadSafe ©) |
Data Fields | |
DataObjectLockFree < mailboxOutputBuffer > | stctOutput |
DataObjectLockFree < mailboxInputBuffer > | stctInput |
DataObjectLockFree< std::string > | parameterName |
DataObjectLockFree< unsigned int > | slaveNumber |
EtherCAT mailbox message of the youBot slaves (thread safe).
Definition at line 139 of file YouBotSlaveMailboxMsg.hpp.
YouBotSlaveMailboxMsgThreadSafe | ( | ) | [inline] |
YouBotSlaveMailboxMsgThreadSafe | ( | unsigned int | slaveNo | ) | [inline] |
YouBotSlaveMailboxMsgThreadSafe | ( | const YouBotSlaveMailboxMsgThreadSafe & | copy | ) | [inline] |
~YouBotSlaveMailboxMsgThreadSafe | ( | ) | [inline] |
Definition at line 179 of file YouBotSlaveMailboxMsg.hpp.
YouBotSlaveMailboxMsgThreadSafe& operator= | ( | const YouBotSlaveMailboxMsgThreadSafe & | copy | ) | [inline] |
DataObjectLockFree<std::string> parameterName |
Definition at line 205 of file YouBotSlaveMailboxMsg.hpp.
DataObjectLockFree<unsigned int> slaveNumber |
Definition at line 207 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 143 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 142 of file YouBotSlaveMailboxMsg.hpp.