Skip to content

Struct syncword_state_t

ClassList > syncword_state_t

A searcher for one marker. More...

  • #include <syncword_core.h>

Public Attributes

Type Name
uint8_t * marker
size_t nbits

Detailed Description

Opaque and heap-allocated: it owns a copy of the marker, so a caller may free or reuse the array it constructed from.

Allocate with syncword_create().

Public Attributes Documentation

variable marker

uint8_t* syncword_state_t::marker;

the pattern, unpacked, one bit per byte


variable nbits

size_t syncword_state_t::nbits;


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