mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 14:34:56 +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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user