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.
Repeated logic/pattern in CFE_SB_WriteRouteInfoCmd, CFE_SB_WriteMapInfoCmd, and CFE_SB_WritePipeInfoCmd.
Describe the solution you'd like
Put common logic in a helper, pass in info.
Describe alternatives you've considered
Might even be able to make a generic function in #994 for all apps/services to use since it's likely a very common pattern.
Additional context
Code review
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Repeated logic/pattern in
CFE_SB_WriteRouteInfoCmd
,CFE_SB_WriteMapInfoCmd
, andCFE_SB_WritePipeInfoCmd
.Describe the solution you'd like
Put common logic in a helper, pass in info.
Describe alternatives you've considered
Might even be able to make a generic function in #994 for all apps/services to use since it's likely a very common pattern.
Additional context
Code review
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: