-
Notifications
You must be signed in to change notification settings - Fork 227
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
Aligned version of message headers currently in SB, shows different handling of the base type.
cFE/fsw/cfe-core/src/inc/cfe_sb.h
Lines 150 to 163 in 9804b59
| /** \brief Software Bus generic message */ | |
| typedef CFE_MSG_Message_t CFE_SB_Msg_t; | |
| /** \brief Aligned Software Bus command header */ | |
| typedef union CFE_SB_CmdHdr { | |
| CFE_MSG_CommandHeader_t Cmd; | |
| CFE_SB_Msg_t BaseMsg; | |
| } CFE_SB_CmdHdr_t; | |
| /** \brief Aligned Software Bus telemetry header */ | |
| typedef union CFE_SB_TlmHdr { | |
| CFE_MSG_TelemetryHeader_t Tlm; | |
| CFE_SB_Msg_t BaseMsg; | |
| } CFE_SB_TlmHdr_t; |
Describe the solution you'd like
See discussion below.
Describe alternatives you've considered
None.
Additional context
Brought up as part of #777/#998 review.
Requester Info
Jacob Hageman - NASA/GSFC (from CCB discussion)