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

<+description of block+> More...

#include <encode.h>

Inheritance diagram for gr::lora::encode:

Public Types

typedef boost::shared_ptr< encodesptr
 

Static Public Member Functions

static sptr make (short spreading_factor, short code_rate, bool low_data_rate, bool header)
 Return a shared_ptr to a new instance of lora::encode.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::lora::encode::make ( short  spreading_factor,
short  code_rate,
bool  low_data_rate,
bool  header 
)
static

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

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


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