DAQ Files store mode variable

This commit is contained in:
Chris Esposito 2017-12-27 14:39:56 +11:00
parent a772cfb39a
commit 424417aab9
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ void isoBuffer::enableFileIO(QFile *file, int samplesToAverage, qulonglong max_f
//Add the header
char headerLine[256];
sprintf(headerLine, "EspoTek Labrador DAQ V1.0 Output File\nAveraging = %d\n", samplesToAverage);
sprintf(headerLine, "EspoTek Labrador DAQ V1.0 Output File\nAveraging = %d\nMode = %d\n", samplesToAverage, virtualParent->driver->deviceMode);
currentFile->write(headerLine);
//Set up the isoBuffer for DAQ