Skip to content
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

ResetCountersCmd should have an event issued #190

Closed
2 tasks done
thnkslprpt opened this issue Jan 30, 2024 · 0 comments · Fixed by #191
Closed
2 tasks done

ResetCountersCmd should have an event issued #190

thnkslprpt opened this issue Jan 30, 2024 · 0 comments · Fixed by #191

Comments

@thnkslprpt
Copy link
Contributor

Checklist

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

Describe the bug
ResetCountersCmd could have an event added to inform testers/operators of the command being issued.

Code snips

CFE_Status_t TO_LAB_ResetCountersCmd(const TO_LAB_ResetCountersCmd_t *data)
{
TO_LAB_Global.HkTlm.Payload.CommandErrorCounter = 0;
TO_LAB_Global.HkTlm.Payload.CommandCounter = 0;
return CFE_SUCCESS;
}

Expected behavior
Add an event.

Reporter Info
Avi Weiss   @thnkslprpt

dzbaker added a commit that referenced this issue Feb 22, 2024
…ommand

Fix #190, Add an event for ResetCountersCmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant