22#ifndef INCLUDED_LORA_SDR_GRAY_ENC_H
23#define INCLUDED_LORA_SDR_GRAY_ENC_H
26#include <gnuradio/sync_block.h>
41 typedef std::shared_ptr<gray_enc>
sptr;
#define LORA_SDR_API
Definition: api.h:19
Modulate the payload with an Gray map. This ensures that bits are modulated such that two subsequent ...
Definition: gray_enc.h:39
std::shared_ptr< gray_enc > sptr
Definition: gray_enc.h:41
static sptr make()
Return a shared_ptr to a new instance of lora_sdr::gray_enc.