GNU Radio's GSM Package
gr::gsm::tch_h_decoder Class Reference

<+description of block+> More...

#include <tch_h_decoder.h>

Inheritance diagram for gr::gsm::tch_h_decoder:
gr::gsm::tch_h_decoder_impl

Public Types

typedef std::shared_ptr< tch_h_decodersptr
 

Static Public Member Functions

static sptr make (unsigned int sub_channel, std::string multi_rate, bool boundary_check=false)
 Return a shared_ptr to a new instance of gsm::tch_h_decoder.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<tch_h_decoder> gr::gsm::tch_h_decoder::sptr

Member Function Documentation

◆ make()

static sptr gr::gsm::tch_h_decoder::make ( unsigned int  sub_channel,
std::string  multi_rate,
bool  boundary_check = false 
)
static

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

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


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