summaryrefslogtreecommitdiff
path: root/core/SystemStatus.h
diff options
context:
space:
mode:
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);