#include <VrFileSink.h>
Inheritance diagram for VrFileSink< iType >:
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 void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
VrFileSink (char *file) | |
virtual | ~VrFileSink () |
Protected Attributes | |
FILE * | fp |
char * | filename |
|
|
|
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc. |
|
default name for a module (override with actual name)
Reimplemented from VrSink< iType >. |
|
Implements VrSink< iType >. |
|
|
|
|