-
Notifications
You must be signed in to change notification settings - Fork 97
WIP: test new high level message #1484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -41,8 +41,128 @@ definitions: | |||
type: u8 | |||
desc: Chain and type of flag. | |||
|
|||
- MSG_SSR_FLAG_HIGH_LEVEL: | |||
- MSG_SSR_FLAG_HIGH_LEVEL_DEP_A: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MSG_SSR_FLAG_HIGH_LEVEL
becomes MSG_SSR_FLAG_HIGH_LEVEL_DEP_A
short_desc: Deprecated | ||
desc: Deprecated. | ||
public: false | ||
replaced_by: | ||
- MSG_SSR_FLAG_HIGH_LEVEL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure deprecation is explicit
- 3: Not monitored | ||
|
||
- MSG_SSR_FLAG_HIGH_LEVEL: | ||
id: 0x0BBA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New message id: 3002
- atmo_corr_time: | ||
type: GPSTimeSec | ||
desc: GNSS reference time of the correction associated to the flag. | ||
desc: GNSS reference time of the atmospheric correction associated to the flag. | ||
- sat_corr_time: | ||
type: GPSTimeSec | ||
desc: GNSS reference time of the satellite correction associated to the flag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Message stores two correction time:
- one for sat corr
- one for atmo (iono + tropo) corr
preamble: "0x55" | ||
msg_type: "0x0BBA" | ||
sender: "0x0042" | ||
length: 37 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6 more bits compared with deprecated message (GPSTimeSec is u32 + u16)
568b7d4
to
03fda3b
Compare
|
Description
API compatibility
Does this change introduce a API compatibility risk?
API compatibility plan
If the above is "Yes", please detail the compatibility (or migration) plan:
JIRA Reference
https://swift-nav.atlassian.net/browse/BOARD-XXXX