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 #965, remove OSAL ID from App/LibInfo struct #1017

Merged
merged 1 commit into from
Dec 1, 2020

Commits on Nov 17, 2020

  1. Fix nasa#965, remove OSAL ID from App/LibInfo struct

    The "osal_id_t" type isn't defined in any of the CFE message/interface
    header files for use within telemetry.
    
    This ID is an ephemeral runtime value and is not relevant to a ground
    system or anything outside CFE, so it makes most sense to simply
    remove this ID from the telemtry structure.  Note that all commands
    are name-based, not ID-based, hence why this ID is not really useful.
    jphickey committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    720525e View commit details
    Browse the repository at this point in the history