22 #ifndef INCLUDED_LORA_SDR_MODULATE_H 23 #define INCLUDED_LORA_SDR_MODULATE_H 26 #include <gnuradio/block.h> 39 typedef boost::shared_ptr<modulate>
sptr;
40 virtual void set_sf(uint8_t sf)=0;
50 static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector<uint16_t> sync_words);
boost::shared_ptr< modulate > sptr
Definition: modulate.h:39
#define LORA_SDR_API
Definition: api.h:30
<+description of block+>
Definition: modulate.h:36