#include <VrSink.h>
Inheritance diagram for VrSink< iType >:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
void | setOptimalSize (unsigned int s) |
virtual void | setup () |
void | setup_upstream () |
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 int | work3 (VrSampleRange output, VrSampleRange inputs[], void *i[])=0 |
VrSink () | |
Private Attributes | |
unsigned int | optimalSize |
|
|
|
default name for a module (override with actual name)
Reimplemented from VrSigProc. Reimplemented in VrAudioSink< iType >, VrComplexPlotSink, VrFileSink< iType >, VrNullSink< iType >, VrPointSink, VrScopeSink< iType >, VrTestCountSink< iType >, VrUDPSink< iType >, GrCircularSink< iType >, GrAudioSink< iType >, GrFFTAvgSink< iType >, GrFFTSink< iType >, GrSimpleScopeSink< iType >, GrTCPSink< iType >, GrTestSink, and GrTestSkippingSink. |
|
|
|
Reimplemented from VrSigProc. |
|
Reimplemented from VrSigProc. |
|
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. |
|
|
|