OOKwiz
on/off-keying for ESP32 and a variety of supported radio modules
Classes | Typedefs | Enumerations
Meaning.h File Reference
#include <vector>
#include <Arduino.h>
#include "config.h"

Go to the source code of this file.

Classes

struct  MeaningElement
 Chunks of parsed packet. Either a pulse, a gap or a block of decoded data. More...
 
class  Meaning
 Holds the parsed packet as a collection of MeaningElements. More...
 

Typedefs

typedef enum modulation modulation
 Encodes type of modulation for a MeaningElement. More...
 
typedef struct MeaningElement MeaningElement
 Chunks of parsed packet. Either a pulse, a gap or a block of decoded data. More...
 

Enumerations

enum  modulation {
  UNKNOWN , PULSE , GAP , PWM ,
  PPM
}
 Encodes type of modulation for a MeaningElement. More...
 

Typedef Documentation

◆ modulation

typedef enum modulation modulation

Encodes type of modulation for a MeaningElement.

◆ MeaningElement

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

Enumeration Type Documentation

◆ modulation

enum modulation

Encodes type of modulation for a MeaningElement.

Enumerator
UNKNOWN 
PULSE 
GAP 
PWM 
PPM 

Definition at line 11 of file Meaning.h.