-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Prototype/implementation mismatch scrub #1474
Comments
skliper
changed the title
Prototype/implementation mismatch scrub
May 11, 2021
CFE_MSG_Init
prototype/implementation mismatch
skliper
pushed a commit
to skliper/cFE
that referenced
this issue
May 19, 2021
Changing the implementation return types to CFE_Status_t to match the function prototypes.
skliper
pushed a commit
to skliper/cFE
that referenced
this issue
May 19, 2021
This was referenced May 19, 2021
skliper
pushed a commit
to skliper/cFE
that referenced
this issue
May 19, 2021
Changing the implementation return types to CFE_Status_t to match the function prototypes.
skliper
pushed a commit
to skliper/cFE
that referenced
this issue
May 19, 2021
skliper
added a commit
to skliper/cFE
that referenced
this issue
May 19, 2021
skliper
changed the title
Prototype/implementation mismatch scrub
API Prototype/implementation mismatch scrub
May 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
cFE/modules/core_api/fsw/inc/cfe_msg.h
Line 63 in c8b5e00
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
The text was updated successfully, but these errors were encountered: