Commit 2e7f4b9 1 parent 23abef4 commit 2e7f4b9 Copy full SHA for 2e7f4b9
File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -1432,6 +1432,7 @@ struct UbloxGnss {
1432
1432
measurementReport @0 :MeasurementReport ;
1433
1433
ephemeris @1 :Ephemeris ;
1434
1434
ionoData @2 :IonoData ;
1435
+ hwStatus @3 :HwStatus ;
1435
1436
}
1436
1437
1437
1438
struct MeasurementReport {
@@ -1555,8 +1556,29 @@ struct UbloxGnss {
1555
1556
healthValid @5 :Bool ;
1556
1557
ionoCoeffsValid @6 :Bool ;
1557
1558
}
1558
- }
1559
1559
1560
+ struct HwStatus {
1561
+ noisePerMS @0 :UInt16 ;
1562
+ agcCnt @1 :UInt16 ;
1563
+ aStatus @2 :AntennaSupervisorState ;
1564
+ aPower @3 :AntennaPowerStatus ;
1565
+ jamInd @4 :UInt8 ;
1566
+
1567
+ enum AntennaSupervisorState {
1568
+ init @0 ;
1569
+ dontknow @1 ;
1570
+ ok @2 ;
1571
+ short @3 ;
1572
+ open @4 ;
1573
+ }
1574
+
1575
+ enum AntennaPowerStatus {
1576
+ off @0 ;
1577
+ on @1 ;
1578
+ dontknow @2 ;
1579
+ }
1580
+ }
1581
+ }
1560
1582
1561
1583
struct Clocks {
1562
1584
bootTimeNanos @0 :UInt64 ;
You can’t perform that action at this time.
0 commit comments