Is your feature request related to a problem? Please describe.
Duplicated logic in CFE_SB_SendMsg and CFE_SB_ZeroCopySend (and related APIs), refactor could simplify CFE_SB_SendMsgFull. Sending/receiving software bus buffers vs the less restrictive alignment message type is not clear, names don't mirror.
Describe the solution you'd like
Implement the following:
Possibly add flag for incrementing sequence count (instead of more API's like CFE_SB_PassMsg).
Describe alternatives you've considered
None
Additional context
Came from #1009 discussions
Requester Info
Jacob Hageman - NASA/GSFC