#include <GrTestSink.h>
Inheritance diagram for GrTestSink:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | work3 (VrSampleRange output, VrSampleRange inputs[], void *i[]) |
virtual int | forecast (VrSampleRange output, VrSampleRange inputs[]) |
map output range to required input ranges | |
GrTestSink (bool use_sync_mode) | |
Private Attributes | |
bool | sync_mode_p |
VrSampleIndex | last |
|
|
|
map output range to required input ranges
Reimplemented from VrSigProc. |
|
default name for a module (override with actual name)
Reimplemented from VrSink< unsigned long >. |
|
Implements VrSink< unsigned long >. |
|
Reimplemented from VrSigProc. |
|
|