mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-08 19:10:42 +02:00
void signature of processData
This commit is contained in:
parent
1d65063088
commit
1d14dc6ff4
@ -3809,9 +3809,9 @@ void multiSlsDetector::startProcessingThread() {
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
void* multiSlsDetector::processData() {
|
void multiSlsDetector::processData() {
|
||||||
if(setReceiverOnline()==OFFLINE_FLAG){
|
if(setReceiverOnline()==OFFLINE_FLAG){
|
||||||
return 0;
|
return;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
if(dataReady) {
|
if(dataReady) {
|
||||||
@ -3857,7 +3857,7 @@ void* multiSlsDetector::processData() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1588,7 +1588,7 @@ public:
|
|||||||
* Combines data from all readouts and gives it to the gui
|
* Combines data from all readouts and gives it to the gui
|
||||||
* or just gives progress of acquisition by polling receivers
|
* or just gives progress of acquisition by polling receivers
|
||||||
*/
|
*/
|
||||||
void* processData();
|
void processData();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user