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

Integration Candidate: 2020-11-03 #35

Merged
merged 4 commits into from
Nov 4, 2020
Merged

Integration Candidate: 2020-11-03 #35

merged 4 commits into from
Nov 4, 2020

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Nov 3, 2020

Describe the contribution
Fix #33, Standardize to SAMPLE_LIB_ namespace prefix

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

Expected behavior changes

PR #34 - No behavior changes. All identifiers now use the prefix SAMPLE_LIB_. Changes the name of the init function from SAMPLE_LibInit to SAMPLE_LIB_Init which affects the CFE startup script.

System(s) tested on
Ubuntu CI

Additional context
Part of 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 27, 2020 10:59
Replace inconsistent SAMPLE_ And SAMPLE_Lib prefixes,
now all identifiers should start with SAMPLE_LIB_.
Fix #33, Standardize to SAMPLE_LIB_ namespace prefix
Makes sample_lib consistent with cfe and osal. See nasa/cFE#83

Also applies clang-format
@astrogeco astrogeco merged commit 2cbab9d 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 LIBNAME_* pattern
2 participants