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 Headers and Return Raw Packet Data Only with Empty XtcePacketDefinition #104

Open
medley56 opened this issue Oct 9, 2024 · 0 comments · May be fixed by #107
Open

Parse Headers and Return Raw Packet Data Only with Empty XtcePacketDefinition #104

medley56 opened this issue Oct 9, 2024 · 0 comments · May be fixed by #107
Labels
enhancement New feature or request

Comments

@medley56
Copy link
Owner

medley56 commented Oct 9, 2024

Context

In some use cases, people will want to parse CCSDS headers, returning the binary data directly and not worrying about the user data definitions. They will not have an XTCE document, nor do they need one for this use case.

Implementation Plan

  • Allow instantiation of XtcePacketDefinition without an XTCE document.
  • When we parse a packet stream for headers only, we should get back the raw packet data for the packet along with the parsed header. This may already be the case.
  • Add a test for parsing packets without a packet definition.
@medley56 medley56 added the enhancement New feature or request label Oct 9, 2024
@greglucas greglucas linked a pull request Oct 10, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant