Skip to content
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

Add a CFE_SB_SendMsg version that provides send status #918

Closed
skliper opened this issue Sep 30, 2020 · 1 comment
Closed

Add a CFE_SB_SendMsg version that provides send status #918

skliper opened this issue Sep 30, 2020 · 1 comment
Assignees

Comments

@skliper
Copy link
Contributor

skliper commented Sep 30, 2020

Is your feature request related to a problem? Please describe.
Send status is not available to the sender, which would help senders manage critical messages or flow control (if not sent, try again next cycle).

Describe the solution you'd like
CFE_SB_SendMsgGetStatus(Msg, &SendStatus)

Where sendstatus could be an enumeration - no subscribers, sent to none, sent to some, sent to all

Then update SendMsgFull to include the status (no change needed to the other APIs)

Describe alternatives you've considered
Overload the return status

Additional context
Could be used to support CF flow control

Requester Info
Jacob Hageman - NASA/GSFC (one approach that could be taken to resolve a stakeholder request)

@jwilmot @klystron78 @tngo67

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2020

Rejected in favor of #926 approach

@skliper skliper closed this as completed Sep 30, 2020
@skliper skliper removed this from the 7.0.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants