![]() |
Project
|
Generic helpers for DataProcessing releated functions. More...
#include <DataProcessingHelpers.h>
Static Public Member Functions | |
static void | sendEndOfStream (ServiceRegistryRef const &ref, OutputChannelSpec const &channel) |
static bool | sendOldestPossibleTimeframe (ServiceRegistryRef const &ref, ForwardChannelInfo const &info, ForwardChannelState &state, size_t timeslice) |
static bool | sendOldestPossibleTimeframe (ServiceRegistryRef const &ref, OutputChannelInfo const &info, OutputChannelState &state, size_t timeslice) |
static void | broadcastOldestPossibleTimeslice (ServiceRegistryRef const &ref, size_t timeslice) |
Broadcast the oldest possible timeslice to all channels in output. | |
Generic helpers for DataProcessing releated functions.
Definition at line 26 of file DataProcessingHelpers.h.
|
static |
Broadcast the oldest possible timeslice to all channels in output.
Definition at line 82 of file DataProcessingHelpers.cxx.
|
static |
Send EndOfStream message to a given channel
device | the fair::mq::Device which needs to send the EndOfStream message |
channel | the OutputChannelSpec of the channel which needs to be signaled for EndOfStream |
Definition at line 29 of file DataProcessingHelpers.cxx.
|
static |
Definition at line 62 of file DataProcessingHelpers.cxx.
|
static |
Definition at line 72 of file DataProcessingHelpers.cxx.