-
Notifications
You must be signed in to change notification settings - Fork 206
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
Update CFE_SB_SendMsgFull() to match latest SBN function prototype #292
Comments
Imported from trac issue 261. Created by dcmccom3 on 2019-01-31T12:47:52, last modified: 2019-07-03T12:48:08 |
Trac comment by jhageman on 2019-07-03 12:48:08: Moved unfinished 6.6.1 issues to next minor release |
Needs more investigation/documentation and a design/architectural discussion. If the SBN call is different, it doesn't conform with the currently defined API. |
Related to #127, which is a request for this API change. |
Note the two references above for ic-20191115 were because of a link typo. There was no work on this issue as part of that pull request. |
OBE - marking invalid |
Reported by Astrobotic 12/28/18 via email.
The SBN product has a prototype of int32 CFE_SB_SendMsgFull(CFE_SB_Msg_t *MsgPtr, uint32 TlmCntIncrements, uint32 CopyMode, CFE_SB_SenderId_t *SenderPtr) (4 variables)
The SB prototype has 3 int32 CFE_SB_SendMsgFull(CFE_SB_Msg_t *MsgPtr, uint32 TlmCntIncrements, uint32 CopyMode); There is a conflict between the header files.
The text was updated successfully, but these errors were encountered: