This commit is contained in:
2019-10-29 14:46:45 +01:00
parent eb2040f0a7
commit 925a750f9a
3 changed files with 8 additions and 8 deletions

View File

@ -79,8 +79,8 @@ class DataProcessor : private virtual slsDetectorDefs, public ThreadObject {
uint64_t GetNumFramesCaught();
/**
* Gets Actual Current Frame Index (that has not been subtracted from firstAcquisitionIndex) thats been processed
* @return -1 if no frames have been caught, else current frame index (represents all scans too)
* Gets Actual Current Frame Index (that has not been subtracted from firstIndex) thats been processed
* @return -1 if no frames have been caught, else current frame index
*/
uint64_t GetCurrentFrameIndex();