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

Definition at line 641 of file lidctrl.cc.

References Configuration::Get().

642  {
643  fLid.SetVerbose(!conf.Get<bool>("quiet"));
644  fLid.SetInterval(conf.Get<uint16_t>("interval"));
645  fLid.SetDebugTx(conf.Get<bool>("debug-tx"));
646  fLid.SetSite(conf.Get<string>("url"));
647  fLid.SetEndpoint(conf.Get<string>("addr"));
648  fLid.StartConnect();
649 
650  fTimeToMove = conf.Get<uint16_t>("time-to-move");
651 
652  return -1;
653  }
T Get(const std::string &var)

+ Here is the call graph for this function: