Skip to content

Commit

Permalink
Re-run make and change github action due to GLIBC error
Browse files Browse the repository at this point in the history
  • Loading branch information
cstolowicz committed Jul 5, 2024
1 parent b071d97 commit 9196c41
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

runs-on: ubuntu-latest
container: ubuntu:18.04
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:

Expand Down
2 changes: 1 addition & 1 deletion c/include/libsbp/integrity/MSG_SSR_FLAG_HIGH_LEVEL.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extern "C" {
* be a satellite, SSR grid point, or SSR tile. A group of aggregated elements
* being monitored for integrity could refer to:
*
* - Satellites in a particular {GPS, GAL, , QZSS} constellation.
* - Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
*
* - Satellites in the line-of-sight of a particular SSR tile.
*
Expand Down
Binary file modified docs/sbp.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion haskell/src/SwiftNav/SBP/Integrity.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ msgSsrFlagHighLevel = 0x0BB9
-- could be a satellite, SSR grid point, or SSR tile. A group of aggregated
-- elements being monitored for integrity could refer to:
--
-- - Satellites in a particular {GPS, GAL, , QZSS} constellation.
-- - Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
--
-- - Satellites in the line-of-sight of a particular SSR tile.
--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* SSR grid point, or SSR tile. A group of aggregated elements being monitored for integrity could
* refer to:
*
* <p>- Satellites in a particular {GPS, GAL, , QZSS} constellation.
* <p>- Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
*
* <p>- Satellites in the line-of-sight of a particular SSR tile.
*
Expand Down
2 changes: 1 addition & 1 deletion jsonschema/MsgSsrFlagHighLevel.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "#MsgSsrFlagHighLevel",
"title":"MsgSsrFlagHighLevel",
"description":"Integrity monitoring flags for multiple aggregated elements. An element could be a satellite, SSR grid point, or SSR tile. A group of aggregated elements being monitored for integrity could refer to:,\n,\n- Satellites in a particular {GPS, GAL, , QZSS} constellation.,\n,\n- Satellites in the line-of-sight of a particular SSR tile.,\n,\n- Satellites in the line-of-sight of a particular SSR grid point.,\n,\nThe integrity usage for a group of aggregated elements varies according to the integrity flag of the satellites comprising that group.,\n,\nSSR_INTEGRITY_USAGE_NOMINAL: All satellites received passed the integrity check and have flag INTEGRITY_FLAG_OK.,\n,\nSSR_INTEGRITY_USAGE_WARNING: A limited number of elements in the group failed the integrity check. Refer to more granular integrity messages for details on the specific failing elements.,\n,\nSSR_INTEGRITY_USAGE_ALERT: Most elements in the group failed the integrity check, do not use for positioning.,\n,\nSSR_INTEGRITY_USAGE_NOT_MONITORED: Unable to verify the integrity flag of elements in the group.\n",
"description":"Integrity monitoring flags for multiple aggregated elements. An element could be a satellite, SSR grid point, or SSR tile. A group of aggregated elements being monitored for integrity could refer to:,\n,\n- Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.,\n,\n- Satellites in the line-of-sight of a particular SSR tile.,\n,\n- Satellites in the line-of-sight of a particular SSR grid point.,\n,\nThe integrity usage for a group of aggregated elements varies according to the integrity flag of the satellites comprising that group.,\n,\nSSR_INTEGRITY_USAGE_NOMINAL: All satellites received passed the integrity check and have flag INTEGRITY_FLAG_OK.,\n,\nSSR_INTEGRITY_USAGE_WARNING: A limited number of elements in the group failed the integrity check. Refer to more granular integrity messages for details on the specific failing elements.,\n,\nSSR_INTEGRITY_USAGE_ALERT: Most elements in the group failed the integrity check, do not use for positioning.,\n,\nSSR_INTEGRITY_USAGE_NOT_MONITORED: Unable to verify the integrity flag of elements in the group.\n",
"type": "object",
"properties": {
"obs_time": {"$ref": "GpsTimeSec.json"},
Expand Down
2 changes: 1 addition & 1 deletion kaitai/ksy/integrity.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ types:
could be a satellite, SSR grid point, or SSR tile. A group of aggregated
elements being monitored for integrity could refer to:
- Satellites in a particular {GPS, GAL, , QZSS} constellation.
- Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
- Satellites in the line-of-sight of a particular SSR tile.
Expand Down
2 changes: 1 addition & 1 deletion kaitai/python/kaitai_sbp/integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class MsgSsrFlagHighLevel(KaitaiStruct):
could be a satellite, SSR grid point, or SSR tile. A group of aggregated
elements being monitored for integrity could refer to:
- Satellites in a particular {GPS, GAL, , QZSS} constellation.
- Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
- Satellites in the line-of-sight of a particular SSR tile.
Expand Down
2 changes: 1 addition & 1 deletion proto/integrity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ message IntegritySSRHeader {
* could be a satellite, SSR grid point, or SSR tile. A group of aggregated
* elements being monitored for integrity could refer to:
*
* - Satellites in a particular {GPS, GAL, , QZSS} constellation.
* - Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
*
* - Satellites in the line-of-sight of a particular SSR tile.
*
Expand Down
2 changes: 1 addition & 1 deletion python/sbp/integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class MsgSsrFlagHighLevel(SBP):
could be a satellite, SSR grid point, or SSR tile. A group of aggregated
elements being monitored for integrity could refer to:
- Satellites in a particular {GPS, GAL, , QZSS} constellation.
- Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
- Satellites in the line-of-sight of a particular SSR tile.
Expand Down
2 changes: 1 addition & 1 deletion rust/sbp/src/messages/integrity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ pub mod msg_ssr_flag_high_level {
/// could be a satellite, SSR grid point, or SSR tile. A group of aggregated
/// elements being monitored for integrity could refer to:
///
/// - Satellites in a particular {GPS, GAL, , QZSS} constellation.
/// - Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
///
/// - Satellites in the line-of-sight of a particular SSR tile.
///
Expand Down
2 changes: 1 addition & 1 deletion sbpjson/elm/SbpJson.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2772,7 +2772,7 @@ type alias CodePhaseBiasesSatSig =
satellite, SSR grid point, or SSR tile. A group of aggregated elements being monitored
for integrity could refer to:,
,
- Satellites in a particular {GPS, GAL, , QZSS} constellation.,
- Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.,
,
- Satellites in the line-of-sight of a particular SSR tile.,
,
Expand Down
2 changes: 1 addition & 1 deletion sbpjson/typescript/SbpJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2389,7 +2389,7 @@ export interface CodePhaseBiasesSatSig {
* satellite, SSR grid point, or SSR tile. A group of aggregated elements being monitored
* for integrity could refer to:,
* ,
* - Satellites in a particular {GPS, GAL, , QZSS} constellation.,
* - Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.,
* ,
* - Satellites in the line-of-sight of a particular SSR tile.,
* ,
Expand Down
2 changes: 1 addition & 1 deletion spec/yaml/swiftnav/sbp/integrity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ definitions:
A group of aggregated elements being monitored for integrity could refer to:
- Satellites in a particular {GPS, GAL, , QZSS} constellation.
- Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.
- Satellites in the line-of-sight of a particular SSR tile.
Expand Down

0 comments on commit 9196c41

Please sign in to comment.