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

sample_app Integration candidate: 2021-03-30 #145

Merged
merged 5 commits into from
Apr 1, 2021
Merged

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Mar 31, 2021

Describe the contribution

Fix #138, remove app registration
Fix #142, scrub header guards

Testing performed
sample_app checks https://github.com/nasa/sample_app/pull/145/checks
bundle checks https://github.com/nasa/cFS/pull/227/checks

Expected behavior changes

PR #139

Removes app registration call, CFE_ES_RegisterApp() since applications do not need to register themselves.

PR #143

Apply standard header guard on all header files by removing leading underscore. Convert file-scope block comments to doxygen format.

Additional Context

Part of nasa/cFS#227

Third party code

None

Authors

@jphickey

jphickey and others added 4 commits March 23, 2021 10:56
It is not necessary for applications to register
themselves, this is all done automatically.
Use a consistent header guard on all sample app header files.
Also convert file-scope block comments to doxygen format.
@astrogeco astrogeco added IC:2021-03-30 CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) and removed CCB-READY CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Mar 31, 2021
@astrogeco astrogeco marked this pull request as ready for review April 1, 2021 22:50
@astrogeco astrogeco merged commit 1c32ed4 into main Apr 1, 2021
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.

Fix non-compliant header guards Remove references to CFE_ES_RegisterApp
2 participants