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

tblCRCTool Integration Candidate: 2020-11-24 #25

Merged
merged 4 commits into from
Dec 3, 2020

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Dec 2, 2020

Describe the contribution
Fix #3, use sizeof() for header sizes.

HOTFIX, Set REVISION to 99 and update baseline

Testing performed
See events for "github actions test" at https://github.com/astrogeco/cFS/actions

Expected behavior changes

PR #23 - Use sizeof() instead of a hard coded value for the table file header size to keep this tool in sync if the size of the cFE file or table header should ever change.

System(s) tested on
Ubuntu 18.04

Additional context
Part of nasa/cFS#158

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
@jphickey

jphickey and others added 4 commits October 30, 2020 13:12
sizeof() will keep this tool in sync if the size of the CFE
file or table header should ever change.

Note this also implicitly restricts this tool to the CFE build
environment where these headers are available.  As a result
this will no longer be buildable as a fully standalone/external
tool.
Fix #3, use sizeof() for header sizes.
Set REVISION version number to 99 to indicate development status. Bump 
baseline to tagged Bootes release candidate.
Integration Candidate 2020-11-24
@astrogeco astrogeco merged commit f21a641 into main Dec 3, 2020
astrogeco added a commit to nasa/cFS that referenced this pull request Dec 3, 2020
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

Successfully merging this pull request may close these issues.

tblCRCTool hardcodes table file header size
2 participants