summaryrefslogtreecommitdiff
path: root/core/SystemStatus.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 /core/SystemStatus.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 'core/SystemStatus.h')
-rw-r--r--core/SystemStatus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/SystemStatus.h b/core/SystemStatus.h
index 208c669..f001f61 100644
--- a/core/SystemStatus.h
+++ b/core/SystemStatus.h
@@ -107,6 +107,10 @@ public:
uint32_t mJammerGlo;
uint32_t mJammerBds;
uint32_t mJammerGal;
+ double mAgcGps;
+ double mAgcGlo;
+ double mAgcBds;
+ double mAgcGal;
SystemStatusRfAndParams(const SystemStatusPQWM1& nmea);
bool equals(SystemStatusRfAndParams& peer);
void dump(void);