class GDCconfiguration encapsulates the configuration for input to the GNSSTK Discontinuity Corrector.
Definition at line 72 of file DiscCorr.hpp.
#include <DiscCorr.hpp>
|
std::map< std::string, double > | CFG |
| map containing configuration labels and their values More...
|
|
std::map< std::string, std::string > | CFGdescription |
| map containing configuration labels and their descriptions More...
|
|
std::ostream * | p_oflog |
| Stream on which to write debug output. More...
|
|
|
static const GNSSTK_EXPORT std::string | GDCVersion = string("6.3 12/15/2015") |
|
◆ GDCconfiguration()
gnsstk::GDCconfiguration::GDCconfiguration |
( |
| ) |
|
|
inline |
constructor; this sets a full default set of parameters.
Definition at line 76 of file DiscCorr.hpp.
◆ ~GDCconfiguration()
gnsstk::GDCconfiguration::~GDCconfiguration |
( |
| ) |
|
|
inline |
◆ DisplayParameterUsage()
void GDCconfiguration::DisplayParameterUsage |
( |
std::ostream & |
os, |
|
|
bool |
advanced = false |
|
) |
| |
Print help page, including descriptions and current values of all the parameters, to the ostream. If 'advanced' is true, also print advanced parameters.
- Exceptions
-
Definition at line 171 of file DiscCorr.cpp.
◆ getDescription()
std::string gnsstk::GDCconfiguration::getDescription |
( |
const std::string & |
label | ) |
|
|
inline |
Get the description of a parameter.
Definition at line 110 of file DiscCorr.hpp.
◆ getParameter()
double gnsstk::GDCconfiguration::getParameter |
( |
const std::string & |
label | ) |
|
|
inline |
Get the parameter in the configuration corresponding to label.
Definition at line 100 of file DiscCorr.hpp.
◆ initialize()
void GDCconfiguration::initialize |
( |
| ) |
|
|
protected |
◆ setDebugStream()
void gnsstk::GDCconfiguration::setDebugStream |
( |
std::ostream & |
os | ) |
|
|
inline |
◆ setParameter() [1/2]
void GDCconfiguration::setParameter |
( |
const std::string & |
label, |
|
|
double |
value |
|
) |
| |
Set a parameter in the configuration using the label and the value, for booleans use (T,F)=(non-zero,zero).
- Exceptions
-
Definition at line 133 of file DiscCorr.cpp.
◆ setParameter() [2/2]
void GDCconfiguration::setParameter |
( |
std::string |
cmd | ) |
|
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.
- Exceptions
-
Definition at line 80 of file DiscCorr.cpp.
◆ Version()
std::string gnsstk::GDCconfiguration::Version |
( |
| ) |
|
|
inline |
◆ CFG
std::map<std::string, double> gnsstk::GDCconfiguration::CFG |
|
protected |
map containing configuration labels and their values
Definition at line 135 of file DiscCorr.hpp.
◆ CFGdescription
std::map<std::string, std::string> gnsstk::GDCconfiguration::CFGdescription |
|
protected |
map containing configuration labels and their descriptions
Definition at line 138 of file DiscCorr.hpp.
◆ GDCVersion
const string GDCconfiguration::GDCVersion = string("6.3 12/15/2015") |
|
staticprotected |
◆ p_oflog
std::ostream* gnsstk::GDCconfiguration::p_oflog |
|
protected |
Stream on which to write debug output.
Definition at line 141 of file DiscCorr.hpp.
The documentation for this class was generated from the following files: