mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-08 19:10:42 +02:00
Merge branch '3.0.1' into developer
This commit is contained in:
commit
29f3387d73
@ -64,7 +64,10 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** - set detector in shared memory online (in case no config file was used) */
|
/** - set detector in shared memory online (in case no config file was used) */
|
||||||
pDetector->setOnline(slsDetectorDefs::ONLINE_FLAG);
|
pDetector->setOnline(1);
|
||||||
|
|
||||||
|
/** - set receiver in shared memory online (in case no config file was used) */
|
||||||
|
pDetector->setReceiverOnline(1);
|
||||||
|
|
||||||
/** - registering data callback */
|
/** - registering data callback */
|
||||||
pDetector->registerDataCallback(&dataCallback, NULL);
|
pDetector->registerDataCallback(&dataCallback, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user