 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_FEC_CC_DECODER_H
12 #define INCLUDED_FEC_CC_DECODER_H
28 unsigned int framebits,
30 unsigned char* Branchtab);
111 std::vector<int> polys,
115 bool padded =
false);
124 bool set_frame_size(
unsigned int frame_size)
override = 0;
129 double rate()
override = 0;
@ CC_STREAMING
Definition: cc_common.h:17
void(* conv_kernel)(unsigned char *Y, unsigned char *X, unsigned char *syms, unsigned char *dec, unsigned int framebits, unsigned int excess, unsigned char *Branchtab)
Definition: cc_decoder.h:24
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
std::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:63
Convolutional Code Decoding class.
Definition: cc_decoder.h:89
enum _cc_mode_t cc_mode_t
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
Parent class for FECAPI objects.
Definition: generic_decoder.h:48