|
The EtherCATFrameList struct holds a list of EtherCAT frames that can be scheduled in round-robin-style. More...
#include <armarx/control/ethercat/bus_io/EtherCATFrame.h>
Public Attributes | |
std::vector< std::pair< EtherCATFrame, EtherCATFrameMetaData > > | list |
size_t | nextIndex = 0 |
The EtherCATFrameList struct holds a list of EtherCAT frames that can be scheduled in round-robin-style.
Definition at line 124 of file EtherCATFrame.h.
std::vector<std::pair<EtherCATFrame, EtherCATFrameMetaData> > list |
Definition at line 127 of file EtherCATFrame.h.
size_t nextIndex = 0 |
The next frame in the RR scheduler
Definition at line 126 of file EtherCATFrame.h.