GNU Radio's LORA_SDR Package
|
<+description of block+> More...
#include <modulate.h>
Public Types | |
typedef std::shared_ptr< modulate > | sptr |
Static Public Member Functions | |
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. | |
<+description of block+>
typedef std::shared_ptr<modulate> gr::lora_sdr::modulate::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::modulate.
To avoid accidental use of raw pointers, lora_sdr::modulate's constructor is in a private implementation class. lora_sdr::modulate::make is the public interface for creating new instances.