679#ifndef INCLUDED_LORA_DECODER_H
680#define INCLUDED_LORA_DECODER_H
683#include <gnuradio/sync_block.h>
695 typedef boost::shared_ptr<decoder>
sptr;
705 static sptr make(
float samp_rate, uint32_t bandwidth, uint8_t
sf,
bool implicit, uint8_t
cr,
bool crc,
bool reduced_rate,
bool disable_drift_correction);
#define LORA_API
Definition: api.h:30
<+description of block+>
Definition: decoder.h:693
virtual void set_sf(uint8_t sf)=0
virtual void set_samp_rate(float samp_rate)=0
boost::shared_ptr< decoder > sptr
Definition: decoder.h:695
static sptr make(float samp_rate, uint32_t bandwidth, uint8_t sf, bool implicit, uint8_t cr, bool crc, bool reduced_rate, bool disable_drift_correction)
Return a shared_ptr to a new instance of lora::decoder.
cr
Definition: loraphy.h:23
sf
Definition: loratap.h:33
Definition: channelizer.h:28