GNU Radio 3.7.0 C++ API
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 >
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: