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

End block of the sending side that modulates the final to be sent data to the LoRa standard For more information about the implementation visit modulate_impl. 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, bool create_zeros)
 Return a shared_ptr to a new instance of lora_sdr::modulate.
 

Detailed Description

End block of the sending side that modulates the final to be sent data to the LoRa standard For more information about the implementation visit modulate_impl.

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,
bool  create_zeros 
)
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: