GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
cc_decoder.h File Reference
#include <gnuradio/fec/api.h>
#include <gnuradio/fec/cc_common.h>
#include <gnuradio/fec/generic_decoder.h>
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  gr::fec::code::cc_decoder
 Convolutional Code Decoding class. More...
 

Namespaces

 gr
 GNU Radio logging wrapper.
 
 gr::fec
 
 gr::fec::code
 

Typedefs

typedef void(* gr::fec::code::conv_kernel) (unsigned char *Y, unsigned char *X, unsigned char *syms, unsigned char *dec, unsigned int framebits, unsigned int excess, unsigned char *Branchtab)