libsbp
v2.4.7
|
GPS carrier phase measurement. More...
#include <observation.h>
Data Fields | |
s32 | i |
Carrier phase whole cycles [cycles]. More... | |
u8 | f |
Carrier phase fractional part [cycles / 256]. More... | |
GPS carrier phase measurement.
Carrier phase measurement in cycles represented as a 40-bit fixed point number with Q32.8 layout, i.e. 32-bits of whole cycles and 8-bits of fractional cycles. This has the opposite sign convention than a typical GPS receiver and the phase has the opposite sign as the pseudorange.
Definition at line 672 of file observation.h.
u8 f |
Carrier phase fractional part [cycles / 256].
Definition at line 674 of file observation.h.
s32 i |
Carrier phase whole cycles [cycles].
Definition at line 673 of file observation.h.