6 #include "FairMQLogger.h" 
    7 #include "runSimpleMQStateMachine.h" 
   14 namespace po = boost::program_options;
 
   22                 while (is >> ch && ch!=
'=') into.first += ch;
 
   23                 return is >> into.second;
 
   29 int main(
int argc, 
char** argv)
 
   34         FairMQProgOptions config;
 
   36         config.ParseAll(argc, argv);
 
   41     runStateMachine(processor, config);
 
   45     catch (std::exception& e)
 
   47         LOG(ERROR)  << 
"Unhandled Exception reached the top of main: "  
   48                     << e.what() << 
", application will now exit";
 
int main(int argc, char **argv)
static std::istream & operator>>(std::istream &is, std::pair< std::string, std::string > &into)
std::vector< std::pair< std::string, std::string > > channelBranches
std