|
| bool | addSBASIGP (Trace &trace, int IODI, int band, int ID, int entry, GTime tof, int nband) |
| |
| bool | writeIonoData (Trace &trace, int IODI, int band, int entry, GTime tof, int GIVDI, int GIVEI) |
| |
| double | ionppp (const VectorPos &pos, const AzEl &azel, double &ippLat, double &ippLon) |
| |
| int | selectIGP85 (GTime t, double ippLat, vector< ionoGridPoint > &selIGPs) |
| |
| int | selectIGP75 (GTime t, double ippLat, double ippLon, vector< ionoGridPoint > &selIGPs) |
| |
| bool | checkTriangular (double ippLat, double ippLon, vector< ionoGridPoint > selIGPs) |
| |
| int | selectIGP60 (GTime t, double ippLat, double ippLon, vector< ionoGridPoint > &selIGPs) |
| |
| int | selectIGP00 (GTime t, double ippLat, double ippLon, vector< ionoGridPoint > &selIGPs) |
| |
| int | selectIGPs (GTime t, double ippLat, double ippLon, vector< ionoGridPoint > &selIGPs) |
| |
| double | iono3IGP (GTime t, double ippLat, double ippLon, vector< ionoGridPoint > selIGPs, double &ionVar) |
| |
| double | iono4IGP (GTime t, double ippLat, double ippLon, vector< ionoGridPoint > selIGPs, double &ionVar) |
| |
| double | ionmodelSBAS (GTime t, const VectorPos &pos, const AzEl &azel, double &ionVar) |
| |