#include <IonoModelStore.hpp>
Definition at line 63 of file IonoModelStore.hpp.
Public Member Functions | |
| IonoModelStore () throw () | |
| constructor | |
| virtual | ~IonoModelStore () throw () |
| destructor | |
| double | getCorrection (const CommonTime &time, const Position &rxgeo, double svel, double svaz, IonoModel::Frequency freq=IonoModel::L1) const throw (NoIonoModelFound) |
| Get the ionospheric correction value. | |
| bool | addIonoModel (const CommonTime &mt, const IonoModel &im) throw () |
| Add an IonoModel to this collection. | |
|
|
constructor
Definition at line 86 of file IonoModelStore.hpp. |
|
|
destructor
Definition at line 90 of file IonoModelStore.hpp. |
|
||||||||||||
|
Add an IonoModel to this collection.
Definition at line 91 of file IonoModelStore.cpp. Referenced by ComputeIonoModel::setKlobucharModel(). |
|
||||||||||||||||||||||||
|
Get the ionospheric correction value.
Definition at line 62 of file IonoModelStore.cpp. References GPSTK_THROW. Referenced by ModelObsFixedStation::getIonoCorrections(), ModeledReferencePR::getIonoCorrections(), and ObsRngDev::ObsRngDev(). |
1.3.9.1