mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 14:38:14 +02:00
reset fifo statistic at measurement startup
This commit is contained in:
parent
f4a11533be
commit
3b497eca36
@ -164,6 +164,9 @@ void Listener::ResetParametersforNewMeasurement() {
|
|||||||
|
|
||||||
numPacketsStatistic = 0;
|
numPacketsStatistic = 0;
|
||||||
numFramesStatistic = 0;
|
numFramesStatistic = 0;
|
||||||
|
//reset fifo statistic
|
||||||
|
GetMaxLevelForFifoBound();
|
||||||
|
GetMinLevelForFifoFree();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user