mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 22:04:30 +01:00
void signature of processData
This commit is contained in:
@@ -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:
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user