GNU Radio's LORA_SDR Package
gr::lora_sdr::modulate Class Reference

<+description of block+> More...

#include <modulate.h>

Inheritance diagram for gr::lora_sdr::modulate:
[legend]

Public Types

typedef std::shared_ptr< modulatesptr
 

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.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<modulate> gr::lora_sdr::modulate::sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::modulate::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 
)
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.


The documentation for this class was generated from the following file: