GNU Radio's GSM Package
|
<+description of block+> More...
#include <extract_system_info.h>
Public Types | |
typedef boost::shared_ptr < extract_system_info > | sptr |
Public Member Functions | |
virtual void | show ()=0 |
virtual std::vector< int > | get_chans ()=0 |
virtual std::vector< int > | get_pwrs ()=0 |
virtual std::vector< int > | get_lac ()=0 |
virtual std::vector< int > | get_cell_id ()=0 |
virtual std::vector< int > | get_mnc ()=0 |
virtual void | reset ()=0 |
Static Public Member Functions | |
static sptr | make () |
Return a shared_ptr to a new instance of gsm::extract_system_info. More... | |
<+description of block+>
typedef boost::shared_ptr<extract_system_info> gr::gsm::extract_system_info::sptr |
|
pure virtual |
Implemented in gr::gsm::extract_system_info_impl.
|
pure virtual |
Implemented in gr::gsm::extract_system_info_impl.
|
pure virtual |
Implemented in gr::gsm::extract_system_info_impl.
|
pure virtual |
Implemented in gr::gsm::extract_system_info_impl.
|
pure virtual |
Implemented in gr::gsm::extract_system_info_impl.
|
static |
Return a shared_ptr to a new instance of gsm::extract_system_info.
To avoid accidental use of raw pointers, gsm::extract_system_info's constructor is in a private implementation class. gsm::extract_system_info::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::gsm::extract_system_info_impl.
|
pure virtual |
Implemented in gr::gsm::extract_system_info_impl.