Closed dmknutsen closed 1 month ago
First list: all of those (except RESET) were fixed in https://github.com/nasa/FM/pull/115
Second list: Larger issue here of the ChildCmdWarnCounter
(it's used in 8 places) to signal partial success of a command.
Thanks for pointing that out! For the purpose of this issue I would just make FM_RESET_CMD_EID be informational/consistent with the rest of the commands. FM's use of a child task warning counter is a bit different than how some of the other apps work...but I think the implementation is straight forward enough/self explanatory that I don't think it is causing anyone any heartburn/issues.
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe. cFS should have standardized command responses for commands that set a state/mode like enable/disable, on/off, true/false, start/stop/pause/resume, etc.
For those commands, the app should respond as describe below:
The following command response does not align with the standard:
Successful commanding events are debug type:
The following failure events are of info type:
Describe the solution you'd like Update logic to align with the standard.
Requester Info Dan Knutsen NASA Goddard