-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Description
Is your feature request related to a problem? Please describe.
cFE will have a function to get a pipe's name given its id, which will call down to OSAL to get the name from the queue. Currently this is accomplished with OS_QueueGetInfo() but that requires a pointer to a struct buffer.
Describe the solution you'd like
A convenience function should be added to retrieve a queue's name given its id without the need to pass in a struct buffer (instead passing in a string buffer.)
Describe alternatives you've considered
Could maintain the status quo, this is a convenience function.
Additional context
Add any other context about the feature request here.
Requester Info
[email protected]
Reactions are currently unavailable