Skip to content

Commit

Permalink
Add description for constellation identifier to bounds messages
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakTjernberg committed Mar 20, 2024
1 parent 2f3e28e commit 16a7dba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions spec/yaml/swiftnav/sbp/ssr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,12 @@ definitions:
- const_id:
type: u8
desc: Constellation ID to which the SVs belong.
fields:
- 0-7:
values:
- 0: GPS
- 3: BDS
- 5: GAL
- n_sats:
type: u8
desc: Number of satellites.
Expand Down Expand Up @@ -1328,6 +1334,12 @@ definitions:
- const_id:
type: u8
desc: Constellation ID to which the SVs belong.
fields:
- 0-7:
values:
- 0: GPS
- 3: BDS
- 5: GAL
- n_sats_signals:
type: u8
desc: Number of satellite-signal couples.
Expand Down Expand Up @@ -1403,6 +1415,12 @@ definitions:
- const_id:
type: u8
desc: Constellation ID to which the SVs belong.
fields:
- 0-7:
values:
- 0: GPS
- 3: BDS
- 5: GAL
- sat_bitmask:
type: u64
desc: >
Expand Down

0 comments on commit 16a7dba

Please sign in to comment.