interleaver_fifo< symbol_type > Class Template Reference

template class for interleaver fifo More...

#include <interleaver_fifo.h>

Collaboration diagram for interleaver_fifo< symbol_type >:

Collaboration graph
[legend]

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 >
interleaver_fifo< symbol_type >::interleaver_fifo ( unsigned int  size  )  [inline]

template<class symbol_type >
interleaver_fifo< symbol_type >::~interleaver_fifo (  )  [inline]


Member Function Documentation

template<class symbol_type >
void interleaver_fifo< symbol_type >::reset (  )  [inline]

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>
symbol_type* interleaver_fifo< symbol_type >::m_fifo [protected]

template<class symbol_type>
unsigned int interleaver_fifo< symbol_type >::m_position [protected]

template<class symbol_type>
unsigned int interleaver_fifo< symbol_type >::m_size [protected]


The documentation for this class was generated from the following file:

Generated on Thu Mar 5 09:03:19 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8