receiver runs but does not overwrite due to wx, async doesnt seems parallel problem, acquire gets stuck

This commit is contained in:
2018-10-10 10:12:58 +02:00
parent 8151f1d5fe
commit 17a6322f7c
6 changed files with 17 additions and 23 deletions

View File

@ -780,7 +780,7 @@ void slsReceiverImplementation::setSubPeriod(const uint64_t i){
FILE_LOG(logDEBUG) << __AT__ << " starting";
subPeriod = i;
FILE_LOG(logINFO) << "Sub Exposure Time: " << (double)subPeriod/(1E9) << "s";
FILE_LOG(logINFO) << "Sub Exposure Period: " << (double)subPeriod/(1E9) << "s";
}
int slsReceiverImplementation::setNumberOfFrames(const uint64_t i){