You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: