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
For the stock stub function, it returns the default (CFE_SUCCESS) return code but sets the message pointer to NULL. The documentation states that it defaults to return the TIMEOUT error. The logic for the stub may want to reflect this.
Probably worth making it like the other (new-ish) getters, in that it will report an error if the SB buffer has not been provided already (from the UT buffer). Then can remain as the default success (like the other stubs).
For the stock stub function, it returns the default (CFE_SUCCESS) return code but sets the message pointer to NULL. The documentation states that it defaults to return the TIMEOUT error. The logic for the stub may want to reflect this.
cFE/fsw/cfe-core/ut-stubs/ut_sb_stubs.c
Line 450 in 56397a3
The text was updated successfully, but these errors were encountered: