mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-15 17:11:20 +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){
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
else{
|
||||
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
|
||||
* or just gives progress of acquisition by polling receivers
|
||||
*/
|
||||
void* processData();
|
||||
void processData();
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user