-
Notifications
You must be signed in to change notification settings - Fork 227
Description
Is your feature request related to a problem? Please describe.
Example from CFE_MSG_Init, CFE_Status_t vs int32:
cFE/modules/msg/fsw/src/cfe_msg_init.c
Line 32 in c8b5e00
| int32 CFE_MSG_Init(CFE_MSG_Message_t *MsgPtr, CFE_SB_MsgId_t MsgId, CFE_MSG_Size_t Size) |
cFE/modules/core_api/fsw/inc/cfe_msg.h
Line 63 in c8b5e00
| CFE_Status_t CFE_MSG_Init(CFE_MSG_Message_t *MsgPtr, CFE_SB_MsgId_t MsgId, CFE_MSG_Size_t Size); |
Note numerous others, some noted in TBL.
Describe the solution you'd like
General scrub, prototypes across all the headers should match implementation. Also could remove extern per #1319.
Describe alternatives you've considered
None
Additional context
Code review
Requester Info
Jacob Hageman - NASA/GSFC