![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
This class is a storage for the GPS SV ALMANAC data as described in IS-GPS-200M. More...
#include <gps_almanac.h>
Public Member Functions | |
| Gps_Almanac () | |
| template<class Archive> | |
| void | serialize (Archive &ar, const unsigned int version) |
| Public Member Functions inherited from Gnss_Almanac | |
| Gnss_Almanac ()=default | |
| double | predicted_doppler (double rx_time_s, double lat, double lon, double h, double ve, double vn, double vu, int band) const |
| Computes prediction of the Doppler shift for a given time and receiver's position and velocity. | |
| void | satellitePosVelComputation (double transmitTime, std::array< double, 7 > &pos_vel_dtr) const |
| Computes satellite Position and Velocity, in ECEF, for a given time (expressed in seconds of week). | |
Public Attributes | |
| int32_t | SV_health {} |
| SV Health. | |
| int32_t | AS_status {} |
| Anti-Spoofing Flags and SV Configuration. | |
| Public Attributes inherited from Gnss_Almanac | |
| uint32_t | PRN {} |
| SV PRN NUMBER. | |
| double | delta_i {} |
| Inclination Angle at Reference Time (relative to i_0 = 0.30 semi-circles). | |
| int32_t | toa {} |
| Almanac data reference time of week [s]. | |
| int32_t | WNa {} |
| Almanac week number. | |
| double | M_0 {} |
| Mean Anomaly at Reference Time [semi-circles]. | |
| double | ecc {} |
| Eccentricity [dimensionless]. | |
| double | sqrtA {} |
| Square Root of the Semi-Major Axis [sqrt(m)]. | |
| double | OMEGA_0 {} |
| Longitude of Ascending Node of Orbit Plane at Weekly Epoch [semi-circles]. | |
| double | omega {} |
| Argument of Perigee [semi-cicles]. | |
| double | OMEGAdot {} |
| Rate of Right Ascension [semi-circles/s]. | |
| double | af0 {} |
| Coefficient 0 of code phase offset model [s]. | |
| double | af1 {} |
| Coefficient 1 of code phase offset model [s/s]. | |
Additional Inherited Members | |
| Protected Attributes inherited from Gnss_Almanac | |
| char | System {} |
| Character ID of the GNSS system. 'G': GPS. 'E': Galileo. 'C': BeiDou. | |
This class is a storage for the GPS SV ALMANAC data as described in IS-GPS-200M.
See https://www.gps.gov/sites/default/files/2025-07/IS-GPS-200M.pdf Appendix II
Definition at line 35 of file gps_almanac.h.
|
inline |
|
inline |
Definition at line 51 of file gps_almanac.h.
| int32_t Gps_Almanac::AS_status {} |
Anti-Spoofing Flags and SV Configuration.
Definition at line 47 of file gps_almanac.h.
| int32_t Gps_Almanac::SV_health {} |
SV Health.
Definition at line 46 of file gps_almanac.h.