Definition in file convhelp.hpp.
#include "GeoidModel.hpp"
Include dependency graph for convhelp.hpp:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Functions | |
| double | cycles2meters (double phase, double freq, GeoidModel &geoid) |
| Convert a phase and frequency to meters. | |
| double | meters2cycles (double range, double freq, GeoidModel &geoid) |
| Convert a range and frequency to cycles. | |
| double | cel2far (double c) |
| Convert a temperature from Celsius to Fahrenheit. | |
| double | far2cel (double f) |
| Convert a temperature from Fahrenheit to Celsius. | |
| double | mb2hg (double mb) |
| Convert pressure from millibars to inches of mercury. | |
| double | hg2mb (double hg) |
| Convert pressure from inches of mercury to millibars. | |
1.3.9.1