<+description of block+>
More...
#include <receiver.h>
|
static sptr | make (int osr, const std::vector< int > &cell_allocation, const std::vector< int > &seq_nums, bool process_uplink=false) |
| Return a shared_ptr to a new instance of gsm::receiver. More...
|
|
◆ sptr
◆ make()
static sptr gr::gsm::receiver::make |
( |
int |
osr, |
|
|
const std::vector< int > & |
cell_allocation, |
|
|
const std::vector< int > & |
seq_nums, |
|
|
bool |
process_uplink = false |
|
) |
| |
|
static |
Return a shared_ptr to a new instance of gsm::receiver.
To avoid accidental use of raw pointers, gsm::receiver's constructor is in a private implementation class. gsm::receiver::make is the public interface for creating new instances.
◆ reset()
virtual void gr::gsm::receiver::reset |
( |
| ) |
|
|
pure virtual |
◆ set_cell_allocation()
virtual void gr::gsm::receiver::set_cell_allocation |
( |
const std::vector< int > & |
cell_allocation | ) |
|
|
pure virtual |
◆ set_tseq_nums()
virtual void gr::gsm::receiver::set_tseq_nums |
( |
const std::vector< int > & |
tseq_nums | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: