CF icon indicating copy to clipboard operation
CF copied to clipboard

CF command counters format inconsistent with cFS

Open thnkslprpt opened this issue 1 year ago • 1 comments

Checklist

  • [x] I reviewed the Contributing Guide.
  • [x] I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.

Describe the bug CF uses a separate struct (CF_HkCmdCounters_t) to hold the command and error counters. CF is the only app/component of cFS to do this.

Code snips https://github.com/nasa/CF/blob/930b0e51183ec9ce501ebe4210a1d777d5866496/fsw/src/cf_cmd.c#L51

Expected behavior Align CF command counters to the standard cFS implementation. i.e. CF_AppData.HkPacket.CommandCounter

Reporter Info Avi Weiss @thnkslprpt

thnkslprpt avatar May 03 '23 12:05 thnkslprpt

Initial PR solving this issue is reverted by https://github.com/nasa/CF/pull/397. Reopening to be considered for Equuleus-rc2.

chillfig avatar Jul 11 '23 18:07 chillfig