added eiger specific files

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@752 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2014-03-10 15:26:10 +00:00
parent 79c94ad233
commit b0a3f7d61e

View File

@ -45,6 +45,17 @@ public:
*/
char* getFilePath();
/**
* Returns the number of bits per pixel
*/
int getDynamicRange();
/**
* Returns scan tag
*/
int getScanTag();
/**
* Set File Name (without frame index, file index and extension)
* @param c file name
@ -57,6 +68,18 @@ public:
*/
char* setFilePath(char c[]);
/**
* Returns the number of bits per pixel
@param dr sets dynamic range
*/
int setDynamicRange(int dr);
/**
* Set scan tag
@param tag scan tag
*/
int setScanTag(int tag);
/**
* Set enable file write
* @param i file write enable