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
...or, as the docs say, "...Internally used by SB in the #CFE_SB_ReceiveBuffer API...", then should it be exposed in cfe_sb.h at all? Given that it's also a uint32, this is confusing to me.
I'm not aware of the history of CFE_SB_TimeOut_t, it's only used in the CFE_SB_ReadQueue API. An abstraction here seems like overkill to me (osal uses int32 for timeouts all over).
EDIT - "didn't change..." other than the buffer change
In cfe_sb.h...
cFE/fsw/cfe-core/src/inc/cfe_sb.h
Line 161 in 56397a3
But below, the
CFE_SB_ReceiveBuffer()
takes uint32 for the timeout...cFE/fsw/cfe-core/src/inc/cfe_sb.h
Line 647 in 56397a3
Shouldn't it be using the
CFE_SB_TimeOut_t
type instead of uint32 for the TimeOut parameter?The text was updated successfully, but these errors were encountered: