mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
slsReceiver now uses the slsReceiverUsers class
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@501 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -95,6 +95,8 @@ int multiSlsDetector::initSharedMemory(int id=0) {
|
||||
|
||||
multiSlsDetector::multiSlsDetector(int id) : slsDetectorUtils(), shmId(-1)
|
||||
{
|
||||
|
||||
cout << "Contrustor" << endl;
|
||||
while (shmId<0) {
|
||||
shmId=initSharedMemory(id);
|
||||
id++;
|
||||
|
Reference in New Issue
Block a user