16 #include "runFairMQDevice.h" 
   18 namespace bpo = boost::program_options;
 
   24         (
"input-file-name", bpo::value<std::string>(), 
"Path to the input file")
 
   25         (
"lmd-type",        bpo::value<short>(),       
"sub-event type")
 
   26         (
"lmd-sub-type",    bpo::value<short>(),       
"sub-event subType")
 
   27         (
"lmd-proc-id",     bpo::value<short>(),       
"sub-event procId")
 
   28         (
"lmd-sub-crate",   bpo::value<short>(),       
"sub-event subCrate")
 
   29         (
"lmd-control",     bpo::value<short>(),       
"sub-event control")
 
   30         (
"lmd-chan-name",   bpo::value<std::string>(), 
"LMD output channel name");
 
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)