9 #include "runFairMQDevice.h"
14 namespace bpo = boost::program_options;
20 (
"file-name", bpo::value<std::string>() ,
"Path to the output file")
21 (
"in-channel", bpo::value<std::string>()->default_value(
"data-in"),
"input channel name")
22 (
"ack-channel", bpo::value<std::string>() ,
"ack channel name");
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)