22#ifndef INCLUDED_LORA_SDR_GRAY_DECODE_H
23#define INCLUDED_LORA_SDR_GRAY_DECODE_H
26#include <gnuradio/sync_block.h>
40 typedef std::shared_ptr<gray_decode>
sptr;
#define LORA_SDR_API
Definition: api.h:19
Decode the received payload with the inverse gray mapping in order to obtain the send message....
Definition: gray_decode.h:38
static sptr make(uint8_t sf)
Return a shared_ptr to a new instance of lora_sdr::gray_decode.
std::shared_ptr< gray_decode > sptr
Definition: gray_decode.h:40