OOKwiz
on/off-keying for ESP32 and a variety of supported radio modules
|
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 enum modulation modulation |
Encodes type of modulation for a MeaningElement.
typedef struct MeaningElement MeaningElement |
Chunks of parsed packet. Either a pulse, a gap or a block of decoded data.
enum modulation |
Encodes type of modulation for a MeaningElement.
Enumerator | |
---|---|
UNKNOWN | |
PULSE | |
GAP | |
PWM | |
PPM |