GNU Radio's LORA_SDR Package
|
<+description of block+> More...
#include <data_source.h>
Public Types | |
typedef std::shared_ptr< data_source > | sptr |
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. | |
<+description of block+>
typedef std::shared_ptr<data_source> gr::lora_sdr::data_source::sptr |
|
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.