mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
adding tests
This commit is contained in:
@ -247,7 +247,7 @@ void slsDetector::initSharedMemory(bool created, detectorType type, int multiId,
|
||||
// open and verify version
|
||||
else {
|
||||
// thisDetector = (sharedSlsDetector *)sharedMemory->OpenSharedMemory(sz);
|
||||
sharedMemory->OpenSharedMemory();
|
||||
sharedMemory->OpenSharedMemory(sz);
|
||||
thisDetector = (*sharedMemory)();
|
||||
if (verify && thisDetector->shmversion != SLS_SHMVERSION) {
|
||||
FILE_LOG(logERROR) << "Single shared memory "
|
||||
|
Reference in New Issue
Block a user