Definition at line 595 of file ratescan.cc.
References Configuration::AddOptions(), and type.
Referenced by main().
597 po::options_description
type(
"Ratescan type configuration");
599 (
"type", vars<string>(),
"Name of ratescan types (replace the * in the following configuration by the case-sensitive names defined here)")
600 (
"max-wait.*", var<int>(),
"The maximum number of seconds to wait to get the anticipated resolution for a point.")
601 (
"resolution.*", var<double>() ,
"The minimum resolution required for a single data point.")
void AddOptions(const po::options_description &opt, bool visible=true)