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