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.
Branches aren't independent, since a new entry will always have a new offset (can't hit false IsNewOffset with true IsNewEntry):
432 [ + + ][ + + ]: 12 : if (Status == CFE_SUCCESS && (IsNewOffset || IsNewEntry))
[ - + ]
433 : : {
434 : : /* If we succeeded at creating a CDS, save updated registry in the CDS */
435 : 6 : RegUpdateStatus = CFE_ES_UpdateCDSRegistry();
436 : : }
Is your feature request related to a problem? Please describe.
Branches aren't independent, since a new entry will always have a new offset (can't hit false IsNewOffset with true IsNewEntry):
here:
cFE/modules/es/fsw/src/cfe_es_cds.c
Lines 432 to 436 in e5d4ed9
Describe the solution you'd like
Could just test against IsNewOffset.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: