22#ifndef INCLUDED_LORA_SDR_FRAME_SYNC_H
23#define INCLUDED_LORA_SDR_FRAME_SYNC_H
26#include <gnuradio/block.h>
39 typedef std::shared_ptr<frame_sync>
sptr;
49 static sptr make(
float samp_rate, uint32_t bandwidth, uint8_t sf,
bool impl_head, std::vector<uint16_t> sync_word);
#define LORA_SDR_API
Definition api.h:19
std::shared_ptr< frame_sync > sptr
Definition no_sfo_frame_sync.h:39
static sptr make(float samp_rate, uint32_t bandwidth, uint8_t sf, bool impl_head, std::vector< uint16_t > sync_word)
Return a shared_ptr to a new instance of lora_sdr::frame_sync.