mirror of https://github.com/EspoTek/Labrador.git
DAQ Files store mode variable
This commit is contained in:
parent
a772cfb39a
commit
424417aab9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue