#include <VrFileSource.h>
Inheritance diagram for VrFileSource< oType >:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | work2 (VrSampleRange output, void *o[]) |
VrFileSource (double sampling_freq, const char *file, bool repeat=false) | |
virtual | ~VrFileSource () |
Protected Attributes | |
FILE * | fp |
bool | repeat |
|
|
|
|
|
default name for a module (override with actual name)
Reimplemented from VrSource< oType >.
|
|
Implements VrSource< oType >.
|
|
|
|
|