Class containing data elements shared between GLONASS Civil F-Nav ephemerides and almanacs.
Definition at line 55 of file GLOFNavData.hpp.
#include <GLOFNavData.hpp>

Public Member Functions | |
| GLOFNavData () | |
| Sets the nav message type and all other data members to 0. More... | |
| bool | validate () const override |
Public Member Functions inherited from gnsstk::OrbitData | |
| std::list< std::string > | compare (const NavDataPtr &right) const override |
| virtual bool | getXvt (const CommonTime &when, Xvt &xvt, const ObsID &oid=ObsID())=0 |
| bool | isSameData (const NavDataPtr &right) const override |
Public Member Functions inherited from gnsstk::NavData | |
| virtual NavDataPtr | clone () const =0 |
| Create a deep copy of this object, whatever it truly is. More... | |
| virtual void | dump (std::ostream &s, DumpDetail dl) const |
| 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 | |
| SVHealth | health |
| SV health status. More... | |
| bool | lhealth |
| Health flag? Different from B_n and C_n? More... | |
| GLOFNavSatType | satType |
| Satellite type (M_n: GLONASS or GLONASS-M). More... | |
| unsigned | slot |
| Slot number (n). More... | |
| CommonTime | xmit2 |
| Transmit time for string 2 (eph) or odd string. More... | |
Public Attributes inherited from gnsstk::NavData | |
| NavMessageID | signal |
| Source signal identification for this navigation message data. More... | |
| CommonTime | timeStamp |
| std::string | weekFmt |
Public Attributes inherited from gnsstk::NavFit | |
| CommonTime | beginFit |
| Time at beginning of fit interval. More... | |
| CommonTime | endFit |
| Time at end of fit interval. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from gnsstk::NavData | |
| static gnsstk::SatMetaDataStore * | getSatMetaDataStore () |
| Accessor for python. More... | |
| static void | setSatMetaDataStore (gnsstk::SatMetaDataStore *smds) |
| Accessor for python. More... | |
Static Public Attributes inherited from gnsstk::NavData | |
| 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... | |
Protected Attributes inherited from gnsstk::NavData | |
| double | msgLenSec |
| gnsstk::GLOFNavData::GLOFNavData | ( | ) |
Sets the nav message type and all other data members to 0.
Definition at line 46 of file GLOFNavData.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Reimplemented in gnsstk::GLOFNavEph.
Definition at line 57 of file GLOFNavData.cpp.
| SVHealth gnsstk::GLOFNavData::health |
SV health status.
Definition at line 71 of file GLOFNavData.hpp.
| bool gnsstk::GLOFNavData::lhealth |
Health flag? Different from B_n and C_n?
Definition at line 70 of file GLOFNavData.hpp.
| GLOFNavSatType gnsstk::GLOFNavData::satType |
Satellite type (M_n: GLONASS or GLONASS-M).
Definition at line 68 of file GLOFNavData.hpp.
| unsigned gnsstk::GLOFNavData::slot |
Slot number (n).
Definition at line 69 of file GLOFNavData.hpp.
| CommonTime gnsstk::GLOFNavData::xmit2 |
Transmit time for string 2 (eph) or odd string.
Definition at line 67 of file GLOFNavData.hpp.