Skip to content
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

Use consistent type for EventID #1435

Closed
skliper opened this issue Apr 28, 2021 · 0 comments · Fixed by #1572
Closed

Use consistent type for EventID #1435

skliper opened this issue Apr 28, 2021 · 0 comments · Fixed by #1572

Comments

@skliper
Copy link
Contributor

skliper commented Apr 28, 2021

Is your feature request related to a problem? Please describe.
EventID is defined as int16 and uint16, examples:

EVS_BinFilter_t *EVS_FindEventID(int16 EventID, EVS_BinFilter_t *FilterArray)

void EVS_GenerateEventTelemetry(EVS_AppData_t *AppDataPtr, uint16 EventID, uint16 EventType,

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

@skliper skliper added this to the 7.0.0 milestone Apr 28, 2021
skliper added a commit to skliper/cFE that referenced this issue May 24, 2021
skliper added a commit to skliper/cFE that referenced this issue May 24, 2021
skliper added a commit to skliper/cFE that referenced this issue May 25, 2021
astrogeco added a commit that referenced this issue Jun 2, 2021
Fix #1435, Consistent use of uint16 for EventID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant