GNU Radio's LORA Package
gr::lora::mod Class Reference

<+description of block+> More...

#include <mod.h>

Inheritance diagram for gr::lora::mod:

Public Types

typedef boost::shared_ptr< modsptr
 

Static Public Member Functions

static sptr make (short spreading_factor, unsigned char d_sync_word)
 Return a shared_ptr to a new instance of lora::mod.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<mod> gr::lora::mod::sptr

Member Function Documentation

◆ make()

static sptr gr::lora::mod::make ( short spreading_factor,
unsigned char d_sync_word )
static

Return a shared_ptr to a new instance of lora::mod.

To avoid accidental use of raw pointers, lora::mod's constructor is in a private implementation class. lora::mod::make is the public interface for creating new instances.


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