mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-18 05:02:07 +01:00
modified receiver to save a simpler file name for sebastian, set receiver port modified
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@355 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -21,8 +21,9 @@ class slsReceiverFunctionList : private virtual slsDetectorDefs {
|
||||
public:
|
||||
/**
|
||||
* Constructor
|
||||
* @param shortfname true if short file name required
|
||||
*/
|
||||
slsReceiverFunctionList();
|
||||
slsReceiverFunctionList(bool shortfname);
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
@@ -142,6 +143,12 @@ 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*/
|
||||
bool shortFileName;
|
||||
|
||||
/** File Name without frame index, file index and extension*/
|
||||
char fileName[MAX_STR_LENGTH];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user