7 #include "FairMQLogger.h"
8 #include "runSimpleMQStateMachine.h"
15 int main(
int argc,
char** argv)
20 po::options_description merger_options(
"Merger options");
22 FairMQProgOptions config;
23 config.AddToCmdLineOptions(merger_options);
25 config.ParseAll(argc, argv);
30 runStateMachine(testMerger, config);
34 catch (std::exception& e)
36 LOG(ERROR) <<
"Unhandled Exception reached the top of main: "
37 << e.what() <<
", application will now exit";
int main(int argc, char **argv)
std