#include "TestUtil.hpp"#include "NeQuickIonoNavData.hpp"#include "MODIP.hpp"#include "GalileoIonoEllipsoid.hpp"#include "FreqConv.hpp"#include "DebugTrace.hpp"
Go to the source code of this file.
Classes | |
| class | NeQuickIonoNavData_T |
| class | TestClass< Model > |
| Make GroupPathCorrector instantiatable for testing. More... | |
| class | NeQuickIonoNavData_T::TestData |
| Hold input/truth data for legendreTest. More... | |
| class | NeQuickIonoNavData_T::TestDataAmplitude |
| Hold input/truth data for peakAmplitudes method. More... | |
| class | NeQuickIonoNavData_T::TestDataAz |
| Hold input/truth data for testing solar flux->eff. ionization. More... | |
| class | NeQuickIonoNavData_T::TestDataCritFreqE |
| Hold input/truth data for testing E layer critical freq computation. More... | |
| class | NeQuickIonoNavData_T::TestDataExosphere |
| class | NeQuickIonoNavData_T::TestDataHeight |
| Hold input/truth data for heightTest. More... | |
| class | NeQuickIonoNavData_T::TestDataSolar |
| Hold input/truth data for effSolarZenithAngle method. More... | |
| class | NeQuickIonoNavData_T::TestDataTEC |
| Hold input/truth data for getTEC. More... | |
| class | NeQuickIonoNavData_T::TestDataThickness |
| Hold input/truth data for testing layer thickness computation. More... | |
Functions | |
| gnsstk::CivilTime | convertTime (double hour, int month) |
| convert test data time stamps that EU used to CivilTime object More... | |
| double | getFactor (gnsstk::CarrierBand band) |
| int | main (int argc, char *argv[]) |
Variables | |
| gnsstk::GalileoIonoEllipsoid | galEll |
| Use this "ellipsoid" (sphere) for all testing. More... | |
| gnsstk::CivilTime convertTime | ( | double | hour, |
| int | month | ||
| ) |
convert test data time stamps that EU used to CivilTime object
Definition at line 48 of file NeQuickIonoNavData_T.cpp.
|
inline |
Definition at line 889 of file NeQuickIonoNavData_T.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 933 of file NeQuickIonoNavData_T.cpp.
| gnsstk::GalileoIonoEllipsoid galEll |
Use this "ellipsoid" (sphere) for all testing.
Definition at line 61 of file NeQuickIonoNavData_T.cpp.