Skip to content

Struct wfm_frame_ops_t

ClassList > wfm_frame_ops_t

The kernels an assembly runs, and whatever state they carry. More...

  • #include <wfm_frame.h>

Public Attributes

Type Name
unsigned n_op
const wfm_stage_op_t * op
void * user

Detailed Description

Looked up by kind, and EXTENDS the built-ins rather than replacing them — so a table supplying an outer code does not have to restate the CRC. A stage whose kind is in neither table is a refusal, never a silent skip: a stage that quietly did not run produces a frame that still assembles, still decodes against itself, and syncs to nothing.

Public Attributes Documentation

variable n_op

unsigned wfm_frame_ops_t::n_op;

entries in op


variable op

const wfm_stage_op_t* wfm_frame_ops_t::op;

table, looked up by kind


variable user

void* wfm_frame_ops_t::user;

handed to every op it calls



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