11#ifndef INCLUDED_LORA_SDR_FRAME_DETECTOR_TIMEOUT_H
12#define INCLUDED_LORA_SDR_FRAME_DETECTOR_TIMEOUT_H
15#include <gnuradio/block.h>
29 typedef std::shared_ptr<frame_detector_timeout>
sptr;
39 static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw,
40 uint8_t n_bytes,
bool detect_second_packet);
#define LORA_SDR_API
Definition: api.h:19
Frame detector block, looks for a LoRa frame given SF, sapling rate and BW. Once this block has found...
Definition: frame_detector_timeout.h:27
std::shared_ptr< frame_detector_timeout > sptr
Definition: frame_detector_timeout.h:29
static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, uint8_t n_bytes, bool detect_second_packet)
Return a shared_ptr to a new instance of lora_sdr::frame_detector_timeout.