GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cc_decoder.h File Reference
#include <gnuradio/fec/api.h>
#include <gnuradio/fec/generic_decoder.h>
#include <gnuradio/fec/cc_common.h>
#include <map>
#include <string>
Include dependency graph for cc_decoder.h:

Go to the source code of this file.

Classes

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

Namespaces

 gr
 Include this header to use the message passing features.
 
 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)