11#ifndef INCLUDED_LORA_SDR_HIER_RX_IMPL_H
12#define INCLUDED_LORA_SDR_HIER_RX_IMPL_H
38 bool impl_head, uint8_t cr, uint32_t pay_len,
39 bool has_crc, std::vector<uint16_t> sync_words,
bool exit);
Definition: hier_rx_impl.h:19
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.
Wrapper block that hold the entire Rx chain : (frame_sync, fft_demod, gray_decode,...
Definition: hier_rx.h:27