2 #include "runFairMQDevice.h"
6 namespace bpo = boost::program_options;
9 options.add_options()(
"max-timeslices",
10 bpo::value<uint64_t>()->default_value(0),
11 "Maximum number of timeslices to process for "
12 "Run/ConditionalRun/OnData (0 - infinite)")(
14 bpo::value<std::string>()->default_value(
"."),
15 "Directory where to find needed input data")(
17 bpo::value<std::string>()->default_value(
"0"),
18 "Rund ID which is needed to retrieve the proper parameters from Parameter "
22 FairMQDevicePtr
getDevice(
const FairMQProgOptions& ) {