Skip to content

Struct wfm_frame_span_t

ClassList > wfm_frame_span_t

A run of bits inside the assembled frame, [first, first + n) .More...

  • #include <wfm_frame.h>

Public Attributes

Type Name
size_t first
size_t n

Detailed Description

A stage that did not run reports n == 0, and its first is then zero as well; first is meaningful only for a stage that ran.

Public Attributes Documentation

variable first

size_t wfm_frame_span_t::first;

first frame-bit index the stage covers


variable n

size_t wfm_frame_span_t::n;

bits covered, or 0 if the stage did not run



The documentation for this class was generated from the following file native/inc/wfm/wfm_frame.h