fixed frames from receiver to flip accordingly, also display frame index as not visible from filename

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@345 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-11-15 11:19:50 +00:00
parent 89ddfa9b51
commit e4e46920cd
15 changed files with 131 additions and 57 deletions

View File

@@ -465,9 +465,12 @@ class slsDetectorBase : public virtual slsDetectorDefs {
/**
* Reads a frame from receiver
* @param fName file name of current frame()
* @param fIndex current frame index
/returns a frame read from recever
*/
virtual int* readFrameFromReceiver()=0;
virtual int* readFrameFromReceiver(char* fName, int &fIndex)=0;
/** returns detector type string from detector type index
\param t string can be Mythen, Pilatus, Eiger, Gotthard, Agipd, Unknown