24#ifndef INCLUDED_GSM_TCH_F_DECODER_H
25#define INCLUDED_GSM_TCH_F_DECODER_H
28#include <gnuradio/block.h>
56 typedef std::shared_ptr<tch_f_decoder>
sptr;
#define GSM_API
Definition api.h:19
<+description of block+>
Definition tch_f_decoder.h:54
static sptr make(tch_mode mode, bool boundary_check=false)
Return a shared_ptr to a new instance of gsm::tch_f_decoder.
std::shared_ptr< tch_f_decoder > sptr
Definition tch_f_decoder.h:56
tch_mode
Definition tch_f_decoder.h:34
@ TCH_AFS5_9
Definition tch_f_decoder.h:40
@ TCH_AFS4_75
Definition tch_f_decoder.h:42
@ TCH_AFS7_95
Definition tch_f_decoder.h:37
@ TCH_FS
Definition tch_f_decoder.h:43
@ TCH_AFS10_2
Definition tch_f_decoder.h:36
@ TCH_AFS7_4
Definition tch_f_decoder.h:38
@ TCH_EFR
Definition tch_f_decoder.h:44
@ TCH_HS
Definition tch_f_decoder.h:45
@ TCH_AFS5_15
Definition tch_f_decoder.h:41
@ TCH_AFS6_7
Definition tch_f_decoder.h:39
@ TCH_AFS12_2
Definition tch_f_decoder.h:35
Definition constants.h:29