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

General SAMPLE App cleanup #43

Merged
merged 3 commits into from
Mar 9, 2020

Commits on Feb 28, 2020

  1. Merge pull request nasa#44 from nasa/ic-20200226

    Integration Candidate 20200226
    astrogeco committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    7c40c28 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Fix nasa#40: Apply consistent naming conventions

    Update SAMPLE to better correlate with the naming conventions used
    elsewhere and documented in the CFE naming conventions
    
    - Put all global runtime data into a single "SAMPLE_AppData" object
    - Name all global-scope identifiers consistently with a "SAMPLE_" prefix
    - Do not use SAMPLE prefix for members already inside global
    - Command handlers named to match the command they process
    - Command handlers return an int32 status value
    - Telemetry payload defined in a separate structure
    - Member names in telemetry struct following convention in the
      CFE naming convention document.
    jphickey committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    4a4b6e5 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#38: Add union for proper TLM buffer alignment

    Put the HkTlm buffer into a union to ensure it is aligned
    appropriately for conversion to a CFE_SB_Msg_t type.
    jphickey committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    01dd21a View commit details
    Browse the repository at this point in the history