GNU Radio Manual and C++ API Reference  3.7.11
The Free & Open Software Radio Ecosystem
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

◆ interleaver_fifo()

template<class symbol_type >
interleaver_fifo< symbol_type >::interleaver_fifo ( unsigned int  size)

◆ ~interleaver_fifo()

template<class symbol_type >
interleaver_fifo< symbol_type >::~interleaver_fifo ( )

Member Function Documentation

◆ reset()

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

reset interleaver (flushes contents and resets commutator)

◆ stuff()

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

◆ m_fifo

◆ m_position

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

◆ m_size


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