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