Class containing data elements unique to GPS CNav ionospheric data.
Definition at line 50 of file GPSCNavIono.hpp.
#include <GPSCNavIono.hpp>
Public Member Functions | |
NavDataPtr | clone () const override |
Create a deep copy of this object. More... | |
CommonTime | getUserTime () const override |
GPSCNavIono () | |
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 |
KlobucharIonoNavData () | |
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 |
NavData () | |
Initialize internal data fields. More... | |
Public Attributes | |
bool | alert |
Alert flag. More... | |
uint32_t | pre |
The preamble from the start of the subframe. More... | |
![]() | |
double | alpha [4] |
alpha terms of Klobuchar model, using semi-circles. More... | |
double | beta [4] |
beta terms of Klobuchar model, using semi-circles. 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::GPSCNavIono::GPSCNavIono | ( | ) |
Sets the nav message type.
Definition at line 49 of file GPSCNavIono.cpp.
|
inlineoverridevirtual |
Create a deep copy of this object.
Implements gnsstk::NavData.
Definition at line 56 of file GPSCNavIono.hpp.
|
overridevirtual |
Returns the time when the navigation message would have first been available to the user equipment, i.e. the time at which the final bit of a given broadcast navigation message is received. This is used by NavDataFactoryWithStore::find() in User mode.
Reimplemented from gnsstk::NavData.
Definition at line 64 of file GPSCNavIono.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Definition at line 57 of file GPSCNavIono.cpp.
bool gnsstk::GPSCNavIono::alert |
Alert flag.
Definition at line 76 of file GPSCNavIono.hpp.
uint32_t gnsstk::GPSCNavIono::pre |
The preamble from the start of the subframe.
Definition at line 75 of file GPSCNavIono.hpp.