Defines how output nodes send stored msgs. More…
#include <computational_node_policies.h> enum PublishFormatPolicy { SERIES, BATCH, };
Defines how output nodes send stored msgs.
SERIES
sends received msgs one by one
BATCH
sends all msgs received in a single batch