1 #include "runFairMQDevice.h"
6 namespace bpo = boost::program_options;
12 (
"in-channel", bpo::value<std::string>()->default_value(
"data-in"),
"input channel name")
13 (
"out-channel", bpo::value<std::string>()->default_value(
"data-out"),
"output channel name");
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)