25 #ifndef INCLUDED_TRELLIS_PCCC_DECODER_B_H
26 #define INCLUDED_TRELLIS_PCCC_DECODER_B_H
47 static sptr make(
const fsm &FSM1,
int ST10,
int ST1K,
48 const fsm &FSM2,
int ST20,
int ST2K,
54 virtual fsm FSM1()
const = 0;
55 virtual fsm FSM2()
const = 0;
56 virtual int ST10()
const = 0;
57 virtual int ST1K()
const = 0;
58 virtual int ST20()
const = 0;
59 virtual int ST2K()
const = 0;
61 virtual int blocklength()
const = 0;
62 virtual int repetitions()
const = 0;
INTERLEAVER class.
Definition: gr-trellis/include/gnuradio/trellis/interleaver.h:36
boost::shared_ptr< pccc_decoder_b > sptr
Definition: pccc_decoder_b.h:45
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#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:60
Definition: pccc_decoder_b.h:41
Finite State Machine Specification class.
Definition: fsm.h:43
siso_type_t
Definition: siso_type.h:29