Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Integration Candidate: 2020-11-03 #102

Merged
merged 4 commits into from
Nov 4, 2020
Merged

Integration Candidate: 2020-11-03 #102

merged 4 commits into from
Nov 4, 2020

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Nov 3, 2020

Describe the contribution
Fix #77, Standardize to SAMPLE_APP_ namespace prefix

Testing performed
See framework-bundle CI: https://github.com/nasa/cFS/pull/154/checks

Expected behavior changes

PR #100 - No behavior changes. All identifiers now use the prefix SAMPLE_APP_. Changes the name of the main function from SAMPLE_AppMain to SAMPLE_APP_Main which affects the CFE startup script.

System(s) tested on
Ubuntu CI

Additional context
nasa/cFS#154

Third party code
None

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

jphickey and others added 2 commits October 30, 2020 16:02
Replace inconsistent SAMPLE_ and SAMPLE_App name prefixes,
now all identifers should start with SAMPLE_APP_.
Fix #77, Standardize to SAMPLE_APP_ namespace prefix
This makes sample_app consistent with osal and cFE. See nasa/cFE#853 and nasa/osal#585

Also Applies clang-format
@astrogeco astrogeco force-pushed the integration-candidate branch from 9d574ff to 4e5cd3f Compare November 3, 2020 19:45
@astrogeco astrogeco force-pushed the integration-candidate branch from 4e5cd3f to de7a6ad Compare November 3, 2020 19:46
@astrogeco astrogeco merged commit 23fe3c6 into main Nov 4, 2020
astrogeco added a commit to nasa/cFS that referenced this pull request Nov 4, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename files, functions, and variables to match APPNAME_* pattern
2 participants