We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
uint8
System observed on: Debian
Additional context corrected padding added in nasa/cFE#2310
Reporter Info Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Fix nasa#53, generate padding in JSON correctly
113ceb0
In this case the member has no type, and should be translated to an array of uint8 values of the appropriate size.
9d7b467
e6ce794
8263ed9
Merge pull request #54 from jphickey/fix-53-padding
fd91c41
Fix #53, generate padding in JSON correctly
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: