Abstract base class for classes that provide satellite health information.
Definition at line 52 of file NavHealthData.hpp.
#include <NavHealthData.hpp>
Public Member Functions | |
std::list< std::string > | compare (const NavDataPtr &right) const override |
virtual SVHealth | getHealth () const =0 |
CommonTime | getNearTime () const override |
bool | isSameData (const NavDataPtr &right) const override |
NavHealthData () | |
Set our message type to health so we don't have to in every leaf. More... | |
![]() | |
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 |
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... | |
virtual bool | validate () const =0 |
Additional Inherited Members | |
![]() | |
static gnsstk::SatMetaDataStore * | getSatMetaDataStore () |
Accessor for python. More... | |
static void | setSatMetaDataStore (gnsstk::SatMetaDataStore *smds) |
Accessor for python. 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 | msgLenSec |
|
inline |
Set our message type to health so we don't have to in every leaf.
Definition at line 56 of file NavHealthData.hpp.
|
inlineoverridevirtual |
Compare two NavData descendent objects. Any differences are summarized and returned as a list of readable text.
[in] | right | The data to compare against. |
Reimplemented from gnsstk::NavData.
Definition at line 75 of file NavHealthData.hpp.
|
pure virtual |
Defines the status of NavData::signal, specifically sat (not xmitSat).
Implemented in gnsstk::BDSD1NavHealth, gnsstk::BDSD2NavHealth, gnsstk::GPSCNavHealth, gnsstk::GalINavHealth, gnsstk::GalFNavHealth, gnsstk::GLOCNavHealth, gnsstk::GLOFNavHealth, gnsstk::GPSLNavHealth, and gnsstk::GPSCNav2Health.
|
inlineoverridevirtual |
Returns the time for the data to be used when searching in "Nearest" mode.
Reimplemented from gnsstk::NavData.
Definition at line 61 of file NavHealthData.hpp.
|
inlineoverridevirtual |
Returns true if this two objects are
Reimplemented from gnsstk::NavData.
Definition at line 69 of file NavHealthData.hpp.