Class containing data elements unique to Galileo I/NAV iono data.
Definition at line 50 of file GalFNavIono.hpp.
#include <GalFNavIono.hpp>
Public Member Functions | |
NavDataPtr | clone () const override |
Create a deep copy of this object. More... | |
GalFNavIono () | |
Sets the nav message type. More... | |
bool | validate () const override |
![]() | |
void | dump (std::ostream &s, DumpDetail dl) const override |
double | getIonoCorr (const CommonTime &when, const Position &rxgeo, const Position &svgeo, CarrierBand band) const override |
double | getTEC (const CommonTime &when, const Position &rxgeo, const Position &svgeo) const |
NeQuickIonoNavData () | |
Initialize internal data. 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... | |
Additional Inherited Members | |
![]() | |
static double | neExp (double x) |
![]() | |
static gnsstk::SatMetaDataStore * | getSatMetaDataStore () |
Accessor for python. More... | |
static void | setSatMetaDataStore (gnsstk::SatMetaDataStore *smds) |
Accessor for python. More... | |
![]() | |
double | ai [3] |
bool | idf [5] |
Ionospheric disturbance flag for regions 1-5 (0-4). More... | |
![]() | |
NavMessageID | signal |
Source signal identification for this navigation message data. More... | |
CommonTime | timeStamp |
std::string | weekFmt |
![]() | |
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 | getEffIonoLevel (double modip_u) const |
double | getSED (double dist, const Position &rxgeo, const Position &svgeo, const MODIP &modip, CCIR &ccirData, const CivilTime &when, double azu) const |
double | getVED (double dist, const Position &rxgeo, const Position &svgeo, double modip_u, CCIR &ccirData, const CivilTime &when, double azu) const |
double | integrateGaussKronrod (double heightPt1, double heightPt2, const Position &rxgeo, const Position &svgeo, const MODIP &modip, double modipSta, CCIR &ccirData, const CivilTime &when, double azu, double tolerance, bool vertical, unsigned recursionLevel=0) const |
![]() | |
GalileoIonoEllipsoid | elModel |
![]() | |
double | msgLenSec |
gnsstk::GalFNavIono::GalFNavIono | ( | ) |
Sets the nav message type.
Definition at line 49 of file GalFNavIono.cpp.
|
inlineoverridevirtual |
Create a deep copy of this object.
Implements gnsstk::NavData.
Definition at line 56 of file GalFNavIono.hpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Definition at line 59 of file GalFNavIono.cpp.