interleaver_fifo< symbol_type > Class Template Reference
template class for interleaver fifo
More...
#include <interleaver_fifo.h>
List of all members.
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 |
Detailed Description
template<class symbol_type>
class interleaver_fifo< symbol_type >
template class for interleaver fifo
Constructor & Destructor Documentation
template<class symbol_type >
template<class symbol_type >
Member Function Documentation
template<class symbol_type >
template<class symbol_type>
symbol_type interleaver_fifo< symbol_type >::stuff |
( |
symbol_type |
input |
) |
[inline] |
stuff a symbol into the fifo and return the oldest
Member Data Documentation
template<class symbol_type>
template<class symbol_type>
template<class symbol_type>
The documentation for this class was generated from the following file: