libsbp  v2.4.7
carrier_phase_dep_a_t Struct Reference

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...
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: