Wrapper for the health status data scattered throughout the GLONASS Civil F NAV data.
Definition at line 52 of file GLOFNavHealth.hpp.
#include <GLOFNavHealth.hpp>
Public Member Functions | |
NavDataPtr | clone () const override |
Create a deep copy of this object. More... | |
void | dump (std::ostream &s, DumpDetail dl) const override |
SVHealth | getHealth () const override |
GLOFNavHealth () | |
Initialize to unhealthy using a value typically not seen in health. More... | |
bool | validate () const override |
![]() | |
std::list< std::string > | compare (const NavDataPtr &right) const override |
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 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... | |
Public Attributes | |
ValidType< bool > | Cn |
The C_n health bit in strings 6,8,10,12,14. More... | |
ValidType< uint8_t > | healthBits |
The 3-bit B_n value. More... | |
ValidType< bool > | ln |
The l_n health bit in strings 3,5,7,9,11,13,15. 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::GLOFNavHealth::GLOFNavHealth | ( | ) |
Initialize to unhealthy using a value typically not seen in health.
Definition at line 46 of file GLOFNavHealth.cpp.
|
inlineoverridevirtual |
Create a deep copy of this object.
Implements gnsstk::NavData.
Definition at line 58 of file GLOFNavHealth.hpp.
|
overridevirtual |
Print the contents of this object in a human-readable format.
[in,out] | s | The stream to write the data to. |
[in] | dl | The level of detail the output should contain. |
Reimplemented from gnsstk::NavData.
Definition at line 61 of file GLOFNavHealth.cpp.
|
overridevirtual |
Defines the status of NavData::signal, specifically sat (not xmitSat).
Implements gnsstk::NavHealthData.
Definition at line 128 of file GLOFNavHealth.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Definition at line 54 of file GLOFNavHealth.cpp.
ValidType<bool> gnsstk::GLOFNavHealth::Cn |
The C_n health bit in strings 6,8,10,12,14.
Definition at line 82 of file GLOFNavHealth.hpp.
ValidType<uint8_t> gnsstk::GLOFNavHealth::healthBits |
The 3-bit B_n value.
Definition at line 80 of file GLOFNavHealth.hpp.
ValidType<bool> gnsstk::GLOFNavHealth::ln |
The l_n health bit in strings 3,5,7,9,11,13,15.
Definition at line 81 of file GLOFNavHealth.hpp.