|  |  0.5.0
                 | 
Ionosphere Models. More...
Go to the source code of this file.
| Namespaces | |
| namespace | NAV | 
| Enumerations | |
| enum class | NAV::IonosphereModel : uint8_t { NAV::None , NAV::Klobuchar , NAV::COUNT } | 
| Available Ionosphere Models.  More... | |
| Functions | |
| double | NAV::calcIonosphericDelay (double tow, Frequency freq, int8_t freqNum, const Eigen::Vector3d &lla_pos, double elevation, double azimuth, IonosphereModel ionosphereModel=IonosphereModel::None, const IonosphericCorrections *corrections=nullptr) | 
| Calculates the ionospheric delay. | |
| bool | NAV::ComboIonosphereModel (const char *label, IonosphereModel &ionosphereModel) | 
| Shows a ComboBox to select the ionosphere model. | |
| double | NAV::ionoErrorVar (double dpsr_I, Frequency freq, int8_t num) | 
| Calculates the ionospheric error variance. | |
| const char * | NAV::to_string (IonosphereModel ionosphereModel) | 
| Converts the enum to a string. | |