You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Update the unit tests to use the associated applicable command types in place of CFE_MSG_CommandHeader_t. This will allow for additional flexibility when modifying command definitions.
Note: This is the required unit test update(s) associated with #2220
Describe the solution you'd like
Replace CFE_MSG_CommandHeader_t with the corresponding command type(s) where applicable.
Requester Info
Dan Knutsen
NASA Goddard
The text was updated successfully, but these errors were encountered:
dmknutsen
pushed a commit
to dmknutsen/cFE
that referenced
this issue
Dec 7, 2022
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.
Is your feature request related to a problem? Please describe.
Update the unit tests to use the associated applicable command types in place of CFE_MSG_CommandHeader_t. This will allow for additional flexibility when modifying command definitions.
Note: This is the required unit test update(s) associated with #2220
Describe the solution you'd like
Replace CFE_MSG_CommandHeader_t with the corresponding command type(s) where applicable.
Requester Info
Dan Knutsen
NASA Goddard
The text was updated successfully, but these errors were encountered: