-
Notifications
You must be signed in to change notification settings - Fork 46
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
CF command counters format inconsistent with cFS #382
Open
2 tasks done
Labels
Milestone
Comments
2 tasks
dzbaker
added a commit
that referenced
this issue
May 18, 2023
…ter-implementation-with-cfs Fix #382, Align CF Command Counter implementation to cFS standard
Initial PR solving this issue is reverted by #397. Reopening to be considered for Equuleus-rc2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.CommandCounter
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: