#include <interleaver_fifo.h>
Public Member Functions | |
| interleaver_fifo (unsigned int size) | |
| ~interleaver_fifo () | |
| void | reset () |
| reset interleaver (flushes contents and resets commutator) | |
| symbol_type | stuff (symbol_type input) |
| stuff a symbol into the fifo and return the oldest | |
Protected Attributes | |
| unsigned int | m_size |
| unsigned int | m_position |
| symbol_type * | m_fifo |
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
reset interleaver (flushes contents and resets commutator)
|
|
||||||||||
|
stuff a symbol into the fifo and return the oldest
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.8