GNU Radio's GSM Package
gr::gsm::burst_file_source Class Reference

<+description of block+> More...

#include <burst_file_source.h>

Inheritance diagram for gr::gsm::burst_file_source:
gr::gsm::burst_file_source_impl

Public Types

typedef std::shared_ptr< burst_file_sourcesptr
 

Static Public Member Functions

static sptr make (const std::string &filename)
 Return a shared_ptr to a new instance of grgsm::burst_file_source.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::gsm::burst_file_source::make ( const std::string &  filename)
static

Return a shared_ptr to a new instance of grgsm::burst_file_source.

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


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