Skip to content

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 force-pushed the integration-candidate branch from 420d484 to 4bea612 Compare November 3, 2020 19:44
@astrogeco astrogeco force-pushed the integration-candidate branch from 4bea612 to 96ba02b Compare November 3, 2020 19:47
@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

3 participants