GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
interleaver_fifo< symbol_type > Class Template Reference

template class for interleaver fifo More...

#include <gnuradio/atsc/interleaver_fifo.h>

Public Member Functions

 interleaver_fifo (unsigned int size)
 
 ~interleaver_fifo ()
 
void reset ()
 reset interleaver (flushes contents and resets commutator) More...
 
symbol_type stuff (symbol_type input)
 stuff a symbol into the fifo and return the oldest More...
 

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)
template<class symbol_type >
interleaver_fifo< symbol_type >::~interleaver_fifo ( )

Member Function Documentation

template<class symbol_type >
void interleaver_fifo< symbol_type >::reset ( )

reset interleaver (flushes contents and resets commutator)

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: