Integration Candidate: 2020-11-10 #1008
Merged
+141
−121
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the contribution
Fix #788, Simplified CFE_EVS_SendEvent macros
Fix #983, Update CFE_MISSION_TIME_DEF_LEAPS to 37 seconds
Fix #973, CFE_MSG_Init clear option removed
Fix #999, Add flags parameter to module load
Fix #1010, CFE_ES_RegisterCDSEx stub update
Fix #1012, Include cfe_private.h in stubs
Testing performed
Bundle CI on astrogeco: https://travis-ci.com/github/astrogeco/cFS/builds/201769124
Expected behavior changes
PR #867 - Adds macros for more compact calls to CFE_EVS_SendEvent, making the type be part of the function name.
PR #984 - The sample configs leap seconds default value is now up to date. (As of Oct 2020)
PR #980 - Removed the clear=false logic (and clear parameter)
CFE_MSG_Init()
now always zeroes entire message and sets defaults.PR #1000 - Adds flags parameter to calls to
OS_ModuleLoad()
. Initially just pass 0 (GLOBAL) to maintain old behavior.PR #1011 - Updates
CFE_ES_RegisterCDSEx
stub to match current signaturePR #1013 - Includes
cfe_private.h
for stubs that implement related elements.System(s) tested on
Additional context
Part of nasa/cFS#156
Third party code
If included, identify any third party code and provide text file of license
Contributor Info - All information REQUIRED for consideration of pull request
@skliper
@zanzaben
@CDKnightNASA
@jphickey