Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

GrDelay< iType, oType > Class Template Reference

#include <GrDelay.h>

Inheritance diagram for GrDelay< iType, oType >:

VrHistoryProc< iType, oType > VrSigProc List of all members.

Public Member Functions

 GrDelay (unsigned int maxdelay)
virtual const char * name ()
 default name for a module (override with actual name)
virtual int work (VrSampleRange output, void *o[], VrSampleRange inputs[], void *i[])
 Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#].
virtual void set_delay (unsigned int del)

Protected Attributes

unsigned int delay

template<class iType, class oType>
class GrDelay< iType, oType >


Constructor & Destructor Documentation

template<class iType, class oType>
GrDelay< iType, oType >::GrDelay unsigned int  maxdelay  ) 
 


Member Function Documentation

template<class iType, class oType>
virtual const char* GrDelay< iType, oType >::name  )  [inline, virtual]
 

default name for a module (override with actual name)

Reimplemented from VrSigProc.

template<class iType, class oType>
virtual void GrDelay< iType, oType >::set_delay unsigned int  del  )  [inline, virtual]
 

template<class iType, class oType>
int GrDelay< iType, oType >::work VrSampleRange  output,
void *  o[],
VrSampleRange  inputs[],
void *  i[]
[virtual]
 

Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#].

Pointers start at corresponding VrSampleIndex in the range params. output.size is a multiple of outputSize. Returns the number of outputs (<= output.size) that it was able to compute with the given input ranges. If this value is < output.size, forecast() will need to be called again.

Implements VrSigProc.


Member Data Documentation

template<class iType, class oType>
unsigned int GrDelay< iType, oType >::delay [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Aug 4 02:22:10 2004 for GNU Radio by doxygen 1.3.8