filepath, filename and index set from slsdet or multislsdet, moving all receiver coding from slsdetectorcommand to slsdetector

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@312 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-10-24 11:59:04 +00:00
parent 9b323c9e7e
commit b52f9a8569
12 changed files with 596 additions and 594 deletions

View File

@ -585,7 +585,34 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
*/
virtual string getReceiverLastClientIP()=0;
protected:
/**
Sets up the file directory
@param fileName fileDir file directory
\returns file dir
*/
virtual string setFilePath(string s="")=0;
/**
Sets up the file name
@param fileName file name
\returns file name
*/
virtual string setFileName(string s="")=0;
/**
\returns file dir
*/
virtual string getFilePath()=0;
/**
\returns file name
*/
virtual string getFileName()=0;
protected:
static const int64_t thisSoftwareVersion=0x20120124;