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

Definition at line 468 of file pwrctrl.cc.

References Configuration::Get().

469  {
470  fPower.SetVerbose(!conf.Get<bool>("quiet"));
471  fPower.SetInterval(conf.Get<uint16_t>("interval"));
472  fPower.SetDebugTx(conf.Get<bool>("debug-tx"));
473  fPower.SetDebugRx(conf.Get<bool>("debug-rx"));
474  fPower.SetSite(conf.Get<string>("url"));
475  fPower.SetEndpoint(conf.Get<string>("addr"));
476  fPower.StartConnect();
477 
478  return -1;
479  }
T Get(const std::string &var)

+ Here is the call graph for this function: