#include <trellis_permutation.h>


Public Member Functions | |
| int | K () const |
| const std::vector< int > & | TABLE () const |
| int | SYMS_PER_BLOCK () const |
| size_t | NBYTES_INOUT () 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_permutation_sptr | trellis_make_permutation (int K, const std::vector< int > &TABLE, int SYMS_PER_BLOCK, size_t NBYTES_INOUT) |
| int trellis_permutation::K | ( | ) | const [inline] |
| size_t trellis_permutation::NBYTES_INOUT | ( | ) | 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_permutation_sptr trellis_make_permutation | ( | int | K, | |
| const std::vector< int > & | TABLE, | |||
| int | SYMS_PER_BLOCK, | |||
| size_t | NBYTES_INOUT | |||
| ) | [friend] |
1.5.8