|
The EtherCATFrameMetaData struct holds information about the structure of an EtherCAT frame. More...
#include <armarx/control/ethercat/bus_io/EtherCATFrame.h>
Public Attributes | |
size_t | lengthOfFrame |
std::vector< PDUMetaData > | pdus |
The EtherCATFrameMetaData struct holds information about the structure of an EtherCAT frame.
Definition at line 114 of file EtherCATFrame.h.
size_t lengthOfFrame |
Definition at line 116 of file EtherCATFrame.h.
std::vector<PDUMetaData> pdus |
Definition at line 117 of file EtherCATFrame.h.