Skip to content
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

#1118 LRRP Latitude Hemisphere parsing. Updates parser to treat lati… #1119

Merged
merged 1 commit into from
Nov 28, 2021

Conversation

DSheirer
Copy link
Owner

#1118 LRRP Latitude Hemisphere parsing. Updates parser to treat latitude value as a 1-bit hemisphere flag followed by a 31-bit integer. Previously, this field was parsed as a 32-bit two's complement field.

There may be two separate formats that are used for LRRP position fields where one treats the value as a two's complement field and the other as a 1-bit hemisphere indicator followed by a 31-bit positive integer. If so, we'll need to expose a user-selectable flag to toggle one format or the other.

For now, this change shouldn't impact any Northern hemisphere users and we'll have to wait for user feedback to identify any other problems with longitude parsing for the same type of issue.

…ude value as a 1-bit hemisphere flag followed by a 31-bit integer. Previously, this field was parsed as a 32-bit two's complement field.

There may be two separate formats that are used for LRRP position fields where one treats the value as a two's complement field and the other as a 1-bit hemisphere indicator followed by a 31-bit positive integer.  If so, we'll need to expose a user-selectable flag to toggle one format or the other.

For now, this change won't impact any Northern hemisphere users.
@DSheirer DSheirer added this to the Build 0.5.0 milestone Nov 28, 2021
@DSheirer DSheirer self-assigned this Nov 28, 2021
@DSheirer DSheirer merged commit f0f0329 into master Nov 28, 2021
@DSheirer DSheirer deleted the 1118-lrrp-southern-hemisphere branch November 28, 2021 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant