summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2020-09-29 16:27:10 -0700
committerMike Cailean <mcailean@codeaurora.org>2020-11-19 09:13:27 -0800
commit5d1c823420160dfab22d1e400b8a3115c6ea6090 (patch)
treef95420cc94322aea26db94b8e277aeddecf4f2cb
parent31bed120f103c8a099f8b14799a6ac634f5c6537 (diff)
LOC-HAL: Engine plugin additions
Provided support in engine plugin for several inter-system biases Change-Id: I5c29349c0896a2286dcbf57f95828b1baeb40272 CRs-fixed: 2788222
-rw-r--r--utils/gps_extended_c.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h
index 0df78f9..1bd7918 100644
--- a/utils/gps_extended_c.h
+++ b/utils/gps_extended_c.h
@@ -1524,6 +1524,10 @@ typedef uint64_t GpsSvMeasHeaderFlags;
#define GNSS_SV_MEAS_HEADER_HAS_BDS_NAVIC_INTER_SYSTEM_BIAS 0x20000000
#define GNSS_SV_MEAS_HEADER_HAS_NAVIC_SYSTEM_TIME 0x40000000
#define GNSS_SV_MEAS_HEADER_HAS_NAVIC_SYSTEM_TIME_EXT 0x80000000
+#define GNSS_SV_MEAS_HEADER_HAS_GPSL1L2C_TIME_BIAS 0x100000000
+#define GNSS_SV_MEAS_HEADER_HAS_GLOG1G2_TIME_BIAS 0x200000000
+#define GNSS_SV_MEAS_HEADER_HAS_BDSB1IB1C_TIME_BIAS 0x400000000
+#define GNSS_SV_MEAS_HEADER_HAS_GALE1E5B_TIME_BIAS 0x800000000
typedef struct
{
@@ -1550,6 +1554,10 @@ typedef struct
Gnss_InterSystemBiasStructType gpsL1L5TimeBias;
Gnss_InterSystemBiasStructType galE1E5aTimeBias;
Gnss_InterSystemBiasStructType bdsB1iB2aTimeBias;
+ Gnss_InterSystemBiasStructType gpsL1L2cTimeBias;
+ Gnss_InterSystemBiasStructType gloG1G2TimeBias;
+ Gnss_InterSystemBiasStructType bdsB1iB1cTimeBias;
+ Gnss_InterSystemBiasStructType galE1E5bTimeBias;
GnssSystemTimeStructType gpsSystemTime;
GnssSystemTimeStructType galSystemTime;