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

Parse error: id = 4 on enum ADSBVersion #8

Closed
wiseman opened this issue Oct 18, 2021 · 0 comments
Closed

Parse error: id = 4 on enum ADSBVersion #8

wiseman opened this issue Oct 18, 2021 · 0 comments

Comments

@wiseman
Copy link
Contributor

wiseman commented Oct 18, 2021

thread 'main' panicked at '[E] Parse error: Could not match enum variant id = 4 on enum `ADSBVersion`', apps/src/1090.rs:72:21

Caused by

96A4D01FF900210600493075E234
wcampbell0x2a added a commit that referenced this issue Oct 22, 2021
Fixing this error gave way to fixing bugs within the bit lengths of the
types in the ME::AircraftOperationStatus Surface fields. These now parse
correctly with tests data from dump1090_fa (with reduced output)

The rest is the moved code for all the ME parsing closer to the top
where the <T> is used.

Fixes issue #8

Signed-off-by: wcampbell <[email protected]>
wiseman pushed a commit to wiseman/adsb_deku that referenced this issue Oct 23, 2021
Fixing this error gave way to fixing bugs within the bit lengths of the
types in the ME::AircraftOperationStatus Surface fields. These now parse
correctly with tests data from dump1090_fa (with reduced output)

The rest is the moved code for all the ME parsing closer to the top
where the <T> is used.

Fixes issue rsadsb#8

Signed-off-by: wcampbell <[email protected]>
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

No branches or pull requests

2 participants