Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Functions | |
short | gnsstk::accuracy2CNAVura (double acc) noexcept |
short | gnsstk::accuracy2ura (double acc) noexcept |
short | gnsstk::nominalAccuracy2ura (double acc) noexcept |
double | gnsstk::ura2accuracy (short ura) noexcept |
double | gnsstk::ura2CNAVaccuracy (short ura) |
double | gnsstk::ura2CNAVNominalaccuracy (short ura) |
double | gnsstk::ura2nominalAccuracy (short ura) noexcept |
Variables | |
const double | gnsstk::SV_ACCURACY_GPS_MAX_INDEX [] |
map from SV accuracy/URA flag to maximum accuracy values in m More... | |
const int | gnsstk::SV_ACCURACY_GPS_MAX_INDEX_VALUE = 15 |
constant for the max array index in sv accuracy table More... | |
const double | gnsstk::SV_ACCURACY_GPS_MIN_INDEX [] |
map from SV accuracy/URA flag to minimum accuracy values in m More... | |
const double | gnsstk::SV_ACCURACY_GPS_NOMINAL_INDEX [] |
const double | gnsstk::SV_CNAV_ACCURACY_GPS_MAX_INDEX [] |
map from SV accuracy/URA flag to maximum accuracy values in m More... | |
const int | gnsstk::SV_CNAV_ACCURACY_GPS_MAX_INDEX_VALUE = 15 |
constant for the max array index in sv accuracy table More... | |
const double | gnsstk::SV_CNAV_ACCURACY_GPS_MIN_INDEX [] |
map from SV accuracy/URA flag to minimum accuracy values in m More... | |
const double | gnsstk::SV_CNAV_ACCURACY_GPS_NOM_INDEX [] |
const int | gnsstk::SV_CNAV_INDEX_OFFSET = 15 |
constant for gps nom index table offset More... | |
const int | gnsstk::SV_CNAV_NOMINAL_MAX_INDEX = 30 |
constant for max array index in gps nom index table More... | |