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