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
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug
Near-identical logic in CFE_TIME_SetTimeCmd(), CFE_TIME_SetMETCmd() and CFE_TIME_SetSTCFCmd().
Was noted here but doesn't have an issue open that I could find.
Checklist
Describe the bug
Near-identical logic in
CFE_TIME_SetTimeCmd()
,CFE_TIME_SetMETCmd()
andCFE_TIME_SetSTCFCmd()
.Was noted here but doesn't have an issue open that I could find.
Code snips
cFE/modules/time/fsw/src/cfe_time_task.c
Lines 778 to 923 in 4deea95
Expected behavior
Pull common logic out into a helper function to reduce duplication and make code more readable/maintainable.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: