GNU Radio's GSM Package
gr::gsm::collect_system_info Class Referenceabstract

<+description of block+> More...

#include <collect_system_info.h>

Inheritance diagram for gr::gsm::collect_system_info:
gr::gsm::collect_system_info_impl

Public Types

typedef std::shared_ptr< collect_system_infosptr
 

Public Member Functions

virtual std::vector< int > get_framenumbers ()=0
 
virtual std::vector< std::string > get_system_information_type ()=0
 
virtual std::vector< std::string > get_data ()=0
 

Static Public Member Functions

static sptr make ()
 Return a shared_ptr to a new instance of gsm::collect_system_info. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ get_data()

virtual std::vector< std::string > gr::gsm::collect_system_info::get_data ( )
pure virtual

◆ get_framenumbers()

virtual std::vector< int > gr::gsm::collect_system_info::get_framenumbers ( )
pure virtual

◆ get_system_information_type()

virtual std::vector< std::string > gr::gsm::collect_system_info::get_system_information_type ( )
pure virtual

◆ make()

static sptr gr::gsm::collect_system_info::make ( )
static

Return a shared_ptr to a new instance of gsm::collect_system_info.

To avoid accidental use of raw pointers, gsm::collect_system_info's constructor is in a private implementation class. gsm::collect_system_info::make is the public interface for creating new instances.


The documentation for this class was generated from the following file: