mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-28 23:21:18 +01:00
reset fifo statistic at measurement startup
This commit is contained in:
@@ -165,8 +165,8 @@ void Listener::ResetParametersforNewMeasurement() {
|
|||||||
numPacketsStatistic = 0;
|
numPacketsStatistic = 0;
|
||||||
numFramesStatistic = 0;
|
numFramesStatistic = 0;
|
||||||
//reset fifo statistic
|
//reset fifo statistic
|
||||||
GetMaxLevelForFifoBound();
|
fifo->GetMaxLevelForFifoBound();
|
||||||
GetMinLevelForFifoFree();
|
fifo->GetMinLevelForFifoFree();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user