rxr: frame number should be forwarded to caught frame number for discard partial frames or discardemptyframe mode, currentframeindex command should point to listener current frame index and not dataprocessors index

This commit is contained in:
2022-01-21 14:46:38 +01:00
parent ef8de7b2be
commit 5f40e32924
5 changed files with 49 additions and 18 deletions

View File

@ -83,7 +83,7 @@ class Implementation : private virtual slsDetectorDefs {
* ************************************************/
runStatus getStatus() const;
uint64_t getFramesCaught() const;
uint64_t getAcquisitionIndex() const;
uint64_t getCurrentFrameIndex() const;
double getProgress() const;
std::vector<int64_t> getNumMissingPackets() const;
void setScan(slsDetectorDefs::scanParameters s);