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

Fix #68, honor BinaryDataEncoding #69

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

jphickey
Copy link
Contributor

Describe the contribution
Use the sizeInBits specified in the encoding. Anything beyond 1 will be padding.

Fixes #68

Testing performed
Build EDS files using BinaryDataEncoding element and confirm binary elements are sized correctly.

Expected behavior changes
No longer 1 bit, will honor correct sizeInBits from XML

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Use the sizeInBits specified in the encoding.  Anything beyond
1 will be padding.
@jphickey jphickey added the CCB:Approved Indicates code review and approval by community CCB label Dec 14, 2023
@jphickey jphickey merged commit e913f93 into nasa:main Dec 14, 2023
@jphickey jphickey deleted the fix-68-binaryencoding branch January 17, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BinaryDataEncoding element not handled
1 participant