Skip to content

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

double frame_meter_state_t::conf;

config: confidence level for the interval


variable crc_passed

size_t frame_meter_state_t::crc_passed;

running: frames whose CRC checked


variable errors

size_t frame_meter_state_t::errors;

running: frames not delivered


variable frames

size_t frame_meter_state_t::frames;

running: frames attempted


variable sync_detected

size_t frame_meter_state_t::sync_detected;

running: frames whose sync was found


variable target_errors

size_t frame_meter_state_t::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