Class containing data elements unique to GPS LNav ionospheric data.
Definition at line 50 of file GLOCNavIono.hpp.
#include <GLOCNavIono.hpp>
Public Member Functions | |
NavDataPtr | clone () const override |
Create a deep copy of this object. More... | |
void | dump (std::ostream &s, DumpDetail dl) const override |
double | getIonoCorr (const CommonTime &when, const Position &rxgeo, const Position &svgeo, CarrierBand band) const override |
GLOCNavIono () | |
Sets the nav message type. More... | |
bool | validate () const override |
![]() | |
std::list< std::string > | compare (const NavDataPtr &right) const override |
IonoNavData () | |
Set the messageType. More... | |
bool | isSameData (const NavDataPtr &right) const override |
virtual | ~IonoNavData () |
Obligatory virtual destructor. More... | |
![]() | |
virtual std::string | getClassName () const |
std::string | getDumpTime (DumpDetail dl, const CommonTime &t) const |
std::string | getDumpTimeHdr (DumpDetail dl) const |
virtual CommonTime | getNearTime () const |
std::string | getSignalString () const |
bool | getSVN (const SatID &sat, const gnsstk::CommonTime &when, std::string &svn) const |
virtual CommonTime | getUserTime () const |
NavData () | |
Initialize internal data fields. More... | |
Public Attributes | |
double | geoIndex |
Geomagnetic activity index value (c_Ap). More... | |
double | peakTECF2 |
Factor of peak TEC of F2 layer (c_A). More... | |
double | solarIndex |
Solar activity index value (c_F10.7). More... | |
![]() | |
NavMessageID | signal |
Source signal identification for this navigation message data. More... | |
CommonTime | timeStamp |
std::string | weekFmt |
Additional Inherited Members | |
![]() | |
static gnsstk::SatMetaDataStore * | getSatMetaDataStore () |
Accessor for python. More... | |
static void | setSatMetaDataStore (gnsstk::SatMetaDataStore *smds) |
Accessor for python. More... | |
![]() | |
static const GNSSTK_EXPORT std::string | dumpTimeFmt |
Time format used for the dump method (Full). More... | |
static const GNSSTK_EXPORT std::string | dumpTimeFmtBrief |
Time format used for the dump method (Brief). More... | |
static GNSSTK_EXPORT gnsstk::SatMetaDataStore * | satMetaDataStore = nullptr |
Set this to a valid store to get PRN->SVN translations in dump(). More... | |
![]() | |
double | msgLenSec |
gnsstk::GLOCNavIono::GLOCNavIono | ( | ) |
Sets the nav message type.
Definition at line 50 of file GLOCNavIono.cpp.
|
inlineoverridevirtual |
Create a deep copy of this object.
Implements gnsstk::NavData.
Definition at line 56 of file GLOCNavIono.hpp.
|
overridevirtual |
Print the contents of this KlobucharIonoNavData object in a human-readable format.
[in,out] | s | The stream to write the data to. |
[in] | dl | The level of detail the output should contain. |
Reimplemented from gnsstk::NavData.
Definition at line 68 of file GLOCNavIono.cpp.
|
overridevirtual |
Get the ionospheric correction in meters.
[in] | when | The time of the observation to correct. |
[in] | rxgeo | The receiver's geodetic position. |
[in] | svgeo | The observed satellite's geodetic position. |
[in] | band | The carrier band of the signal being corrected. |
Implements gnsstk::IonoNavData.
Definition at line 118 of file GLOCNavIono.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Definition at line 60 of file GLOCNavIono.cpp.
double gnsstk::GLOCNavIono::geoIndex |
Geomagnetic activity index value (c_Ap).
Definition at line 84 of file GLOCNavIono.hpp.
double gnsstk::GLOCNavIono::peakTECF2 |
Factor of peak TEC of F2 layer (c_A).
Definition at line 82 of file GLOCNavIono.hpp.
double gnsstk::GLOCNavIono::solarIndex |
Solar activity index value (c_F10.7).
Definition at line 83 of file GLOCNavIono.hpp.