Go to the source code of this file.
|
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.
|
|