-
Notifications
You must be signed in to change notification settings - Fork 21
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 #45, Apply consistent Event ID names to common events #46
Fix #45, Apply consistent Event ID names to common events #46
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.
LC_RESET_INF_EID
has comments suggesting it is still DEBUG type.
fsw/src/lc_msgdefs.h
Outdated
@@ -161,7 +161,7 @@ | |||
* Successful execution of this command may be verified with | |||
* the following telemetry: | |||
* - #LC_HkPacket_t.CmdCount will be cleared | |||
* - The #LC_RESET_DBG_EID debug event message will be | |||
* - The #LC_RESET_INF_EID debug event message will be |
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.
if LC_RESET_INF_EID is to be changed to of an INFORMATION type, these comments may need updating
* - The #LC_RESET_INF_EID debug event message will be | |
* - The #LC_RESET_INF_EID informational event message will be |
fsw/src/lc_events.h
Outdated
@@ -401,7 +401,7 @@ | |||
* This event message is issued when a reset counters command has | |||
* been received. | |||
*/ | |||
#define LC_RESET_DBG_EID 27 | |||
#define LC_RESET_INF_EID 27 |
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 397 may need updating to Type: INFORMATION
.
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.
I think I've updated both those changes now with the force-push Justin.
Thanks
a894892
to
d427f97
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.
Looks good!
d427f97
to
c78ec3a
Compare
1c38e4f
to
8ef96e5
Compare
8ef96e5
to
4521deb
Compare
4521deb
to
e32aa19
Compare
e32aa19
to
af3954b
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