#include <gnuradio/fec/api.h>
#include <gnuradio/fec/generic_decoder.h>
#include <gnuradio/fec/cc_common.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 | |
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) |