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 #982, separate pipeinfo file data structure #1102

Merged

Commits on Jan 15, 2021

  1. Merge branches 'fix-1073-sb-locking' and 'fix-1090-ut-eventcheck-boun…

    …ds' into jph-wip-baseline-20210115
    jphickey committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    0f4ed8f View commit details
    Browse the repository at this point in the history
  2. Fix nasa#982, use separate pipe info data struct

    Define a data structure in cfe_sb_msg.h that will be used
    with the "write pipe info" command (CFE_SB_SEND_PIPE_INFO_CC).
    
    This allows the internal CFE_SB_PipeD_t descriptor object to
    evolve as needed without affecting the binary format of the
    file that is generated form this command, and items such
    as memory pointers may be excluded from the file.
    jphickey committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6d40f29 View commit details
    Browse the repository at this point in the history