mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 16:08:38 +01:00
frame index updated for receiver
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@320 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -439,7 +439,7 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
|
||||
double getCurrentProgress();
|
||||
|
||||
|
||||
void incrementProgress();
|
||||
void incrementProgress(int i=-1);
|
||||
|
||||
|
||||
|
||||
@@ -611,9 +611,14 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
|
||||
virtual string getFileName()=0;
|
||||
|
||||
/**
|
||||
\returns frames caught by receiver(average for multi)
|
||||
\returns frames caught by receiver
|
||||
*/
|
||||
virtual int getFramesCaughtByReceiver()=0;
|
||||
virtual int getFramesCaughtByReceiver()=0;
|
||||
|
||||
/**
|
||||
\returns current frame index of receiver
|
||||
*/
|
||||
virtual int getCurrentFrameIndex()=0;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user