-
Notifications
You must be signed in to change notification settings - Fork 203
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
no way to find an existing pipe ID by name #210
Comments
Imported from trac issue 179. Created by cdknight on 2017-01-31T13:25:42, last modified: 2019-06-10T15:59:59 |
Trac comment by cdknight on 2017-01-31 17:44:15: proposed change committed to [changeset:4438cb8] in branch trac-179-getpipeidbyname |
Trac comment by jhageman on 2019-03-01 08:07:20: CCB ready for code review (note, needs rebase to dev branch). |
Trac comment by jhageman on 2019-03-26 13:11:19: May be impacted by #288 |
Trac comment by cdknight on 2019-03-27 11:03:00: Will re-implement using OS_QueueGetIdByName |
Trac comment by cdknight on 2019-04-03 14:20:35: Committed to a new branch, trac-179-getpipeidbyname_osqueue changeset [changeset:6124aa4]. |
Trac comment by jhageman on 2019-04-18 16:42:22: Did you add a unit test stub for the new function for apps to use? Added as a topic for 4/24 CCB review. |
Trac comment by cdknight on 2019-04-18 16:53:58: Yes, it is in the commit. Replying to [comment:7 jhageman]:
|
Trac comment by cdknight on 2019-04-18 16:55:07: Oh sorry no I haven't added a stub. I hope to be able to add it by the CCB. Busy week for me this week! Replying to [comment:8 cdknight]:
|
Trac comment by cdknight on 2019-04-23 11:39:11: I don't believe this should have a stub...For example, CFE_SB_GetLastSenderId() does not have a stub. The unit tests cover all of the functionality of CFE_SB_GetPipeIdByName() without requiring a stub and no other unit tests need to use CFE_SB_GetPipeIdByName(). Replying to [comment:9 cdknight]:
|
Trac comment by cdknight on 2019-04-24 13:02:52: Per CCB discussion, all API's need to have stubs. I will write and push an update. Replying to [comment:10 cdknight]:
|
Trac comment by jhageman on 2019-06-10 13:01:23: Dropping from CCB list until stubs are added. Moving it back to assigned since work remains to be completed. |
Trac comment by cdknight on 2019-06-10 15:42:04: hi, stub was added in [[changeset:19cb0c1]] |
Trac comment by jhageman on 2019-06-10 15:59:59: Looks like stub was based on code prior to merge of #116, needs rebase and update to match preferred ut_assert style. |
Moves CFE_SB_GetPipeName to public API Adds CFE_SB_GetPipeIdByName Adds 6 related events Adds to SB HK packet (GetPipeIdByNameErrorCounter) Updates associated internal name logic Unit tests and stubs added
Moves CFE_SB_GetPipeName to public API Adds CFE_SB_GetPipeIdByName Adds 6 related events Adds to SB HK packet (GetPipeIdByNameErrorCounter) Updates associated internal name logic Unit tests and stubs added
Moves CFE_SB_GetPipeName to public API Adds CFE_SB_GetPipeIdByName Adds 6 related events Adds to SB HK packet (GetPipeIdByNameErrorCounter) Updates associated internal name logic Unit tests and stubs added
Fix #210, Add SB API to get pipe by name
Fix #210, Add SB API to get pipe by name
There is no way to find a pipe ID given a pipe name for an existing pipe.
The text was updated successfully, but these errors were encountered: