8#include <daq/hbasf2/apps/ZMQDistributor.h>
9#include <framework/logging/Logger.h>
18int main(
int argc,
char* argv[])
21 distributor.
initFromConsole(
"b2hlt_distributor - first step in the HLT data transportation. Receives events via a "
22 "raw connection (e.g. from event builder) and sends them via a load-balanced connection to connected clients.",
26 B2RESULT(
"Program terminated.");
Standard distributor app: receive data via a raw connection (e.g.
void initFromConsole(const std::string &description, int argc, char *argv[])
Should be called before the main() function to initialize the connections using the paremeters given ...
void main()
Start the main loop polling on the output and monitoring connections and eventually also on the input...
Abstract base class for different kinds of events.