Go to the documentation of this file.
51 : peakTECF2(
std::numeric_limits<double>::quiet_NaN()),
52 solarIndex(
std::numeric_limits<double>::quiet_NaN()),
53 geoIndex(
std::numeric_limits<double>::quiet_NaN())
70 const ios::fmtflags oldFlags = s.flags();
71 s.setf(ios::fixed, ios::floatfield);
72 s.setf(ios::right, ios::adjustfield);
73 s.setf(ios::uppercase);
90 s <<
"*************************************************************"
91 <<
"***************" << endl
92 <<
"Ionospheric correction data" << endl << endl
93 <<
"PRN : " << setw(2) <<
signal.
sat <<
" / "
94 <<
"SVN : " << setw(2);
101 <<
" TIMES OF INTEREST"
106 <<
" IONO PARAMETERS" << endl << endl;
124 return std::numeric_limits<double>::quiet_NaN();
virtual void dump(std::ostream &s, DumpDetail dl) const
double geoIndex
Geomagnetic activity index value (c_Ap).
std::string getDumpTime(DumpDetail dl, const CommonTime &t) const
std::string getDumpTimeHdr(DumpDetail dl) const
NavMessageID signal
Source signal identification for this navigation message data.
double solarIndex
Solar activity index value (c_F10.7).
double peakTECF2
Factor of peak TEC of F2 layer (c_A).
SatID sat
ID of satellite to which the nav data applies.
bool validate() const override
@ Full
Include all detailed information.
void dump(std::ostream &s, DumpDetail dl) const override
DumpDetail
Specify level of detail for dump output.
@ Brief
Limit output to <= 5 lines of minimal information.
double getIonoCorr(const CommonTime &when, const Position &rxgeo, const Position &svgeo, CarrierBand band) const override
@ OneLine
Limit output to minimal information on a single line.
bool getSVN(const SatID &sat, const gnsstk::CommonTime &when, std::string &svn) const
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39