<+description of block+>
More...
#include <burst_type_filter.h>
|
| static sptr | make (const std::vector< uint8_t > &selected_burst_types) |
| | Return a shared_ptr to a new instance of grgsm::burst_type_filter.
|
| |
◆ sptr
◆ get_policy()
| virtual filter_policy gr::gsm::burst_type_filter::get_policy |
( |
void | | ) |
|
|
pure virtual |
◆ make()
| static sptr gr::gsm::burst_type_filter::make |
( |
const std::vector< uint8_t > & | selected_burst_types | ) |
|
|
static |
Return a shared_ptr to a new instance of grgsm::burst_type_filter.
To avoid accidental use of raw pointers, grgsm::burst_type_filter's constructor is in a private implementation class. grgsm::burst_type_filter::make is the public interface for creating new instances.
◆ set_policy()
◆ set_selected_burst_types()
| virtual void gr::gsm::burst_type_filter::set_selected_burst_types |
( |
const std::vector< uint8_t > & | selected_burst_types | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: