FACT++  1.0
void SetupConfiguration ( Configuration conf)

Definition at line 159 of file timecheck.cc.

References Configuration::AddOptions().

Referenced by main().

160 {
161  po::options_description control("Time check");
162  control.add_options()
163  ("ntp-server", var<string>("hora.roa.es"), "The ntp server to be queried")
164  ("interval", var<uint16_t>(15), "Interval in minutes the ntp server should be queried")
165  ;
166 
167  conf.AddOptions(control);
168 }
void AddOptions(const po::options_description &opt, bool visible=true)
Definition: Configuration.h:92

+ Here is the call graph for this function:

+ Here is the caller graph for this function: