#include <TropModel.hpp>
Inheritance diagram for ZeroTropModel:


Definition at line 214 of file TropModel.hpp.
Public Member Functions | |
| virtual double | correction (double elevation) const throw (InvalidTropModel) |
| Compute and return the full tropospheric delay. | |
| virtual double | correction (const Position &RX, const Position &SV, const DayTime &tt) throw (InvalidTropModel) |
| Compute and return the full tropospheric delay, given the positions of receiver and satellite and the time tag. | |
| virtual double | correction (const Xvt &RX, const Xvt &SV, const DayTime &tt) throw (InvalidTropModel) |
| virtual double | dry_zenith_delay (void) const throw (InvalidTropModel) |
| Compute and return the zenith delay for dry component of the troposphere. | |
| virtual double | wet_zenith_delay (void) const throw (InvalidTropModel) |
| Compute and return the zenith delay for wet component of the troposphere. | |
| virtual double | dry_mapping_function (double elevation) const throw (InvalidTropModel) |
| Compute and return the mapping function for dry component of the troposphere. | |
| virtual double | wet_mapping_function (double elevation) const throw (InvalidTropModel) |
| Compute and return the mapping function for wet component of the troposphere. | |
|
||||||||||||||||
|
Reimplemented from TropModel. Definition at line 251 of file TropModel.hpp. |
|
||||||||||||||||
|
Compute and return the full tropospheric delay, given the positions of receiver and satellite and the time tag. This version is most useful within positioning algorithms, where the receiver position and timetag may vary; it computes the elevation (and other receiver location information) and passes them to appropriate set...() routines and the correction(elevation) routine.
Reimplemented from TropModel. Definition at line 234 of file TropModel.hpp. |
|
|
Compute and return the full tropospheric delay.
Reimplemented from TropModel. Definition at line 219 of file TropModel.hpp. |
|
|
Compute and return the mapping function for dry component of the troposphere.
Implements TropModel. Definition at line 270 of file TropModel.hpp. |
|
|
Compute and return the zenith delay for dry component of the troposphere.
Implements TropModel. Definition at line 258 of file TropModel.hpp. |
|
|
Compute and return the mapping function for wet component of the troposphere.
Implements TropModel. Definition at line 277 of file TropModel.hpp. |
|
|
Compute and return the zenith delay for wet component of the troposphere.
Implements TropModel. Definition at line 263 of file TropModel.hpp. |
1.3.9.1