Skip to content

Commit

Permalink
sat info (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax authored Mar 15, 2023
1 parent c579889 commit 80a8eb8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,19 @@ struct UbloxGnss {
hwStatus @3 :HwStatus;
hwStatus2 @4 :HwStatus2;
glonassEphemeris @5 :GlonassEphemeris;
satReport @6 :SatReport;
}

struct SatReport {
#received time of week in gps time in seconds and gps week
iTow @0 :UInt32;
svs @1 :List(SatInfo);

struct SatInfo {
svId @0 :UInt8;
gnssId @1 :UInt8;
flagsBitfield @2 :UInt32;
}
}

struct MeasurementReport {
Expand Down

0 comments on commit 80a8eb8

Please sign in to comment.