FACT++  1.0
void SetupConfiguration ( Configuration conf)

Definition at line 595 of file ratescan.cc.

References Configuration::AddOptions(), and type.

Referenced by main().

596 {
597  po::options_description type("Ratescan type configuration");
598  type.add_options()
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.")
602  ;
603 
604  conf.AddOptions(type);
605 }
void AddOptions(const po::options_description &opt, bool visible=true)
Definition: Configuration.h:92
int type

+ Here is the call graph for this function:

+ Here is the caller graph for this function: