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(uint32_t center_freq, uint32_t bandwidth, uint8_t sf,
bool impl_head, std::vector<uint16_t> sync_word, uint8_t os_factor, uint16_t preamble_len);
#define LORA_SDR_API
Definition api.h:19
<+description of block+>
Definition frame_sync.h:37
static sptr make(uint32_t center_freq, uint32_t bandwidth, uint8_t sf, bool impl_head, std::vector< uint16_t > sync_word, uint8_t os_factor, uint16_t preamble_len)
Return a shared_ptr to a new instance of lora_sdr::frame_sync.
std::shared_ptr< frame_sync > sptr
Definition frame_sync.h:39