summaryrefslogtreecommitdiff
path: root/location/LocationAPI.h
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2017-03-22 10:03:19 -0700
committerMike Cailean <mcailean@codeaurora.org>2017-03-24 15:46:39 -0700
commit3ad14ba82768ca4e2d86908377e7288d42b6fe78 (patch)
tree5ab448fd4c45890438714cd948cf0b8fb8f7f01b /location/LocationAPI.h
parent4ff6da4a8ac818026999b21b37d1fb97a67f21c0 (diff)
downloadgps-3ad14ba82768ca4e2d86908377e7288d42b6fe78.tar.gz
Added support for AGC
Added support for AGC (automatic gain control) CRs-fixed: 2023324 Change-Id: I6d6da23aab66da14bfa594077beda15194bdbeba
Diffstat (limited to 'location/LocationAPI.h')
-rw-r--r--location/LocationAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/location/LocationAPI.h b/location/LocationAPI.h
index 6c718f7..509baef 100644
--- a/location/LocationAPI.h
+++ b/location/LocationAPI.h
@@ -295,6 +295,7 @@ typedef enum {
GNSS_MEASUREMENTS_DATA_CARRIER_PHASE_UNCERTAINTY_BIT = (1<<14),
GNSS_MEASUREMENTS_DATA_MULTIPATH_INDICATOR_BIT = (1<<15),
GNSS_MEASUREMENTS_DATA_SIGNAL_TO_NOISE_RATIO_BIT = (1<<16),
+ GNSS_MEASUREMENTS_DATA_AUTOMATIC_GAIN_CONTROL_BIT = (1<<17),
} GnssMeasurementsDataFlagsBits;
typedef uint32_t GnssMeasurementsStateMask;
@@ -503,6 +504,7 @@ typedef struct {
double carrierPhaseUncertainty;
GnssMeasurementsMultipathIndicator multipathIndicator;
double signalToNoiseRatioDb;
+ double agcLevelDb;
} GnssMeasurementsData;
typedef struct {