Skip to content

Struct SYN_DLT645_Decoder

ClassList > SYN_DLT645_Decoder

Streaming byte-at-a-time decoder state.

  • #include <syn_dlt645.h>

Public Attributes

Type Name
SYN_DLT645_FrameCallback cb
void * cb_ctx
uint8_t rx_buf
size_t rx_len
SYN_DLT645_Ver version

Public Attributes Documentation

variable cb

SYN_DLT645_FrameCallback SYN_DLT645_Decoder::cb;

Completion callback


variable cb_ctx

void* SYN_DLT645_Decoder::cb_ctx;

Callback context


variable rx_buf

uint8_t SYN_DLT645_Decoder::rx_buf[128];

Internal reception buffer


variable rx_len

size_t SYN_DLT645_Decoder::rx_len;

Received byte count


variable version

SYN_DLT645_Ver SYN_DLT645_Decoder::version;

Expected version



The documentation for this class was generated from the following file src/syntropic/proto/syn_dlt645.h