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 #166, reorganize source files #168

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Commits on Nov 1, 2023

  1. Fix nasa#166, reorganize source files

    Organize source files into a directory and naming pattern that is
    compliant with the CFE current recommended practice.
    
    Configurable items are moved to the respective header files and
    documentation is added to indicate what they do.
    jphickey committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ae2fcee View commit details
    Browse the repository at this point in the history
  2. Fix nasa#167, add encode hook

    Add a separate "encode" step as part of TO_LAB output forwarding.
    Initially, this is just a pass through implementation, so it matches
    current behavior.
    jphickey committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    511a3dc View commit details
    Browse the repository at this point in the history