OOKwiz
on/off-keying for ESP32 and a variety of supported radio modules
Public Attributes | List of all members
MeaningElement Struct Reference

Chunks of parsed packet. Either a pulse, a gap or a block of decoded data. More...

#include <Meaning.h>

Public Attributes

modulation type
 
std::vector< uint8_t > data
 
uint16_t data_len
 
uint16_t time1
 
uint16_t time2
 
uint16_t time3
 

Detailed Description

Chunks of parsed packet. Either a pulse, a gap or a block of decoded data.

Definition at line 20 of file Meaning.h.

Member Data Documentation

◆ type

modulation MeaningElement::type

Definition at line 21 of file Meaning.h.

◆ data

std::vector<uint8_t> MeaningElement::data

Definition at line 22 of file Meaning.h.

◆ data_len

uint16_t MeaningElement::data_len

Definition at line 23 of file Meaning.h.

◆ time1

uint16_t MeaningElement::time1

Definition at line 24 of file Meaning.h.

◆ time2

uint16_t MeaningElement::time2

Definition at line 25 of file Meaning.h.

◆ time3

uint16_t MeaningElement::time3

Definition at line 26 of file Meaning.h.


The documentation for this struct was generated from the following file: