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 #909, reorganize ES public API + msg definitions #964

Merged
merged 3 commits into from
Oct 30, 2020

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
  2. Fix nasa#370, rename MAX CDS name macro to FULL_NAME_LEN

    Simple replacement of CFE_MISSION_ES_CDS_MAX_NAME_LEN with
    CFE_MISSION_ES_CDS_MAX_FULL_NAME_LEN, to differentiate it
    from CFE_MISSION_ES_CDS_MAX_NAME_LENGTH - which is the CDS
    name without the app name.
    jphickey committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    f9f18a7 View commit details
    Browse the repository at this point in the history