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

Support RepeatEntry for ParameterRefEntry elements in EntryLists #29

Open
medley56 opened this issue Mar 19, 2024 · 0 comments
Open

Support RepeatEntry for ParameterRefEntry elements in EntryLists #29

medley56 opened this issue Mar 19, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@medley56
Copy link
Owner

Section 5.3.3 (p. 235) of https://public.ccsds.org/Pubs/660x1g2.pdf

RepeatEntry allows repeating of a parameter N times where N is possibly a previous parameter value. This could be useful when downlinking arrays of a predictable size.

The principle challenge here is how to represent a repeated ParsedDataItem with a non-unique name (maybe made unique by the repeat number?). Like anything else, if the repeat number is a reference to another parameter, that parameter must occur before the repeated parameter in the data structure.

@medley56 medley56 added the enhancement New feature or request label Mar 19, 2024
@medley56 medley56 changed the title Support RepeatEntry for ParameterRefEntry elements in EntryLists Support RepeatEntry for ParameterRefEntry elements in EntryLists Mar 20, 2024
@medley56 medley56 added this to the Version 4.3.0 Release milestone Mar 20, 2024
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

No branches or pull requests

1 participant