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

Update JSON creator to deal with padding entries #53

Closed
jphickey opened this issue Apr 28, 2023 · 0 comments
Closed

Update JSON creator to deal with padding entries #53

jphickey opened this issue Apr 28, 2023 · 0 comments

Comments

@jphickey
Copy link
Contributor

Describe the bug
The CTF/CCDD JSON creation script fails if it encounters a "padding" entry, as it lacks a data type in EDS.

To Reproduce
Build JSON based on containers that contain padding, script fails with error

Expected behavior
Should generate appropriately-sized array of uint8 values to represent the padding.

System observed on:
Debian

Additional context
corrected padding added in nasa/cFE#2310

Reporter Info
Joseph Hickey, Vantage Systems, Inc.

jphickey added a commit to jphickey/EdsLib that referenced this issue Apr 28, 2023
In this case the member has no type, and should be translated to an
array of uint8 values of the appropriate size.
jphickey added a commit to jphickey/EdsLib that referenced this issue May 2, 2023
In this case the member has no type, and should be translated to an
array of uint8 values of the appropriate size.
jphickey added a commit to jphickey/EdsLib that referenced this issue May 2, 2023
In this case the member has no type, and should be translated to an
array of uint8 values of the appropriate size.
@dzbaker dzbaker closed this as completed in 8263ed9 May 4, 2023
dzbaker added a commit that referenced this issue May 4, 2023
Fix #53, generate padding in JSON correctly
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

1 participant