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

Fix #618, stubs must not depend on real msgid implementation #674

Merged

Commits on May 5, 2020

  1. Fix nasa#618, stubs must not depend on real msgid implementation

    The CFE_SB_GetMsgId/SetMsgId functions, among others, were implemented
    as replicas of the actual FSW code.  This creates a dependency on the
    actual definition of MsgId used by the mission.
    
    This makes the stub and actual stub.  Stubs not actually
    read/write to the message in any way, they just manipulate a
    local (stored in the UT framework) out-of-band buffer to hold
    the metadata about the message.
    
    This revealed a few other minor issues in test cases where they
    were depending on values sitting in globals (fixed).
    jphickey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    8642f8a View commit details
    Browse the repository at this point in the history