GNU Radio's GSM Package
|
<+description of block+> More...
#include <burst_file_sink.h>
Public Types | |
typedef boost::shared_ptr< burst_file_sink > | sptr |
Static Public Member Functions | |
static sptr | make (const std::string &filename) |
Return a shared_ptr to a new instance of grgsm::burst_file_sink. More... | |
<+description of block+>
typedef boost::shared_ptr<burst_file_sink> gr::gsm::burst_file_sink::sptr |
|
static |
Return a shared_ptr to a new instance of grgsm::burst_file_sink.
To avoid accidental use of raw pointers, grgsm::burst_file_sink's constructor is in a private implementation class. grgsm::burst_file_sink::make is the public interface for creating new instances.