17 #include "runFairMQDevice.h" 
   19 namespace bpo = boost::program_options;
 
   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 input channel name")
 
   31         (
"out-chan-name", bpo::value<std::string>(), 
"output channel name");
 
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)