Skip to content

Struct wfm_span_t

ClassList > wfm_span_t

One rendered segment instance's exact timing: where it lands in the composed stream and how its delay | on | off spans divide it.More...

  • #include <wfm_compose.h>

Public Attributes

Type Name
size_t delay
size_t instance
size_t off
size_t on
size_t seg
size_t start

Detailed Description

Produced by wfm_compose_spans() — the deterministic replay of the ranged draws (same hash, epoch 0), so the reported positions match the rendered capture sample-for-sample without rendering anything. This is the ground truth a detector-scoring pipeline or a SigMF annotation needs: the burst (on-time) of instance k starts at start + delay and runs on samples.

Public Attributes Documentation

variable delay

size_t wfm_span_t::delay;

variable instance

size_t wfm_span_t::instance;

variable off

size_t wfm_span_t::off;

variable on

size_t wfm_span_t::on;

variable seg

size_t wfm_span_t::seg;

variable start

size_t wfm_span_t::start;


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