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

Definition at line 526 of file tngweather.cc.

References Configuration::Get().

527  {
528  fWeather.SetVerbose(!conf.Get<bool>("quiet"));
529  fWeather.SetInterval(conf.Get<uint16_t>("interval"));
530  fWeather.SetDebugTx(conf.Get<bool>("debug-tx"));
531  fWeather.SetSite(conf.Get<string>("url"));
532  fWeather.SetEndpoint(conf.Get<string>("addr"));
533  fWeather.StartConnect();
534 
535  return -1;
536  }
T Get(const std::string &var)

+ Here is the call graph for this function: