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

Order event ID's and fix duplicates #1583

Closed
skliper opened this issue May 26, 2021 · 0 comments · Fixed by #1594
Closed

Order event ID's and fix duplicates #1583

skliper opened this issue May 26, 2021 · 0 comments · Fixed by #1594
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented May 26, 2021

Is your feature request related to a problem? Please describe.
The whole "MAX EID" concept for avoiding conflicts is poorly followed, out of order EID's then lead to collisions. Just one example shown here (there are multiple):

#define CFE_SB_GETPIPENAME_EID 62

#define CFE_SB_CR_PIPE_NAME_TAKEN_EID 62

Describe the solution you'd like
Order EID's by number. Put new ones at the end. Remove the unused MAX EID value which is fragile anyways.

Describe alternatives you've considered
None

Additional context
#1320 - incorrect max

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the 7.0.0 milestone May 26, 2021
@skliper skliper self-assigned this May 26, 2021
skliper added a commit to skliper/cFE that referenced this issue May 27, 2021
skliper added a commit to skliper/cFE that referenced this issue Jun 9, 2021
skliper added a commit to skliper/cFE that referenced this issue Jun 17, 2021
astrogeco added a commit that referenced this issue Jun 23, 2021
@skliper skliper closed this as completed Jun 29, 2021
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