22#ifndef INCLUDED_LORA_SDR_MODULATE_H
23#define INCLUDED_LORA_SDR_MODULATE_H
26#include <gnuradio/block.h>
39 typedef std::shared_ptr<modulate>
sptr;
49 static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector<uint16_t> sync_words,uint32_t inter_frame_padd, uint16_t preamble_len );
#define LORA_SDR_API
Definition api.h:19
<+description of block+>
Definition modulate.h:37
static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector< uint16_t > sync_words, uint32_t inter_frame_padd, uint16_t preamble_len)
Return a shared_ptr to a new instance of lora_sdr::modulate.
std::shared_ptr< modulate > sptr
Definition modulate.h:39