9 #include "runFairMQDevice.h" 
   14 namespace bpo = boost::program_options;
 
   20         (
"file-name",   bpo::value<std::vector<std::string>>(),                            
"Path to the input file")
 
   21         (
"max-index",   bpo::value<int64_t>                 ()->default_value(-1),         
"number of events to read")
 
   22         (
"out-channel", bpo::value<std::string>             ()->default_value(
"data-out"), 
"output channel name")
 
   23         (
"ack-channel", bpo::value<std::string>             ()->default_value(
""),         
"ack channel name")
 
   24         (
"aggregate",   bpo::value<int>                     ()->default_value(1),          
"aggregate level");
 
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)