Statistics table. More...
#include <rc.h>
Data Fields | |
| uint16_t | attempts |
| Number of attempts (per sampling interval). | |
| uint16_t | success |
| Number of success (per sampling interval). | |
| uint16_t | probability |
| Estimated probability of success (EWMA). | |
| uint16_t | rate_config |
| Rate configuration of the sample. | |
| union { | |
| struct { | |
| uint8_t sample_skipped | |
| Number of times the sample has been skipped (per sampling interval). | |
| bool old_prob_available | |
| Whether the old probability is available. | |
| bool rate_allowed | |
| Whether the rate can be used in the retry chain. | |
| } | |
| struct { | |
| uint16_t ru_and_length | |
| RU size and UL length received in the latest HE trigger frame. | |
| } | |
| }; | |
Statistics table.
Definition at line 142 of file rc.h.
1.6.1