 |
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 PCCC_DECODER_BLK_H
25 #define PCCC_DECODER_BLK_H
46 typedef boost::shared_ptr<pccc_decoder_blk<T>>
sptr;
61 virtual int ST10()
const = 0;
62 virtual int ST1K()
const = 0;
63 virtual int ST20()
const = 0;
64 virtual int ST2K()
const = 0;
virtual fsm FSM1() const =0
pccc_decoder_blk< std::uint8_t > pccc_decoder_b
Definition: pccc_decoder_blk.h:71
INTERLEAVER class.
Definition: interleaver.h:38
virtual int ST2K() const =0
virtual int repetitions() const =0
Finite State Machine Specification class.
Definition: fsm.h:44
virtual int ST20() const =0
pccc_decoder_blk< std::int32_t > pccc_decoder_i
Definition: pccc_decoder_blk.h:73
boost::shared_ptr< pccc_decoder_blk< T > > sptr
Definition: pccc_decoder_blk.h:46
virtual int ST1K() const =0
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
pccc_decoder_blk< std::int16_t > pccc_decoder_s
Definition: pccc_decoder_blk.h:72
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
virtual siso_type_t SISO_TYPE() const =0
virtual interleaver INTERLEAVER() const =0
virtual int blocklength() const =0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Definition: pccc_decoder_blk.h:43
virtual int ST10() const =0
siso_type_t
Definition: siso_type.h:29
virtual fsm FSM2() const =0
static sptr make(const fsm &FSM1, int ST10, int ST1K, const fsm &FSM2, int ST20, int ST2K, const interleaver &INTERLEAVER, int blocklength, int repetitions, siso_type_t SISO_TYPE)