Skip to content

Commit

Permalink
Merge pull request nasa#1060 from CDKnightNASA/fix-1059-getpipename_s…
Browse files Browse the repository at this point in the history
…tub_doc

Fix nasa#1059, Correct documentation for CFE_SB_GetPipeName() stub
  • Loading branch information
astrogeco authored Jan 6, 2021
2 parents c5f2dd7 + 908c2c1 commit 3b721df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fsw/cfe-core/ut-stubs/ut_sb_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ int32 CFE_SB_DeletePipe(CFE_SB_PipeId_t PipeId)
**
** \par Description
** This function is used to mimic the response of the cFE SB function
** CFE_SB_GetPipeName. The user must set the value of UT_pipename prior
** to this function being called. The function uses UT_pipename for the
** retrieved pipe name and returns CFE_SUCCESS.
** CFE_SB_GetPipeName. The user should set the data buffer using UT_SetDataBuffer
** prior to this function being called. Otherwise, the dummy "UT" name will
** be copied to PipeNameBuf.
**
** \par Assumptions, External Events, and Notes:
** None
Expand Down

0 comments on commit 3b721df

Please sign in to comment.