Add progress notify
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "Function1D.h"
|
||||
#include "Function2D.h"
|
||||
#include "common/dataBlockCreation/removeDataFromArrays.h"
|
||||
#include "log/notify.h"
|
||||
#include "src//config/config.h"
|
||||
#include "src/common/getGeometryInfo.h"
|
||||
#include "src/common/temperatureCalculation/extractTasTemperature.h"
|
||||
@@ -370,6 +371,7 @@ TransmissionData Recon::getTransmissionData(const Aurora::Matrix& aMotorPos, con
|
||||
std::cout<<"Remove: "<<index<<std::endl;
|
||||
CREATE_BUFFER_CONDITION.notify_one();
|
||||
}
|
||||
Recon::notifyProgress(6+10*((i+1)*(j+1)/(aMotorPos.getDataSize()*(aSlList.getDataSize()/ transParams::senderTASSize))));
|
||||
}
|
||||
}
|
||||
speedUpThread.join();
|
||||
|
||||
Reference in New Issue
Block a user