Skip to content

Fix #2114, Add macro for initializing command header#2115

Merged
astrogeco merged 1 commit intonasa:mainfrom
skliper:fix2114-cmd_hdr_init_macro
Jun 22, 2022
Merged

Fix #2114, Add macro for initializing command header#2115
astrogeco merged 1 commit intonasa:mainfrom
skliper:fix2114-cmd_hdr_init_macro

Conversation

@skliper
Copy link
Contributor

@skliper skliper commented Jun 7, 2022

Checklist (Please check before submitting)

Describe the contribution

Just adds CFE_MSG_CMD_HDR_INIT

Testing performed
Built and ran with nasa/SC#35, and observed the commands getting sent

Expected behavior changes
None, just provides a more portable way to define tables with commands

System(s) tested on

  • Hardware: i5/wsl
  • OS: Ubuntu 18.04
  • Versions: Build main + the SC changes and this commit

Additional context
None

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC

@skliper skliper added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Jun 7, 2022
@skliper skliper added this to the Draco milestone Jun 7, 2022
@astrogeco
Copy link
Contributor

CCB:2022-06-08 APPROVED

@astrogeco astrogeco added CCB:Approved Indicates code review and approval by community CCB and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Jun 8, 2022
astrogeco added a commit to nasa/cFS that referenced this pull request Jun 10, 2022
nasa/cFE#2113, Add CFE_ES_StatusToString and CFE_STATUS_C

nasa/cFE#2115, Add macro for initializing command header
astrogeco added a commit to nasa/cFS that referenced this pull request Jun 20, 2022
nasa/cFE#2119, Endian macro mask before shift to avoid shift overflow warning
nasa/cFE#2115, Add macro for initializing command header
nasa/cFE#2113, Add CFE_ES_StatusToString and CFE_STATUS_C
astrogeco added a commit to nasa/cFS that referenced this pull request Jun 20, 2022
nasa/cFE#2119, Endian macro mask before shift to avoid shift overflow warning
nasa/cFE#2115, Add macro for initializing command header
nasa/cFE#2113, Add CFE_ES_StatusToString and CFE_STATUS_C
astrogeco added a commit to nasa/cFS that referenced this pull request Jun 21, 2022
nasa/cFE#2119, Endian macro mask before shift to avoid shift overflow warning
nasa/cFE#2115, Add macro for initializing command header
nasa/cFE#2113, Add CFE_ES_StatusToString and CFE_STATUS_C
astrogeco added a commit to nasa/cFS that referenced this pull request Jun 22, 2022
*Combines:*

cFE  v7.0.0-rc4+dev143
osal osal v6.0.0-rc4+dev87
psp v1.6.0-rc4+dev

ci_lab v2.5.0-rc4+dev22
to_lab v2.5.0-rc4+dev21
sample_app v1.3.0-rc4+dev21

**Includes:**

- nasa/cFE#2119, Endian macro mask before shift to avoid shift overflow warning
- nasa/cFE#2115, Add macro for initializing command header

*Add StatusToString API*
- nasa/osal#1259, Add OS_StatusToString API
- nasa/PSP#347, Add CFE_PSP_StatusToString and CFE_PSP_STATUS_C
- nasa/cFE#2113, Add CFE_ES_StatusToString and CFE_STATUS_C

*Remove registration of empty EVS filters*
- nasa/ci_lab#111, Remove registration of empty EVS filters
- nasa/to_lab#122, Remove registration of empty EVS filters
- nasa/sample_app#175, Remove registration of empty event filters
astrogeco added a commit to nasa/cFS that referenced this pull request Jun 22, 2022
*Combines:*

cFE  v7.0.0-rc4+dev143
osal osal v6.0.0-rc4+dev87
psp v1.6.0-rc4+dev

ci_lab v2.5.0-rc4+dev22
to_lab v2.5.0-rc4+dev21
sample_app v1.3.0-rc4+dev21

**Includes:**

- nasa/cFE#2119, Endian macro mask before shift to avoid shift overflow warning
- nasa/cFE#2115, Add macro for initializing command header

*Add StatusToString API*
- nasa/osal#1259, Add OS_StatusToString API
- nasa/PSP#347, Add CFE_PSP_StatusToString and CFE_PSP_STATUS_C
- nasa/cFE#2113, Add CFE_ES_StatusToString and CFE_STATUS_C

*Remove registration of empty EVS filters*
- nasa/ci_lab#111, Remove registration of empty EVS filters
- nasa/to_lab#122, Remove registration of empty EVS filters
- nasa/sample_app#175, Remove registration of empty event filters

Co-authored-by: Jacob Hageman <[email protected]>
@astrogeco astrogeco merged commit 37efb3c into nasa:main Jun 22, 2022
@skliper skliper deleted the fix2114-cmd_hdr_init_macro branch September 1, 2023 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CCB:Approved Indicates code review and approval by community CCB draco-rc2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add macro for assembling message header for use in defining tables that contain messages

2 participants