GNU Radio's LORA_SDR Package
gr::lora_sdr::hier_rx_impl Class Reference

#include <hier_rx_impl.h>

Inheritance diagram for gr::lora_sdr::hier_rx_impl:
[legend]

Public Member Functions

 hier_rx_impl (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)
 Construct a new hier rx impl object.
 
 ~hier_rx_impl ()
 Destroy the hier rx impl object.
 

Additional Inherited Members

- Public Types inherited from gr::lora_sdr::hier_rx
typedef std::shared_ptr< hier_rxsptr
 
- Static Public Member Functions inherited from gr::lora_sdr::hier_rx
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.
 

Constructor & Destructor Documentation

◆ hier_rx_impl()

gr::lora_sdr::hier_rx_impl::hier_rx_impl ( 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 
)

Construct a new hier rx impl object.

Parameters
samp_rate: sampling rate to use
bandwidth: bandwith to use
sf: spreading factor to use
impl_head: impl_head mode (boolean)
cr: coding rate
pay_len: payload length
has_crc: has_crc (boolean)
sync_words: syncwords to use
exit: boolean to tell system what to do on done signal (exit or not)

◆ ~hier_rx_impl()

gr::lora_sdr::hier_rx_impl::~hier_rx_impl ( )

Destroy the hier rx impl object.


The documentation for this class was generated from the following file: