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;
The abstract base class for all 'terminal' processing blocks.
Definition block.h:72
Finite State Machine Specification class.
Definition fsm.h:45
INTERLEAVER class.
Definition interleaver.h:38
Definition sccc_decoder_blk.h:43
virtual int STi0() const =0
virtual int STo0() const =0
virtual int blocklength() const =0
virtual fsm FSMo() const =0
virtual interleaver INTERLEAVER() const =0
virtual int repetitions() 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)
boost::shared_ptr< sccc_decoder_blk< T > > sptr
Definition sccc_decoder_blk.h:46
virtual int STiK() const =0
virtual int SToK() const =0
virtual siso_type_t SISO_TYPE() const =0
virtual fsm FSMi() const =0
#define TRELLIS_API
Definition gr-trellis/include/gnuradio/trellis/api.h:30
sccc_decoder_blk< std::uint8_t > sccc_decoder_b
Definition sccc_decoder_blk.h:71
sccc_decoder_blk< std::int16_t > sccc_decoder_s
Definition sccc_decoder_blk.h:72
siso_type_t
Definition siso_type.h:29
sccc_decoder_blk< std::int32_t > sccc_decoder_i
Definition sccc_decoder_blk.h:73
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46