|
API Reference Manual 1.51.0
|
Event aggregator capabilities. More...
#include <event_vector_types.h>
Data Fields | |
| uint32_t | max_num |
| Maximum number of event aggregators for this queue type. | |
| uint32_t | max_num_per_queue |
| Maximum number of event aggregators per queue. | |
| uint32_t | max_size |
| Maximum number of events that can be aggregated into an event vector. | |
| uint32_t | min_size |
| Minimum number of events that can be aggregated into an event vector. | |
| uint64_t | max_tmo_ns |
| Maximum allowed value of odp_event_aggr_config_t::max_tmo_ns. | |
| uint64_t | min_tmo_ns |
| Minimum time in nanoseconds for an aggregator to form an event vector. | |
| odp_queue_stats_opt_t | stats |
| Supported aggregator statistics counters. | |
Event aggregator capabilities.
Definition at line 92 of file api/spec/event_vector_types.h.
| uint32_t odp_event_aggr_capability_t::max_num |
Maximum number of event aggregators for this queue type.
Definition at line 94 of file api/spec/event_vector_types.h.
| uint32_t odp_event_aggr_capability_t::max_num_per_queue |
Maximum number of event aggregators per queue.
Definition at line 97 of file api/spec/event_vector_types.h.
| uint32_t odp_event_aggr_capability_t::max_size |
Maximum number of events that can be aggregated into an event vector.
Definition at line 100 of file api/spec/event_vector_types.h.
| uint32_t odp_event_aggr_capability_t::min_size |
Minimum number of events that can be aggregated into an event vector.
Definition at line 103 of file api/spec/event_vector_types.h.
| uint64_t odp_event_aggr_capability_t::max_tmo_ns |
Maximum allowed value of odp_event_aggr_config_t::max_tmo_ns.
Definition at line 106 of file api/spec/event_vector_types.h.
| uint64_t odp_event_aggr_capability_t::min_tmo_ns |
Minimum time in nanoseconds for an aggregator to form an event vector.
odp_event_aggr_config_t::max_tmo_ns must not be less than this value unless it is zero.
Definition at line 113 of file api/spec/event_vector_types.h.
| odp_queue_stats_opt_t odp_event_aggr_capability_t::stats |
Supported aggregator statistics counters.
Definition at line 116 of file api/spec/event_vector_types.h.