GNU Radio 3.5.1 C++ API
|
Permutation. More...
#include <trellis_permutation.h>
Public Member Functions | |
int | K () const |
const std::vector< int > & | TABLE () const |
int | SYMS_PER_BLOCK () const |
size_t | BYTES_PER_SYMBOL () const |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
just like gr_block::general_work, only this arranges to call consume_each for you | |
Friends | |
TRELLIS_API trellis_permutation_sptr | trellis_make_permutation (int K, const std::vector< int > &TABLE, int SYMS_PER_BLOCK, size_t BYTES_PER_SYMBOL) |
Permutation.
size_t trellis_permutation::BYTES_PER_SYMBOL | ( | ) | const [inline] |
int trellis_permutation::K | ( | ) | const [inline] |
int trellis_permutation::SYMS_PER_BLOCK | ( | ) | const [inline] |
const std::vector<int>& trellis_permutation::TABLE | ( | ) | const [inline] |
int trellis_permutation::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.
TRELLIS_API trellis_permutation_sptr trellis_make_permutation | ( | int | K, |
const std::vector< int > & | TABLE, | ||
int | SYMS_PER_BLOCK, | ||
size_t | BYTES_PER_SYMBOL | ||
) | [friend] |