 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
24 #ifndef SCCC_DECODER_BLK_H
25 #define SCCC_DECODER_BLK_H
46 typedef boost::shared_ptr<sccc_decoder_blk<T>>
sptr;
61 virtual int STo0()
const = 0;
62 virtual int SToK()
const = 0;
63 virtual int STi0()
const = 0;
64 virtual int STiK()
const = 0;
INTERLEAVER class.
Definition: interleaver.h:38
virtual int repetitions() const =0
virtual int STi0() const =0
Finite State Machine Specification class.
Definition: fsm.h:44
virtual fsm FSMo() const =0
sccc_decoder_blk< std::uint8_t > sccc_decoder_b
Definition: sccc_decoder_blk.h:71
boost::shared_ptr< sccc_decoder_blk< T > > sptr
Definition: sccc_decoder_blk.h:46
virtual int SToK() const =0
static sptr make(const fsm &FSMo, int STo0, int SToK, const fsm &FSMi, int STi0, int STiK, const interleaver &INTERLEAVER, int blocklength, int repetitions, siso_type_t SISO_TYPE)
virtual fsm FSMi() const =0
sccc_decoder_blk< std::int16_t > sccc_decoder_s
Definition: sccc_decoder_blk.h:72
sccc_decoder_blk< std::int32_t > sccc_decoder_i
Definition: sccc_decoder_blk.h:73
virtual int STo0() const =0
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
virtual siso_type_t SISO_TYPE() const =0
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
virtual int blocklength() const =0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
siso_type_t
Definition: siso_type.h:29
virtual int STiK() const =0
Definition: sccc_decoder_blk.h:43
virtual interleaver INTERLEAVER() const =0