![]() |
GNSS-SDR
0.0.14
An Open Source GNSS Software Defined Receiver
|
This class is a storage for the Galileo SV ALMANAC data. More...
#include <galileo_almanac.h>
Public Member Functions | |
| Galileo_Almanac ()=default | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
| uint32_t | i_satellite_PRN {} |
| SV PRN NUMBER. More... | |
| int32_t | i_Toa {} |
| int32_t | i_WNa {} |
| int32_t | i_IODa {} |
| double | d_Delta_i {} |
| Inclination at reference time relative to i0 = 56º [semi-circles]. More... | |
| double | d_M_0 {} |
| Mean Anomaly at Reference Time [semi-circles]. More... | |
| double | d_e_eccentricity {} |
| Eccentricity [dimensionless]. More... | |
| double | d_Delta_sqrt_A {} |
| Square Root of the Semi-Major Axis [sqrt(m)]. More... | |
| double | d_OMEGA0 {} |
| Longitude of Ascending Node of Orbit Plane at Weekly Epoch [semi-circles]. More... | |
| double | d_OMEGA {} |
| Argument of Perigee [semi-cicles]. More... | |
| double | d_OMEGA_DOT {} |
| Rate of Right Ascension [semi-circles/s]. More... | |
| double | d_A_f0 {} |
| Coefficient 0 of code phase offset model [s]. More... | |
| double | d_A_f1 {} |
| Coefficient 1 of code phase offset model [s/s]. More... | |
| int32_t | E5b_HS {} |
| int32_t | E1B_HS {} |
| int32_t | E5a_HS {} |
This class is a storage for the Galileo SV ALMANAC data.
Definition at line 33 of file galileo_almanac.h.
|
default |
Default constructor
| double Galileo_Almanac::d_A_f0 {} |
Coefficient 0 of code phase offset model [s].
Definition at line 52 of file galileo_almanac.h.
| double Galileo_Almanac::d_A_f1 {} |
Coefficient 1 of code phase offset model [s/s].
Definition at line 53 of file galileo_almanac.h.
| double Galileo_Almanac::d_Delta_i {} |
Inclination at reference time relative to i0 = 56º [semi-circles].
Definition at line 45 of file galileo_almanac.h.
| double Galileo_Almanac::d_Delta_sqrt_A {} |
Square Root of the Semi-Major Axis [sqrt(m)].
Definition at line 48 of file galileo_almanac.h.
| double Galileo_Almanac::d_e_eccentricity {} |
Eccentricity [dimensionless].
Definition at line 47 of file galileo_almanac.h.
| double Galileo_Almanac::d_M_0 {} |
Mean Anomaly at Reference Time [semi-circles].
Definition at line 46 of file galileo_almanac.h.
| double Galileo_Almanac::d_OMEGA {} |
Argument of Perigee [semi-cicles].
Definition at line 50 of file galileo_almanac.h.
| double Galileo_Almanac::d_OMEGA0 {} |
Longitude of Ascending Node of Orbit Plane at Weekly Epoch [semi-circles].
Definition at line 49 of file galileo_almanac.h.
| double Galileo_Almanac::d_OMEGA_DOT {} |
Rate of Right Ascension [semi-circles/s].
Definition at line 51 of file galileo_almanac.h.
| uint32_t Galileo_Almanac::i_satellite_PRN {} |
SV PRN NUMBER.
Definition at line 41 of file galileo_almanac.h.
1.8.14