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 #1680 #1681 #1682, add software bus tests #1803

Merged

Commits on Aug 17, 2021

  1. Fix nasa#1680, add SB subscription functional test

    Add tests for the CFE SB subscription API:
     - CFE_SB_Subscribe
     - CFE_SB_SubscribeEx
     - CFE_SB_SubscribeLocal
     - CFE_SB_Unsubscribe
     - CFE_SB_UnsubscribeLocal
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    19374f5 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#1681, add SB message passing functional test

    Add tests for the basic message passing API:
     - CFE_SB_TransmitMsg
     - CFE_SB_ReceiveBuffer
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7cde4fe View commit details
    Browse the repository at this point in the history
  3. Fix nasa#1682, add SB zero copy functional tests

    Add tests for the CFE SB subscription API:
    - CFE_SB_AllocateMessageBuffer
    - CFE_SB_ReleaseMessageBuffer
    - CFE_SB_TransmitBuffer
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    9c66b21 View commit details
    Browse the repository at this point in the history