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