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 #711, Separate secondary header access functions #726

Merged
merged 4 commits into from
Aug 20, 2020

Commits on Aug 14, 2020

  1. Fix nasa#711, Add message header module

    Implements message header module such that users
    can customize or extend as needed.
     - Separates code for easier selection
     - Implements consistent getter/setter APIs
     - Fix nasa#736/nasa#781: MsgId logic no longer overrides bits in init
     - Fix nasa#529: Get size supports max size
     - Adds single big endian time implementation, but not selected
     - Adds msg module to module list
     - Adds msg module to cppcheck
    skliper committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    d3a073e View commit details
    Browse the repository at this point in the history
  2. Fix nasa#711, Update SB/CCSDS FSW for msg module

    - Fix nasa#733: Validate checksum description update
    - Fix nasa#597: Remove local endian SID macros
    - Updates SB to use msg module
    - General cleanup
    skliper committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8563679 View commit details
    Browse the repository at this point in the history
  3. Fix nasa#711, SB unit test updates for msg module

    - Removes dependencies on old macros
    - Simplifies unit tests
    - Treats msg module as internal code for now (temporary)
    skliper committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    97682b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    164c75e View commit details
    Browse the repository at this point in the history