API Reference Manual
1.47.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. More... | |
Event aggregator capabilities.
Definition at line 91 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 112 of file api/spec/event_vector_types.h.