FACT++  1.0
template<class T , class S >
int StateMachineSQMControl< T, S >::EvalOptions ( Configuration conf)
inline

Definition at line 416 of file sqmctrl.cc.

References Configuration::Get().

417  {
418  fSQM.SetVerbose(!conf.Get<bool>("quiet"));
419  fSQM.SetTimeout(conf.Get<uint16_t>("request-interval"));
420  fSQM.SetDebugTx(conf.Get<bool>("debug-tx"));
421  fSQM.SetEndpoint(conf.Get<string>("addr"));
422  fSQM.StartConnect();
423 
424  return -1;
425  }
T Get(const std::string &var)

+ Here is the call graph for this function: