![]() |
GNSS-SDR
0.0.14
An Open Source GNSS Software Defined Receiver
|
This class is a storage for the GPS IONOSPHERIC data as described in IS-GPS-200K. More...
#include <gps_cnav_iono.h>
Public Member Functions | |
| Gps_CNAV_Iono ()=default | |
| Default constructor. More... | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) const |
| Serialize is a boost standard method to be called by the boost XML serialization. Here is used to save the ephemeris data on disk file. More... | |
Public Attributes | |
| double | d_alpha0 {} |
| Coefficient 0 of a cubic equation representing the amplitude of the vertical delay [s]. More... | |
| double | d_alpha1 {} |
| Coefficient 1 of a cubic equation representing the amplitude of the vertical delay [s/semi-circle]. More... | |
| double | d_alpha2 {} |
| Coefficient 2 of a cubic equation representing the amplitude of the vertical delay [s(semi-circle)^2]. More... | |
| double | d_alpha3 {} |
| Coefficient 3 of a cubic equation representing the amplitude of the vertical delay [s(semi-circle)^3]. More... | |
| double | d_beta0 {} |
| Coefficient 0 of a cubic equation representing the period of the model [s]. More... | |
| double | d_beta1 {} |
| Coefficient 1 of a cubic equation representing the period of the model [s/semi-circle]. More... | |
| double | d_beta2 {} |
| Coefficient 2 of a cubic equation representing the period of the model [s(semi-circle)^2]. More... | |
| double | d_beta3 {} |
| Coefficient 3 of a cubic equation representing the period of the model [s(semi-circle)^3]. More... | |
| bool | valid {} |
| Valid flag. More... | |
This class is a storage for the GPS IONOSPHERIC data as described in IS-GPS-200K.
See https://www.gps.gov/technical/icwg/IS-GPS-200K.pdf Appendix III
Definition at line 35 of file gps_cnav_iono.h.
|
default |
Default constructor.
|
inline |
| double Gps_CNAV_Iono::d_alpha0 {} |
Coefficient 0 of a cubic equation representing the amplitude of the vertical delay [s].
Definition at line 41 of file gps_cnav_iono.h.
Referenced by serialize().
| double Gps_CNAV_Iono::d_alpha1 {} |
Coefficient 1 of a cubic equation representing the amplitude of the vertical delay [s/semi-circle].
Definition at line 42 of file gps_cnav_iono.h.
Referenced by serialize().
| double Gps_CNAV_Iono::d_alpha2 {} |
Coefficient 2 of a cubic equation representing the amplitude of the vertical delay [s(semi-circle)^2].
Definition at line 43 of file gps_cnav_iono.h.
Referenced by serialize().
| double Gps_CNAV_Iono::d_alpha3 {} |
Coefficient 3 of a cubic equation representing the amplitude of the vertical delay [s(semi-circle)^3].
Definition at line 44 of file gps_cnav_iono.h.
Referenced by serialize().
| double Gps_CNAV_Iono::d_beta0 {} |
Coefficient 0 of a cubic equation representing the period of the model [s].
Definition at line 45 of file gps_cnav_iono.h.
Referenced by serialize().
| double Gps_CNAV_Iono::d_beta1 {} |
Coefficient 1 of a cubic equation representing the period of the model [s/semi-circle].
Definition at line 46 of file gps_cnav_iono.h.
Referenced by serialize().
| double Gps_CNAV_Iono::d_beta2 {} |
Coefficient 2 of a cubic equation representing the period of the model [s(semi-circle)^2].
Definition at line 47 of file gps_cnav_iono.h.
Referenced by serialize().
| double Gps_CNAV_Iono::d_beta3 {} |
Coefficient 3 of a cubic equation representing the period of the model [s(semi-circle)^3].
Definition at line 48 of file gps_cnav_iono.h.
Referenced by serialize().
| bool Gps_CNAV_Iono::valid {} |
Valid flag.
Definition at line 49 of file gps_cnav_iono.h.
1.8.14