holoscan::create_data_logger_queue
holoscan::create_data_logger_queue
Factory function to create a queue of the specified type.
This factory must be defined after the concrete queue classes to avoid forward declaration issues.
Returns: A unique pointer to the created queue
Template parameters
T
The type of elements stored in the queue
Parameters
type
The queue type to create
capacity
The queue capacity