8#include <daq/hbasf2/apps/ZMQClasses.h>
9#include <framework/logging/Logger.h>
18int main(
int argc,
char* argv[])
21 readySender.
initFromConsole(
"b2hlt_readysender - mimick a final sink by sending a ready message on every received event/message (load-balanced connection).",
25 B2RESULT(
"Program terminated.");
App to only send a ready on every incoming message - behaves the same as the input of a worker (but w...
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.