Definition at line 297 of file evtserver.cc.
References Configuration::AddOptions().
Referenced by main().
299 po::options_description control(
"Event server options");
300 control.add_options()
301 (
"aux-path", var<string>(
"/fact/aux"),
"The root path to the auxilary files.")
302 (
"out-path", var<string>(
"www/smartfact/data"),
"Path where the output camera file should be written.")
303 (
"interval", var<uint32_t>(5000),
"Interval of updates in milliseconds.")
void AddOptions(const po::options_description &opt, bool visible=true)