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

<+description of block+> More...

#include <message_file_sink.h>

Inheritance diagram for gr::gsm::message_file_sink:
gr::gsm::message_file_sink_impl

Public Types

typedef std::shared_ptr< message_file_sinksptr
 

Static Public Member Functions

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

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

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

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

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


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