Merge "Systemstatus - add support older version of PQWME"

This commit is contained in:
qctecmdr 2019-10-07 15:36:04 -07:00 committed by Gerrit - the friendly Code Review server
commit 3bf2589330

View file

@ -158,6 +158,7 @@ private:
eAgcGlo = 20, eAgcGlo = 20,
eAgcBds = 21, eAgcBds = 21,
eAgcGal = 22, eAgcGal = 22,
eMax0 = eAgcGal,
eLeapSeconds = 23, eLeapSeconds = 23,
eLeapSecUnc = 24, eLeapSecUnc = 24,
eGloBpAmpI = 25, eGloBpAmpI = 25,
@ -166,7 +167,6 @@ private:
eBdsBpAmpQ = 28, eBdsBpAmpQ = 28,
eGalBpAmpI = 29, eGalBpAmpI = 29,
eGalBpAmpQ = 30, eGalBpAmpQ = 30,
eMax0 = eGalBpAmpQ,
eTimeUncNs = 31, eTimeUncNs = 31,
eMax eMax
}; };