![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class is a storage for the GPS IONOSPHERIC data as described in IS-GPS-200M. More...
#include <gps_cnav_iono.h>
Public Member Functions | |
| Gps_CNAV_Iono ()=default | |
| Default constructor. More... | |
Public Member Functions inherited from Gps_Iono | |
| Gps_Iono ()=default | |
| Default constructor. More... | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
| 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... | |
Additional Inherited Members | |
Public Attributes inherited from Gps_Iono | |
| double | alpha0 {} |
| Coefficient 0 of a cubic equation representing the amplitude of the vertical delay [s]. More... | |
| double | alpha1 {} |
| Coefficient 1 of a cubic equation representing the amplitude of the vertical delay [s/semi-circle]. More... | |
| double | alpha2 {} |
| Coefficient 2 of a cubic equation representing the amplitude of the vertical delay [s(semi-circle)^2]. More... | |
| double | alpha3 {} |
| Coefficient 3 of a cubic equation representing the amplitude of the vertical delay [s(semi-circle)^3]. More... | |
| double | beta0 {} |
| Coefficient 0 of a cubic equation representing the period of the model [s]. More... | |
| double | beta1 {} |
| Coefficient 1 of a cubic equation representing the period of the model [s/semi-circle]. More... | |
| double | beta2 {} |
| Coefficient 2 of a cubic equation representing the period of the model [s(semi-circle)^2]. More... | |
| double | 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-200M.
See https://www.gps.gov/technical/icwg/IS-GPS-200M.pdf Appendix III
Definition at line 34 of file gps_cnav_iono.h.
|
default |
Default constructor.
1.8.14