-
Notifications
You must be signed in to change notification settings - Fork 207
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 #1398, Consistent use of CFE_EVS_EventType_Enum_t
for EventType
#2308
Fix #1398, Consistent use of CFE_EVS_EventType_Enum_t
for EventType
#2308
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.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
c345824
to
1f73f8b
Compare
1f73f8b
to
4d60bc3
Compare
4d60bc3
to
af51f08
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.
CodeQL-coding-standard found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
*Combines:* cFE equuleus-rc1+dev219 osal equuleus-rc1+dev93 PSP equuleus-rc1+dev55 cFS-GroundSystem equuleus-rc1+dev14 **Includes:** *cFE* - nasa/cFE#2308 - nasa/cFE#2612 - nasa/cFE#2616 - nasa/cFE#2309 *osal* - nasa/osal#1486 *PSP* - nasa/PSP#441 *cFS-GroundSystem* - nasa/cFS-GroundSystem#233 - nasa/cFS-GroundSystem#235 - nasa/cFS-GroundSystem#236 Co-authored by: Avi Weiss <thnkslprpt@users.noreply.github.com> Co-authored by: Tvisha Andharia <tandharia@users.noreply.github.com> Co-authored by: Chris Knight <CDKnightNASA@users.noreply.github.com>
*Combines:* cFE equuleus-rc1+dev219 osal equuleus-rc1+dev93 PSP equuleus-rc1+dev55 cFS-GroundSystem equuleus-rc1+dev14 **Includes:** *cFE* - nasa/cFE#2308 - nasa/cFE#2612 - nasa/cFE#2616 - nasa/cFE#2309 *osal* - nasa/osal#1486 *PSP* - nasa/PSP#441 *cFS-GroundSystem* - nasa/cFS-GroundSystem#233 - nasa/cFS-GroundSystem#235 - nasa/cFS-GroundSystem#236 Co-authored by: Avi Weiss <thnkslprpt@users.noreply.github.com> Co-authored by: Tvisha Andharia <tandharia@users.noreply.github.com> Co-authored by: Chris Knight <CDKnightNASA@users.noreply.github.com>
*Combines:* cFE equuleus-rc1+dev219 osal equuleus-rc1+dev93 PSP equuleus-rc1+dev55 cFS-GroundSystem equuleus-rc1+dev14 **Includes:** *cFE* - nasa/cFE#2308 - nasa/cFE#2612 - nasa/cFE#2616 - nasa/cFE#2309 *osal* - nasa/osal#1486 *PSP* - nasa/PSP#441 *cFS-GroundSystem* - nasa/cFS-GroundSystem#233 - nasa/cFS-GroundSystem#235 - nasa/cFS-GroundSystem#236 Co-authored by: Avi Weiss <thnkslprpt@users.noreply.github.com> Co-authored by: Tvisha Andharia <tandharia@users.noreply.github.com> Co-authored by: Chris Knight <CDKnightNASA@users.noreply.github.com>
Checklist
Describe the contribution
CFE_EVS_EventType_Enum_t
(and clarify vs mask) #1398EventType
parameters/variables declared explicitly asint16
converted over to use the defined typeNote: #1447 and #1438 are unresolved but it seems unlikely the enum will be removed completely. I think it is worth clearing this issue up in the meantime - to improve consistency in cFE.
Testing performed
GitHub CI actions all passing successfully.
Expected behavior changes
No change.
Contributor Info
Avi Weiss @thnkslprpt