#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 for log4cpp library (C++ port of log4j) | |
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) |