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

Definition at line 481 of file gpsctrl.cc.

References Configuration::Get().

482  {
483  fGPS.SetVerbose(!conf.Get<bool>("quiet"));
484  fGPS.SetDebugTx(conf.Get<bool>("debug-tx"));
485  fGPS.SetEndpoint(conf.Get<string>("addr"));
486  fGPS.StartConnect();
487 
488  return -1;
489  }
T Get(const std::string &var)

+ Here is the call graph for this function: