|
API Reference Manual
1.48.0
|
Supported threshold types. More...
#include <threshold.h>
Data Fields | |
| struct { | |
| uint8_t percent:1 | |
| Percentage of the total size of pool or queue. | |
| uint8_t packet:1 | |
| Total number of all transient packets. | |
| uint8_t bytes:1 | |
| Total size of all transient packets in bytes. | |
| }; | |
| bitfields for different threshold types | |
| uint8_t | all_bits |
| All bits of the bit field structure. | |
Supported threshold types.
Supported threshold types in a bit field structure.
Definition at line 26 of file spec/threshold.h.