GNU Radio's LORA_SDR Package
|
Wrapper block that hold the entire Rx chain : (frame_sync, fft_demod, gray_decode, deinterleaver, hamming_dec, header_decoder, dewhitening, crc_verif) More...
#include <hier_rx.h>
Public Types | |
typedef std::shared_ptr< hier_rx > | sptr |
Static Public Member Functions | |
static sptr | make (float samp_rate, uint32_t bandwidth, uint8_t sf, bool impl_head, uint8_t cr, uint32_t pay_len, bool has_crc, std::vector< uint16_t > sync_words, bool exit) |
Return a shared_ptr to a new instance of lora_sdr::hier_rx. | |
Wrapper block that hold the entire Rx chain : (frame_sync, fft_demod, gray_decode, deinterleaver, hamming_dec, header_decoder, dewhitening, crc_verif)
typedef std::shared_ptr<hier_rx> gr::lora_sdr::hier_rx::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::hier_rx.
To avoid accidental use of raw pointers, lora_sdr::hier_rx's constructor is in a private implementation class. lora_sdr::hier_rx::make is the public interface for creating new instances.