23 #ifndef INCLUDED_TRELLIS_PERMUTATION_H
24 #define INCLUDED_TRELLIS_PERMUTATION_H
43 static sptr make(
int K,
const std::vector<int> &TABLE,
44 int SYMS_PER_BLOCK,
size_t NBYTES);
46 virtual int K()
const = 0;
47 virtual const std::vector<int> & TABLE()
const = 0;
48 virtual int SYMS_PER_BLOCK()
const = 0;
49 virtual size_t BYTES_PER_SYMBOL()
const = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::shared_ptr< permutation > sptr
Definition: permutation.h:41
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
Permutation.
Definition: permutation.h:37