You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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):
cFE/modules/sb/fsw/inc/cfe_sb_events.h
Line 195 in 176e3df
cFE/modules/sb/fsw/inc/cfe_sb_events.h
Line 892 in 176e3df
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
The text was updated successfully, but these errors were encountered: