Skip to content

Add OS_QueueGetName() #358

@CDKnightNASA

Description

@CDKnightNASA

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]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions