Skip to content

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
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.

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

3 participants