mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 00:00:02 +02:00
fix
This commit is contained in:
parent
b5070f384a
commit
80c1c6428a
@ -57,9 +57,7 @@ bool Listener::GetStartedFlag() { return startedFlag; }
|
||||
|
||||
uint64_t Listener::GetCurrentFrameIndex() { return currentFrameIndex; }
|
||||
|
||||
uint64_t Listener::GetListenedIndex() {
|
||||
return currentFrameIndex_ - firstIndex_;
|
||||
}
|
||||
uint64_t Listener::GetListenedIndex() { return currentFrameIndex - firstIndex; }
|
||||
|
||||
void Listener::SetFifo(Fifo *f) { fifo = f; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user