9 #include "runFairMQDevice.h"
18 namespace bpo = boost::program_options;
24 (
"file-name", bpo::value<std::vector<std::string>>(),
"Path to the input file")
25 (
"max-index", bpo::value<int64_t>()->default_value(-1),
"number of events to read")
26 (
"branch-name", bpo::value<std::vector<std::string>>(),
"branch name")
27 (
"out-channel", bpo::value<std::string>()->default_value(
"data-out"),
"output channel name")
28 (
"ack-channel", bpo::value<std::string>()->default_value(
""),
"ack channel name");
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)