10#ifndef INCLUDED_LORA_SDR_FRAME_DETECTOR_SEQUENCE_H
11#define INCLUDED_LORA_SDR_FRAME_DETECTOR_SEQUENCE_H
14#include <gnuradio/block.h>
30 typedef std::shared_ptr<frame_detector_sequence>
sptr;
40 static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, uint8_t n_seq);
#define LORA_SDR_API
Definition: api.h:19
LoRa frame detector sequence, this block detects a LoRa frames using a preamble detection to find the...
Definition: frame_detector_sequence.h:28
std::shared_ptr< frame_detector_sequence > sptr
Definition: frame_detector_sequence.h:30
static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, uint8_t n_seq)
Return a shared_ptr to a new instance of lora_sdr::frame_detector_sequence.