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 #2228, Update UTs to use correct cmd types #2229

Merged
merged 2 commits into from
Dec 20, 2022
Merged

Commits on Dec 7, 2022

  1. Fix nasa#2228, Update UTs to use correct cmd types

    Fix nasa#2228, Update UTs to use correct cmd types
    Dan committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4f4d492 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Fix nasa#2228, Use correct message types

    Update remaining cases where the CFE_MSG_CommandHeader_t was used for a
    command that had no arguments, replacing it with a real data type that
    is named according to the command.
    
    In particular, this introduces a "SendHkCmd" type into all modules,
    where previously the HK command used CFE_MSG_CommandHeader_t directly.
    jphickey committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0f9313d View commit details
    Browse the repository at this point in the history