Skip to content

Struct wfm_frame_layout_t

ClassList > wfm_frame_layout_t

Where each field lands, in bits from the start of the frame.

  • #include <wfm_frame.h>

Public Attributes

Type Name
size_t crc_bits
size_t crc_off
size_t payload_bits
size_t payload_off
size_t preamble_bits
size_t preamble_off
size_t sync_bits
size_t sync_off
size_t total_bits

Public Attributes Documentation

variable crc_bits

size_t wfm_frame_layout_t::crc_bits;

16, or 0 when crc is unset or the payload is empty — a CRC over nothing protects nothing


variable crc_off

size_t wfm_frame_layout_t::crc_off;

variable payload_bits

size_t wfm_frame_layout_t::payload_bits;

variable payload_off

size_t wfm_frame_layout_t::payload_off;

variable preamble_bits

size_t wfm_frame_layout_t::preamble_bits;

variable preamble_off

size_t wfm_frame_layout_t::preamble_off;

variable sync_bits

size_t wfm_frame_layout_t::sync_bits;

variable sync_off

size_t wfm_frame_layout_t::sync_off;

variable total_bits

size_t wfm_frame_layout_t::total_bits;


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