FACT++  1.0
int StateMachineEventServer::EvalOptions ( Configuration conf)
inline

Definition at line 277 of file evtserver.cc.

References Configuration::Get().

278  {
279  fAuxPath = conf.Get<string>("aux-path");
280  fOutPath = conf.Get<string>("out-path");
281  fInterval = conf.Get<uint32_t>("interval");
282 
283  return -1;
284  }
T Get(const std::string &var)

+ Here is the call graph for this function: