-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix #60, Apply consistent Event ID names to common events #61
Fix #60, Apply consistent Event ID names to common events #61
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May need some comment updates about DS_RESET_INF_EID
and its type now being INFORMATION instead of previously DEBUG.
fsw/src/ds_events.h
Outdated
@@ -292,7 +292,7 @@ | |||
* counters command. The command is used primarily to clear counters | |||
* that have already been examined. | |||
*/ | |||
#define DS_RESET_CMD_EID 33 | |||
#define DS_RESET_INF_EID 33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 287 may need a change from Type: DEBUG
to Type: INFORMATION
fsw/src/ds_msgdefs.h
Outdated
@@ -70,7 +70,7 @@ | |||
* \par Command Verification | |||
* Evidence of success may be found in the following telemetry: | |||
* - #DS_HkPacket_t.CmdAcceptedCounter will reset to zero | |||
* - The #DS_RESET_CMD_EID debug event message will be sent | |||
* - The #DS_RESET_INF_EID debug event message will be sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* - The #DS_RESET_INF_EID debug event message will be sent | |
* - The #DS_RESET_INF_EID informational event message will be sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Justin. I've added the updated comments in now.
a532820
to
92153d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
The Build and Run workflow in DS is breaking, but due to a null argument in CFE_EVS_SendEvent()
in /fsw/src/ds_file.c (https://github.com/nasa/DS/actions/runs/3366470370/jobs/5582995262). This pull request only updates Event ID names and does not seem to influence this error/null argument. @dzbaker what do you think?
This workflow also breaks for DS #51 which doesn't directly change /fsw/src/ds_file.c
Yeah this seems like a separate issue that is only now being triggered in the warnings. |
Yes @thnkslprpt, that would be great if you could submit that fix and issue. I'll merge it in with the CCB:FastTrack label so we can try this one again. |
No worries mate. |
Thanks! Can you rebase this (and #62/#59) with main now that the fix has been merged? |
92153d5
to
87bbcd3
Compare
CCB:2023.03.09: Putting on hold until naming conventions for event, etc are merged. |
Hey @thnkslprpt, would you be able to resolve the conflicts? Thanks! |
b5e2772
to
900bf5d
Compare
06b321f
to
6b72267
Compare
6b72267
to
012ec36
Compare
Checklist
Describe the contribution
Testing performed
Only GitHub CI actions.
Expected behavior changes
No impact on code behavior (no logic changes).
Consistent Event ID names for the events which are common to all/most cFS components and apps will improve consistency and ease make code review/debugging easier.
Contributor Info
Avi Weiss @thnkslprpt