Struct frame_meter_state_t¶
ClassList > frame_meter_state_t
Frame-outcome accumulator. Allocate with frame_meter_create() .
#include <frame_meter_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| double | conf |
| size_t | crc_passed |
| size_t | errors |
| size_t | frames |
| size_t | sync_detected |
| size_t | target_errors |
Public Attributes Documentation¶
variable conf¶
config: confidence level for the interval
variable crc_passed¶
running: frames whose CRC checked
variable errors¶
running: frames not delivered
variable frames¶
running: frames attempted
variable sync_detected¶
running: frames whose sync was found
variable target_errors¶
config: stop-on-errors target
The documentation for this class was generated from the following file native/inc/frame_meter/frame_meter_core.h