Struct 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¶
variable instance¶
variable off¶
variable on¶
variable seg¶
variable start¶
The documentation for this class was generated from the following file native/inc/wfm/wfm_compose.h