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
"%s Failed to Register '%s', Status=0x%08X", AppName, TblName, (unsigned int)Status);
}
returnStatus;
}
Expected behavior
Split up CFE_TBL_Register, and try to simplify control flow and conditional logic a bit - it currently stands at 451 lines and several dozen branches...
Checklist
Describe the bug
Code snips
cFE/modules/tbl/fsw/src/cfe_tbl_api.c
Lines 47 to 498 in 112bc51
Expected behavior
Split up
CFE_TBL_Register
, and try to simplify control flow and conditional logic a bit - it currently stands at 451 lines and several dozen branches...Will make testing and future maintenance easier.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: