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

Definition at line 443 of file magiclidar.cc.

References Configuration::Get().

444  {
445  fLidar.SetVerbose(!conf.Get<bool>("quiet"));
446  fLidar.SetInterval(conf.Get<uint16_t>("interval"));
447  fLidar.SetDebugTx(conf.Get<bool>("debug-tx"));
448  fLidar.SetSite(conf.Get<string>("url"));
449  fLidar.SetEndpoint(conf.Get<string>("addr"));
450  fLidar.StartConnect();
451 
452  return -1;
453  }
T Get(const std::string &var)

+ Here is the call graph for this function: