We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. EventID is defined as int16 and uint16, examples:
int16
uint16
cFE/modules/evs/fsw/src/cfe_evs_utils.c
Line 311 in 73c338d
Line 379 in 73c338d
Describe the solution you'd like Use a consistent definition.
Describe alternatives you've considered None
Additional context Code review
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#1435, Consistent use of uint16 for EventID
ee935e1
1fec56e
d685d0e
Merge pull request #1572 from skliper/fix1435-eventid_type
00d1a39
Fix #1435, Consistent use of uint16 for EventID
d7c2b24
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
EventID is defined as
int16
anduint16
, examples:cFE/modules/evs/fsw/src/cfe_evs_utils.c
Line 311 in 73c338d
cFE/modules/evs/fsw/src/cfe_evs_utils.c
Line 379 in 73c338d
Describe the solution you'd like
Use a consistent definition.
Describe alternatives you've considered
None
Additional context
Code review
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: