mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
included a short filename for receiver for sebastian, which has a frameindex incrementing by 1
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@356 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -146,9 +146,12 @@ private:
|
||||
/** Actual Complete File name. This is used if you need a simple filename */
|
||||
char actualfilename[MAX_STR_LENGTH];
|
||||
|
||||
/** if short file name is needed*/
|
||||
/** if short file name is needed, filename= filepath/filename_fileindex_shortFileNameIndex.raw */
|
||||
bool shortFileName;
|
||||
|
||||
/** If short file name is used, different index used instead of frame index */
|
||||
int shortFileNameIndex;
|
||||
|
||||
/** File Name without frame index, file index and extension*/
|
||||
char fileName[MAX_STR_LENGTH];
|
||||
|
||||
|
Reference in New Issue
Block a user