11 #ifndef INCLUDED_LORA_SDR_HIER_RX_H
12 #define INCLUDED_LORA_SDR_HIER_RX_H
14 #include <gnuradio/hier_block2.h>
29 typedef std::shared_ptr<hier_rx>
sptr;
39 static sptr make(
float samp_rate, uint32_t bandwidth, uint8_t sf,
40 bool impl_head, uint8_t cr, uint32_t pay_len,
41 bool has_crc, std::vector<uint16_t> sync_words,
bool exit);