|
GNU Radio 3.4.0 C++ API
|
#include "fsm.h"#include "interleaver.h"#include <gr_block.h>#include <vector>#include "siso_type.h"
Go to the source code of this file.
Classes | |
| class | trellis_pccc_decoder_i |
Functions | |
| trellis_pccc_decoder_i_sptr | trellis_make_pccc_decoder_i (const fsm &FSM1, int ST10, int ST1K, const fsm &FSM2, int ST20, int ST2K, const interleaver &INTERLEAVER, int blocklength, int repetitions, trellis_siso_type_t SISO_TYPE) |
| trellis_pccc_decoder_i_sptr trellis_make_pccc_decoder_i | ( | const fsm & | FSM1, |
| int | ST10, | ||
| int | ST1K, | ||
| const fsm & | FSM2, | ||
| int | ST20, | ||
| int | ST2K, | ||
| const interleaver & | INTERLEAVER, | ||
| int | blocklength, | ||
| int | repetitions, | ||
| trellis_siso_type_t | SISO_TYPE | ||
| ) |