Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SB "Send" command names that write to a file #1032

Closed
12 of 13 tasks
skliper opened this issue Nov 25, 2020 · 0 comments · Fixed by #1118 or #1150
Closed
12 of 13 tasks

Update SB "Send" command names that write to a file #1032

skliper opened this issue Nov 25, 2020 · 0 comments · Fixed by #1118 or #1150

Comments

@skliper
Copy link
Contributor

skliper commented Nov 25, 2020

Is your feature request related to a problem? Please describe.
CFE_SB_SendRoutingInfoCmd_t, CFE_SB_SendPipeInfoCmd_t, CFE_SB_SendMapInfoCmd_t and the corresponding command codes actually write to a file. Send should indicate a request to send information on the software bus.

Describe the solution you'd like
Fix names to be consistent

  • CFE_SB_SEND_ROUTING_INFO_CC -> CFE_SB_WRITE_ROUTING_INFO_CC
  • CFE_SB_SendRoutingInfoCmd_t -> CFE_SB_WriteRoutingInfoCmd_t
  • CFE_SB_SendRoutingInfoCmd -> CFE_SB_WriteRoutingInfoCmd
  • CFE_SB_SendRtgInfo -> CFE_SB_WriteRtgInfo
  • CFE_SB_SEND_PIPE_INFO_CC -> CFE_SB_WRITE_PIPE_INFO_CC
  • CFE_SB_SendPipeInfoCmd_t -> CFE_SB_WritePipeInfoCmd_t
  • CFE_SB_SendPipeInfoCmd -> CFE_SB_WritePipeInfoCmd
  • CFE_SB_SendPipeInfo -> CFE_SB_WritePipeInfo*
  • CFE_SB_SEND_MAP_INFO_CC -> CFE_SB_WRITE_MAP_INFO_CC
  • CFE_SB_SendMapInfoCmd_t -> CFE_SB_WriteMapInfoCmd_t
  • CFE_SB_SendMapInfoCmd -> CFE_SB_WriteMapInfoCmd
  • CFE_SB_SendMapInfo -> CFE_SB_WriteMapInfo*
  • Will also need to update comments in Fix #982, separate pipeinfo file data structure #1102

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the 7.0.0 milestone Jan 22, 2021
skliper added a commit to skliper/cFE that referenced this issue Jan 22, 2021
skliper added a commit to skliper/cFE that referenced this issue Jan 27, 2021
skliper added a commit to skliper/cFE that referenced this issue Jan 27, 2021
astrogeco added a commit that referenced this issue Jan 27, 2021
Fix #1032, Send->Write name update for SB write cmds
astrogeco added a commit that referenced this issue Jan 27, 2021
Fix #1032, Send->Write name update for SB write cmds
astrogeco added a commit that referenced this issue Feb 3, 2021
Fix #1032, Send->Write name update for SB write cmds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants