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