8#include <daq/hbasf2/apps/ZMQCollector.h>
9#include <framework/logging/Logger.h>
18int main(
int argc,
char* argv[])
21 collector.initFromConsole(
"b2hlt_proxycollector - special, non-final event collector receiving events on the input (confirmed connection), "
22 "and forwards them to the output (also via a confirmed connection!). Useful for hierarchical structures.", argc, argv);
25 B2RESULT(
"Program terminated.");
Special collector app: receive messages on the input reacting with a confirmation message and sends t...
Abstract base class for different kinds of events.