API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_threshold_types_t Union Reference

Supported threshold types. More...

#include <threshold.h>

Data Fields

struct { 
 
   uint8_t   percent:1 
 Percentage of the total size of pool or queue. More...
 
   uint8_t   packet:1 
 Total number of all transient packets. More...
 
   uint8_t   bytes:1 
 Total size of all transient packets in bytes. More...
 
};  
 bitfields for different threshold types
 
uint8_t all_bits
 All bits of the bit field structure.
 

Detailed Description

Supported threshold types.

Supported threshold types in a bit field structure.

Definition at line 26 of file spec/threshold.h.

Field Documentation

◆ percent

uint8_t odp_threshold_types_t::percent

Percentage of the total size of pool or queue.

Definition at line 30 of file spec/threshold.h.

◆ packet

uint8_t odp_threshold_types_t::packet

Total number of all transient packets.

Definition at line 33 of file spec/threshold.h.

◆ bytes

uint8_t odp_threshold_types_t::bytes

Total size of all transient packets in bytes.

Definition at line 36 of file spec/threshold.h.

◆ all_bits

uint8_t odp_threshold_types_t::all_bits

All bits of the bit field structure.

Examples
odp_sysinfo.c.

Definition at line 40 of file spec/threshold.h.


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