![]() |
0.5.0
|
Ionospheric Corrections Data Storage. More...
Data Fields | |
| AlphaBeta | alphaBeta |
| Alpha or beta value. | |
| std::array< double, 4 > | data |
| Data storage (3 values for GAL, otherwise 4) [s, s/semi-circle, s/semi-circle^2, s/semi-circle^3]. | |
| SatelliteSystem | satSys |
| Satellite System (e.g. GPS, GAL, GLO, ...) | |
Ionospheric Corrections Data Storage.
Definition at line 41 of file IonosphericCorrections.hpp.
| AlphaBeta NAV::IonosphericCorrections::Corrections::alphaBeta |
Alpha or beta value.
Definition at line 44 of file IonosphericCorrections.hpp.
| std::array<double, 4> NAV::IonosphericCorrections::Corrections::data |
Data storage (3 values for GAL, otherwise 4) [s, s/semi-circle, s/semi-circle^2, s/semi-circle^3].
Definition at line 45 of file IonosphericCorrections.hpp.
| SatelliteSystem NAV::IonosphericCorrections::Corrections::satSys |
Satellite System (e.g. GPS, GAL, GLO, ...)
Definition at line 43 of file IonosphericCorrections.hpp.