#include <youbot_driver/soem/ethercattype.h>
#include <string>
#include <time.h>
#include <youbot_driver/generic/dataobjectlockfree/DataObjectLockFree.hpp>
Go to the source code of this file.
Classes | |
struct | youbot::mailboxInputBuffer |
Input part from the EtherCAT mailbox message of the youBot slaves. More... | |
struct | youbot::mailboxOutputBuffer |
Output part from the EtherCAT mailbox message of the youBot slaves. More... | |
class | youbot::YouBotSlaveMailboxMsg |
class | youbot::YouBotSlaveMailboxMsgThreadSafe |
Namespaces | |
namespace | youbot |
Functions | |
struct youbot::mailboxOutputBuffer | youbot::__attribute__ ((__packed__)) |
mailboxInputBuffer () | |
mailboxOutputBuffer () | |
Variables | |
class youbot::YouBotSlaveMailboxMsg | youbot::__attribute__ |
uint8 | commandNumber |
uint8 | moduleAddress |
uint8 | motorNumber |
uint8 | replyAddress |
uint8 | status |
uint8 | typeNumber |
uint32 | value |
Definition at line 102 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 85 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 80 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 79 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 82 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 96 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 98 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 81 of file YouBotSlaveMailboxMsg.hpp.
Definition at line 83 of file YouBotSlaveMailboxMsg.hpp.