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

Definition at line 136 of file timecheck.cc.

References Configuration::Get().

137  {
138  fServer = conf.Get<string>("ntp-server");
139  fInterval = conf.Get<uint16_t>("interval");
140  if (fInterval==0)
141  fInterval=1;
142 
143  Trigger();
144 
145  return -1;
146  }
T Get(const std::string &var)

+ Here is the call graph for this function: