Class containing data elements unique to GPS CNav2 midi almanac.
Definition at line 51 of file GPSCNav2Alm.hpp.
#include <GPSCNav2Alm.hpp>
Public Member Functions | |
NavDataPtr | clone () const override |
Create a deep copy of this object. More... | |
void | dumpHarmonics (std::ostream &s) const override |
void | fixFit () |
Fill the beginFit and endFit values for this object. More... | |
GPSCNav2Alm () | |
Sets the nav message type. More... | |
bool | validate () const override |
![]() | |
bool | getXvt (const CommonTime &when, Xvt &xvt, const ObsID &oid=ObsID()) override |
OrbitDataGPS () | |
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 void | dumpSVStatus (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 |
virtual CommonTime | getUserTime () const |
NavData () | |
Initialize internal data fields. More... | |
Public Attributes | |
double | deltai |
Inclination in rad relative to 0.3*pi rad. More... | |
bool | healthL1 |
L1 signal health. More... | |
bool | healthL2 |
L2 signal health. More... | |
bool | healthL5 |
L5 signal health. More... | |
double | toa |
Convenience storage of unqualified toa. More... | |
unsigned | wna |
Reference week for toa. More... | |
![]() | |
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 | refi0GPS = 0.3 * PI |
static const GNSSTK_EXPORT double | refi0QZSS = 0.25 * PI |
![]() | |
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::GPSCNav2Alm::GPSCNav2Alm | ( | ) |
Sets the nav message type.
Definition at line 49 of file GPSCNav2Alm.cpp.
|
inlineoverridevirtual |
Create a deep copy of this object.
Implements gnsstk::NavData.
Definition at line 64 of file GPSCNav2Alm.hpp.
|
inlineoverridevirtual |
Override dumpHarmonics to hide them in output since GPS CNav2 almanacs don't contain this data.
Reimplemented from gnsstk::OrbitDataKepler.
Definition at line 76 of file GPSCNav2Alm.hpp.
void gnsstk::GPSCNav2Alm::fixFit | ( | ) |
Fill the beginFit and endFit values for this object.
Definition at line 71 of file GPSCNav2Alm.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Definition at line 63 of file GPSCNav2Alm.cpp.
double gnsstk::GPSCNav2Alm::deltai |
Inclination in rad relative to 0.3*pi rad.
Definition at line 86 of file GPSCNav2Alm.hpp.
bool gnsstk::GPSCNav2Alm::healthL1 |
L1 signal health.
Definition at line 83 of file GPSCNav2Alm.hpp.
bool gnsstk::GPSCNav2Alm::healthL2 |
L2 signal health.
Definition at line 84 of file GPSCNav2Alm.hpp.
bool gnsstk::GPSCNav2Alm::healthL5 |
L5 signal health.
Definition at line 85 of file GPSCNav2Alm.hpp.
Midi almanac inclination offset, this + delta i = i0, defined in IS-GPS-800.
Definition at line 56 of file GPSCNav2Alm.hpp.
Midi almanac inclination offset, this + delta i = i0, defined in IS-QZSS-PNT-004.
Definition at line 59 of file GPSCNav2Alm.hpp.
double gnsstk::GPSCNav2Alm::toa |
Convenience storage of unqualified toa.
Definition at line 88 of file GPSCNav2Alm.hpp.
unsigned gnsstk::GPSCNav2Alm::wna |
Reference week for toa.
Definition at line 87 of file GPSCNav2Alm.hpp.