24 #ifndef SCCC_DECODER_BLK_H 25 #define SCCC_DECODER_BLK_H 46 typedef boost::shared_ptr<sccc_decoder_blk<T>>
sptr;
48 static sptr make(
const fsm& FSMo,
59 virtual fsm FSMo()
const = 0;
60 virtual fsm FSMi()
const = 0;
61 virtual int STo0()
const = 0;
62 virtual int SToK()
const = 0;
63 virtual int STi0()
const = 0;
64 virtual int STiK()
const = 0;
66 virtual int blocklength()
const = 0;
67 virtual int repetitions()
const = 0;
INTERLEAVER class.
Definition: interleaver.h:37
sccc_decoder_blk< std::uint8_t > sccc_decoder_b
Definition: sccc_decoder_blk.h:71
Definition: sccc_decoder_blk.h:42
boost::shared_ptr< sccc_decoder_blk< T > > sptr
Definition: sccc_decoder_blk.h:46
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
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71
Finite State Machine Specification class.
Definition: fsm.h:43
siso_type_t
Definition: siso_type.h:29