mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
got rid of short file name
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@485 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -25,9 +25,8 @@ class slsReceiverFunctionList : private virtual slsDetectorDefs {
|
||||
public:
|
||||
/**
|
||||
* Constructor
|
||||
* @param shortfname true if short file name required
|
||||
*/
|
||||
slsReceiverFunctionList(bool shortfname);
|
||||
slsReceiverFunctionList();
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
@ -199,15 +198,6 @@ private:
|
||||
/** Complete File name */
|
||||
char savefilename[MAX_STR_LENGTH];
|
||||
|
||||
/** Actual Complete File name. This is used if you need a simple filename */
|
||||
char actualfilename[MAX_STR_LENGTH];
|
||||
|
||||
/** 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