mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
some more changes in the acquisition function
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@172 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -52,7 +52,7 @@ string fileIO::createFileName(char *filepath, char *filename, int aMask, float
|
||||
/* generates file name without extension*/
|
||||
|
||||
string fileIO::createFileName() {
|
||||
return createFileName(filePath, \
|
||||
currentFileName=createFileName(filePath, \
|
||||
fileName, \
|
||||
getActionMask(), \
|
||||
getCurrentScanVariable(0), \
|
||||
@ -63,6 +63,7 @@ string fileIO::createFileName() {
|
||||
getNumberOfPositions(), \
|
||||
*fileIndex \
|
||||
);
|
||||
return currentFileName;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user