Checklist
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
|
++CF_AppData.hk.counters.cmd; |
Expected behavior
Align CF command counters to the standard cFS implementation.
i.e. CF_AppData.HkPacket.CommandCounter
Reporter Info
Avi Weiss @thnkslprpt
Checklist
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
CF/fsw/src/cf_cmd.c
Line 51 in 930b0e5
Expected behavior
Align CF command counters to the standard cFS implementation.
i.e.
CF_AppData.HkPacket.CommandCounterReporter Info
Avi Weiss @thnkslprpt