![]() |
Project
|
#include <DataRelayer.h>
Public Types | |
enum struct | Type { WillRelay , Invalid , Backpressured , Dropped } |
Public Attributes | |
Type | type |
What was the outcome of the relay operation. | |
TimesliceId | timeslice |
This represents what the DataRelayer did when inserting a set of messages in the cache.
Definition at line 56 of file DataRelayer.h.
|
strong |
Definition at line 57 of file DataRelayer.h.
TimesliceId o2::framework::DataRelayer::RelayChoice::timeslice |
Definition at line 66 of file DataRelayer.h.
Type o2::framework::DataRelayer::RelayChoice::type |
What was the outcome of the relay operation.
Definition at line 64 of file DataRelayer.h.