ST_ALYC_FileStreamHelperConfig

TYPE ST_ALYC_FileStreamHelperConfig :
STRUCT
     nSamplesInReadBuf : UINT := 32; //How many samples to read from file every cycle
     nReadBufsInStreamBuf : UINT := 32; //How many read
     buffers to put into a stream buffer (treated as ring buffer)
     sFileDir : STRING(255) := ''; //Directory in which to find the Analytics data files
     bReadFilesCyclically : BOOL := TRUE; //If all files have been read, start over reading them from the beginning
END_STRUCT
END_TYPE