API Reference Manual  1.49.0
odp_queue_info_t Struct Reference

Queue information. More...

#include <queue_types.h>

Collaboration diagram for odp_queue_info_t:
[legend]

Data Fields

const char * name
 Queue name.
 
odp_queue_type_t type
 Queue type.
 
odp_queue_param_t param
 Queue parameters. More...
 
odp_event_aggr_config_t aggr_config
 Event aggregator configuration. More...
 

Detailed Description

Queue information.

Examples
odp_classifier.c.

Definition at line 344 of file api/spec/queue_types.h.

Field Documentation

◆ param

odp_queue_param_t odp_queue_info_t::param

Queue parameters.

Contains the parameters used in queue creation, except that the values of odp_queue_param_t.aggr pointer, and fields ignored by the particular queue type are undefined.

Base queue parameters are also returned for aggregator queues.

Definition at line 359 of file api/spec/queue_types.h.

◆ aggr_config

odp_event_aggr_config_t odp_queue_info_t::aggr_config

Event aggregator configuration.

The struct contents are undefined if queue type is other than ODP_QUEUE_TYPE_AGGR.

Definition at line 367 of file api/spec/queue_types.h.


The documentation for this struct was generated from the following file: