Ginan
|
Functions | |
double | svaToUra (int sva) |
URA index to URA value (m) GLOBAL POSITIONING SYSTEM STANDARD POSITIONING SERVICE SIGNAL SPECIFICATION 2nd Ed, June 2,1995 see section - 2.5.3 User Range Accuracy. | |
int | uraToSva (double ura) |
URA value (m) to URA index. | |
double | svaToSisa (int sva) |
Galileo SISA index to SISA value (m) EUROPEAN GNSS (GALILEO) OPEN SERVICE SIGNAL-IN-SPACE INTERFACE CONTROL DOCUMENT Issue 2.0, January 2021 See Section, 5.1.12. | |
int | sisaToSva (double sisa) |
Galileo SISA value (m) to SISA index. | |
unsigned int | crc24q (const unsigned char *buff, int len) |
crc-24q parity compute crc-24q parity for sbas, rtcm3 see reference [2] A.4.3.3 Parity | |
void | wrapPlusMinusPi (double &angle) |
Wrap angle between (-pi, pi]. | |
void | wrap2Pi (double &angle) |
Wrap angle between [0, 2pi) | |
crc-24q parity compute crc-24q parity for sbas, rtcm3 see reference [2] A.4.3.3 Parity
buff | data |
len | data length (bytes) |
int sisaToSva | ( | double | sisa | ) |
Galileo SISA value (m) to SISA index.
double svaToSisa | ( | int | sva | ) |
Galileo SISA index to SISA value (m) EUROPEAN GNSS (GALILEO) OPEN SERVICE SIGNAL-IN-SPACE INTERFACE CONTROL DOCUMENT Issue 2.0, January 2021 See Section, 5.1.12.
Signal In Space Accuracy (SISA)
double svaToUra | ( | int | sva | ) |
URA index to URA value (m) GLOBAL POSITIONING SYSTEM STANDARD POSITIONING SERVICE SIGNAL SPECIFICATION 2nd Ed, June 2,1995 see section - 2.5.3 User Range Accuracy.
int uraToSva | ( | double | ura | ) |
URA value (m) to URA index.
void wrap2Pi | ( | double & | angle | ) |
Wrap angle between [0, 2pi)
angle | Angle to wrap |
void wrapPlusMinusPi | ( | double & | angle | ) |
Wrap angle between (-pi, pi].
angle | Angle to wrap |