Class containing data elements shared between GLONASS Civil C-Nav ephemerides and almanacs.
Definition at line 53 of file GLOCNavData.hpp.
#include <GLOCNavData.hpp>
Public Member Functions | |
GLOCNavData () | |
Sets the nav message type and all other data members to 0. More... | |
bool | validate () const override |
![]() | |
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 |
![]() | |
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 | |
GLOCNavHeader | header |
Common data. More... | |
![]() | |
NavMessageID | signal |
Source signal identification for this navigation message data. More... | |
CommonTime | timeStamp |
std::string | weekFmt |
![]() | |
CommonTime | beginFit |
Time at beginning of fit interval. More... | |
CommonTime | endFit |
Time at end of fit interval. More... | |
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::GLOCNavData::GLOCNavData | ( | ) |
Sets the nav message type and all other data members to 0.
Definition at line 48 of file GLOCNavData.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Reimplemented in gnsstk::GLOCNavEph.
Definition at line 58 of file GLOCNavData.cpp.
GLOCNavHeader gnsstk::GLOCNavData::header |
Common data.
Definition at line 65 of file GLOCNavData.hpp.