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

<+description of block+> More...

#include <data_source.h>

Inheritance diagram for gr::lora_sdr::data_source:
gr::lora_sdr::data_source_impl

Public Types

typedef std::shared_ptr< data_sourcesptr

Static Public Member Functions

static sptr make (int pay_len, int n_frames)
 Return a shared_ptr to a new instance of lora_sdr::data_source.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

sptr gr::lora_sdr::data_source::make ( int pay_len,
int n_frames )
static

Return a shared_ptr to a new instance of lora_sdr::data_source.

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


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