-
Notifications
You must be signed in to change notification settings - Fork 204
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
Both enums (index) and defines (mask) exist for event type #1447
Labels
Comments
Related to #1398, need to sort out ENUM vs mask use |
2 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Having both the mask and the index requires keeping them in sync.
Event type bitmasks:
cFE/modules/evs/fsw/inc/cfe_evs_msg.h
Lines 898 to 902 in c8b5e00
Event type enum:
cFE/modules/core_api/fsw/inc/cfe_evs_extern_typedefs.h
Lines 90 to 122 in c8b5e00
Describe the solution you'd like
Collapse to one solution, either use the mask or the enums. Related to #1438 and #1398.
Describe alternatives you've considered
Or use one to create the other so they don't get out of sync.
Additional context
Code review
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: