 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
12 #ifndef PCCC_DECODER_BLK_H
13 #define PCCC_DECODER_BLK_H
34 typedef std::shared_ptr<pccc_decoder_blk<T>>
sptr;
49 virtual int ST10()
const = 0;
50 virtual int ST1K()
const = 0;
51 virtual int ST20()
const = 0;
52 virtual int ST2K()
const = 0;
virtual fsm FSM1() const =0
pccc_decoder_blk< std::uint8_t > pccc_decoder_b
Definition: pccc_decoder_blk.h:59
std::shared_ptr< pccc_decoder_blk< T > > sptr
Definition: pccc_decoder_blk.h:34
INTERLEAVER class.
Definition: interleaver.h:27
virtual int ST2K() const =0
virtual int repetitions() const =0
Finite State Machine Specification class.
Definition: fsm.h:33
virtual int ST20() const =0
pccc_decoder_blk< std::int32_t > pccc_decoder_i
Definition: pccc_decoder_blk.h:61
virtual int ST1K() const =0
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
pccc_decoder_blk< std::int16_t > pccc_decoder_s
Definition: pccc_decoder_blk.h:60
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:18
virtual siso_type_t SISO_TYPE() const =0
virtual interleaver INTERLEAVER() const =0
virtual int blocklength() const =0
GNU Radio logging wrapper.
Definition: basic_block.h:29
Definition: pccc_decoder_blk.h:31
virtual int ST10() const =0
siso_type_t
Definition: siso_type.h:17
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)