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 #966, update padding in CDS registry struct #969

Closed
wants to merge 2 commits into from

Commits on Oct 26, 2020

  1. Fix nasa#909, reorganize ES public API + msg definitions

    Put all ES typedefs which are shared across API and telemetry
    messages into the "cfe_es_extern_typedefs.h" file.
    
    Put all ES typedefs which define the telemetry interface
    into the "cfe_es_msg.h" file.  Also include structures which
    define the output of commands that write data files into this
    group (query all apps, query all tasks, query all CDS).
    
    Removes some localized definitions and replace with MISSION
    scope definitions where appropriate/necessary.
    jphickey committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    e6296e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Fix nasa#966, update padding in CDS registry record

    As the name field is a multiple of 4 bytes, there needs to be 3 bytes
    of padding, not 1, to avoid implicit padding.
    
    This doesn't change anything, it just makes the padding explicit instead
    of implicit.
    jphickey committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    d21d94a View commit details
    Browse the repository at this point in the history