9 #include "runFairMQDevice.h"
17 namespace bpo = boost::program_options;
23 (
"file-name", bpo::value<std::string>(),
"Path to the output file")
24 (
"class-name", bpo::value<std::vector<std::string>>(),
"class name")
25 (
"branch-name", bpo::value<std::vector<std::string>>(),
"branch name")
26 (
"in-channel", bpo::value<std::string>()->default_value(
"data-in"),
"input channel name")
27 (
"ack-channel", bpo::value<std::string>(),
"ack channel name");
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)