-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nasa#245, Opaque CFE_SB_MsgId_t values
Treat the CFE_SB_MsgId_t type as an opaque/abstract value and do not assume it is an integer. This change offers two modes of operation, where CFE_SB_MsgId_t is defined as a simple integer and is backward compatible, or defined as a type safe structure. In type safe mode, passing an integer to an API requiring a CFE_SB_MsgId_t value will result in an error. The macros and conversion functions can be used with either mode, allowing a transition for applications.
- Loading branch information
Showing
21 changed files
with
919 additions
and
672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.