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 #2473, 2475, document and use topicid numbers for cfe #2474

Merged
merged 2 commits into from
Dec 12, 2023

Commits on Dec 7, 2023

  1. Fix nasa#2473, document and use topicid numbers for cfe

    A topic ID is the same concept as was previously referred to as a
    portable message number.  This just formalizes it, gives it a name,
    and adds some macros for easier customization of the behavior.
    jphickey committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f3cdfbe View commit details
    Browse the repository at this point in the history
  2. Fix nasa#2475, rename 1HZ to ONEHZ in symbols

    This avoids having an identifier that starts with a digit
    in the case that the CFE_TIME_ prefix is not needed/used.
    jphickey committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1d6a761 View commit details
    Browse the repository at this point in the history