class GDCreturn encapsulates the information in the 'message' returned by the GNSSTK Discontinuity Corrector. Create it using the string created by a call to DiscontinuityCorrector(SP,config,EditCmds,retMsg), then use it to access specific information about the results of the GDC.
Definition at line 156 of file DiscCorr.hpp.
#include <DiscCorr.hpp>
Public Member Functions | |
GDCreturn (std::string msg) | |
constructor; this parses the string More... | |
Public Attributes | |
double | GFsig |
int | GLOn |
int | nGFslipGross |
int | nGFslips |
int | nGFslipSmall |
int | nWLslipGross |
int | nWLslips |
int | nWLslipSmall |
int | passN |
int | ptsdeleted |
int | ptsgood |
std::string | sat |
double | WLsig |
|
inlineexplicit |
constructor; this parses the string
Definition at line 160 of file DiscCorr.hpp.
double gnsstk::GDCreturn::GFsig |
Definition at line 312 of file DiscCorr.hpp.
int gnsstk::GDCreturn::GLOn |
Definition at line 308 of file DiscCorr.hpp.
int gnsstk::GDCreturn::nGFslipGross |
Definition at line 309 of file DiscCorr.hpp.
int gnsstk::GDCreturn::nGFslips |
Definition at line 309 of file DiscCorr.hpp.
int gnsstk::GDCreturn::nGFslipSmall |
Definition at line 309 of file DiscCorr.hpp.
int gnsstk::GDCreturn::nWLslipGross |
Definition at line 309 of file DiscCorr.hpp.
int gnsstk::GDCreturn::nWLslips |
Definition at line 309 of file DiscCorr.hpp.
int gnsstk::GDCreturn::nWLslipSmall |
Definition at line 310 of file DiscCorr.hpp.
int gnsstk::GDCreturn::passN |
Definition at line 308 of file DiscCorr.hpp.
int gnsstk::GDCreturn::ptsdeleted |
Definition at line 311 of file DiscCorr.hpp.
int gnsstk::GDCreturn::ptsgood |
Definition at line 311 of file DiscCorr.hpp.
std::string gnsstk::GDCreturn::sat |
Definition at line 313 of file DiscCorr.hpp.
double gnsstk::GDCreturn::WLsig |
Definition at line 312 of file DiscCorr.hpp.