Class containing data elements unique to Galileo F/NAV almanacs.
Definition at line 52 of file GalFNavAlm.hpp.
#include <GalFNavAlm.hpp>
Public Member Functions | |
NavDataPtr | clone () const override |
Create a deep copy of this object. More... | |
void | dumpHarmonics (std::ostream &s) const override |
void | dumpSVStatus (std::ostream &s) const override |
void | fixFit () |
Fill the beginFit and endFit values for this object. More... | |
void | fixHealth () |
GalFNavAlm () | |
Sets the nav message type. More... | |
CommonTime | getUserTime () const override |
bool | validate () const override |
![]() | |
bool | getXvt (const CommonTime &when, Xvt &xvt, const ObsID &oid=ObsID()) override |
OrbitDataGal () | |
double | svRelativity (const CommonTime &when) const override |
![]() | |
std::list< std::string > | compare (const NavDataPtr &right) const override |
void | dump (std::ostream &s, DumpDetail dl) const override |
virtual void | dumpClock (std::ostream &s) const |
virtual void | dumpOrbit (std::ostream &s) const |
virtual std::string | getDataType () const |
CommonTime | getNearTime () const override |
bool | getXvt (const CommonTime &when, const EllipsoidModel &ell, Xvt &xvt, const ObsID &oid=ObsID()) |
bool | isSameData (const NavDataPtr &right) const override |
OrbitDataKepler () | |
Initialize all data members to 0. More... | |
double | svClockBias (const CommonTime &when) const |
double | svClockDrift (const CommonTime &when) const |
virtual double | svRelativity (const CommonTime &when, const EllipsoidModel &ell) 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 |
NavData () | |
Initialize internal data fields. More... | |
Public Attributes | |
double | dAhalf |
delta sqrt(A) More... | |
double | deltai |
Inclination in rad relative to 0.3*pi rad. More... | |
GalHealthStatus | hsE5a |
Health status for E5a. More... | |
uint8_t | ioda5 |
IODa for page type 5. More... | |
uint8_t | ioda6 |
IODa for page type 6. More... | |
double | t0a |
Convenience storage of unqualified t0a. More... | |
unsigned | wna |
Reference week for t0a. More... | |
CommonTime | xmit2 |
![]() | |
double | A |
Semi-major axis (m) More... | |
double | Adot |
Rate of semi-major axis (m/sec) More... | |
double | af0 |
SV clock error (sec) More... | |
double | af1 |
SV clock drift (sec/sec) More... | |
double | af2 |
SV clock drift rate (sec/sec**2) More... | |
double | Ahalf |
Square Root of semi-major axis (m**.5) More... | |
double | Cic |
Cosine inclination (rad) More... | |
double | Cis |
Sine inclination (rad) More... | |
double | Crc |
Cosine radius (m) More... | |
double | Crs |
Sine radius (m) More... | |
double | Cuc |
Cosine latitude (rad) More... | |
double | Cus |
Sine latitude (rad) More... | |
double | dn |
Correction to mean motion (rad/sec) More... | |
double | dndot |
Rate of correction to mean motion (rad/sec/sec) More... | |
double | ecc |
Eccentricity. More... | |
RefFrameSys | frame |
SVHealth | health |
SV health status. More... | |
double | i0 |
Inclination (rad) More... | |
double | idot |
Rate of inclination angle (rad/sec) More... | |
double | M0 |
Mean anomaly (rad) More... | |
double | OMEGA0 |
Longitude of ascending node at weekly epoch (rad) More... | |
double | OMEGAdot |
Rate of Rt ascension (rad/sec) More... | |
CommonTime | Toc |
Clock epoch. More... | |
CommonTime | Toe |
Orbit epoch. More... | |
double | w |
Argument of perigee (rad) More... | |
CommonTime | xmitTime |
Time of transmission of the start of the 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... | |
Static Public Attributes | |
static const GNSSTK_EXPORT double | refA = 29600000 |
A ref value defined in OS-SIS-ICD Table 75 (meters). More... | |
static const GNSSTK_EXPORT double | refioffset = (56.0 * PI / 180.0) |
inclination offset, refioffset + delta i = i0, defined in OS-SIS-ICD. More... | |
![]() | |
static const size_t | fw = 16 |
Field width of floating point numbers (precision + 8). More... | |
static const size_t | precision = 8 |
Precision used when printing floating point numbers. 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... | |
Additional Inherited Members | |
![]() | |
static gnsstk::SatMetaDataStore * | getSatMetaDataStore () |
Accessor for python. More... | |
static void | setSatMetaDataStore (gnsstk::SatMetaDataStore *smds) |
Accessor for python. More... | |
![]() | |
double | msgLenSec |
gnsstk::GalFNavAlm::GalFNavAlm | ( | ) |
Sets the nav message type.
Definition at line 50 of file GalFNavAlm.cpp.
|
inlineoverridevirtual |
Create a deep copy of this object.
Implements gnsstk::NavData.
Definition at line 63 of file GalFNavAlm.hpp.
|
inlineoverridevirtual |
Override dumpHarmonics to hide them in output since Galileo F/NAV almanacs don't contain this data.
Reimplemented from gnsstk::OrbitDataKepler.
Definition at line 84 of file GalFNavAlm.hpp.
|
overridevirtual |
Dump SV status information (e.g. health).
[in,out] | s | The stream to write the data to. |
Reimplemented from gnsstk::OrbitDataKepler.
Definition at line 115 of file GalFNavAlm.cpp.
void gnsstk::GalFNavAlm::fixFit | ( | ) |
Fill the beginFit and endFit values for this object.
Definition at line 83 of file GalFNavAlm.cpp.
void gnsstk::GalFNavAlm::fixHealth | ( | ) |
Set the SVHealth value "health" according to the health status variable hsE5a.
Definition at line 93 of file GalFNavAlm.cpp.
|
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 76 of file GalFNavAlm.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Definition at line 69 of file GalFNavAlm.cpp.
double gnsstk::GalFNavAlm::dAhalf |
delta sqrt(A)
Definition at line 107 of file GalFNavAlm.hpp.
double gnsstk::GalFNavAlm::deltai |
Inclination in rad relative to 0.3*pi rad.
Definition at line 108 of file GalFNavAlm.hpp.
GalHealthStatus gnsstk::GalFNavAlm::hsE5a |
Health status for E5a.
Definition at line 113 of file GalFNavAlm.hpp.
uint8_t gnsstk::GalFNavAlm::ioda5 |
IODa for page type 5.
Definition at line 111 of file GalFNavAlm.hpp.
uint8_t gnsstk::GalFNavAlm::ioda6 |
IODa for page type 6.
Definition at line 112 of file GalFNavAlm.hpp.
|
static |
A ref value defined in OS-SIS-ICD Table 75 (meters).
Definition at line 56 of file GalFNavAlm.hpp.
inclination offset, refioffset + delta i = i0, defined in OS-SIS-ICD.
Definition at line 58 of file GalFNavAlm.hpp.
double gnsstk::GalFNavAlm::t0a |
Convenience storage of unqualified t0a.
Definition at line 110 of file GalFNavAlm.hpp.
unsigned gnsstk::GalFNavAlm::wna |
Reference week for t0a.
Definition at line 109 of file GalFNavAlm.hpp.
CommonTime gnsstk::GalFNavAlm::xmit2 |
Transmit time of the second page type used in constructing the almanac, or the same as xmitTime if not split. That is:
SVID | xmitTime page type | xmit2 page type |
---|---|---|
1 | 5 | 5 |
2 | 5 | 6 |
3 | 6 | 6 |
Definition at line 106 of file GalFNavAlm.hpp.