#include <DiscCorr.hpp>
Inheritance diagram for GDCconfiguration:

Definition at line 57 of file DiscCorr.hpp.
Public Member Functions | |
| GDCconfiguration (void) | |
| constructor; this sets a full default set of parameters. | |
| ~GDCconfiguration (void) | |
| void | setParameter (std::string cmd) throw (gpstk::Exception) |
| Set a parameter in the configuration; the input string 'cmd' is of the form '[--DC]<id><s><value>' where the separator s is one of (:=,) and leading '-','--', or '--DC' are optional. | |
| void | setParameter (std::string label, double value) throw (gpstk::Exception) |
| Set a parameter in the configuration using the label and the value, for booleans use (T,F)=(non-zero,zero). | |
| double | getParameter (std::string label) throw () |
| Get the parameter in the configuration corresponding to label. | |
| void | setDebugStream (std::ostream &os) |
| Tell GDCconfiguration to which stream to send debugging output. | |
| void | DisplayParameterUsage (std::ostream &os, bool advanced=false) throw (gpstk::Exception) |
| Print help page, including descriptions and current values of all the parameters, to the ostream. | |
| std::string | Version () throw () |
| Return version string. | |
Protected Member Functions | |
| void | initialize (void) |
Protected Attributes | |
| std::map< std::string, double > | CFG |
| map containing configuration labels and their values | |
| std::map< std::string, std::string > | CFGdescription |
| map containing configuration labels and their descriptions | |
| std::ostream * | p_oflog |
| Stream on which to write debug output. | |
Static Protected Attributes | |
| std::string | GDCVersion = string("5.3 7/14/2008") |
|
|
constructor; this sets a full default set of parameters.
Definition at line 60 of file DiscCorr.hpp. |
|
|
Definition at line 62 of file DiscCorr.hpp. |
|
||||||||||||
|
Print help page, including descriptions and current values of all the parameters, to the ostream. If 'advanced' is true, also print advanced parameters. Definition at line 114 of file DiscCorr.cpp. References GPSTK_RETHROW, GPSTK_THROW, and gpstk::StringUtils::leftJustify(). |
|
|
Get the parameter in the configuration corresponding to label.
Definition at line 74 of file DiscCorr.hpp. |
|
|
Definition at line 158 of file DiscCorr.cpp. References GPSTK_RETHROW, GPSTK_THROW, GDCconfiguration::p_oflog, and setcfg. |
|
|
Tell GDCconfiguration to which stream to send debugging output.
Definition at line 77 of file DiscCorr.hpp. |
|
||||||||||||
|
Set a parameter in the configuration using the label and the value, for booleans use (T,F)=(non-zero,zero).
Definition at line 94 of file DiscCorr.cpp. References GPSTK_RETHROW, and GPSTK_THROW. |
|
|
Set a parameter in the configuration; the input string 'cmd' is of the form '[--DC]<id><s><value>' where the separator s is one of (:=,) and leading '-','--', or '--DC' are optional.
Definition at line 65 of file DiscCorr.cpp. References gpstk::StringUtils::asDouble(), GPSTK_RETHROW, and GPSTK_THROW. |
|
|
Return version string.
Definition at line 86 of file DiscCorr.hpp. |
|
|
map containing configuration labels and their values
Definition at line 91 of file DiscCorr.hpp. |
|
|
map containing configuration labels and their descriptions
Definition at line 94 of file DiscCorr.hpp. |
|
|
Definition at line 59 of file DiscCorr.cpp. |
|
|
Stream on which to write debug output.
Definition at line 97 of file DiscCorr.hpp. Referenced by GDCconfiguration::initialize(). |
1.3.9.1