mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
WIP
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,15 +3,9 @@
|
|||||||
#include "sls_detector_defs.h"
|
#include "sls_detector_defs.h"
|
||||||
|
|
||||||
#include <errno.h> // errno
|
#include <errno.h> // errno
|
||||||
#include <fcntl.h> // O_CREAT, O_TRUNC..
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/mman.h> // shared memory
|
|
||||||
#include <sys/stat.h> // fstat
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include <sys/ipc.h>
|
#include <sys/ipc.h>
|
||||||
#include <sys/shm.h>
|
#include <sys/shm.h>
|
||||||
#include <sys/types.h>
|
|
||||||
|
|
||||||
#define SHM_NAME "sls_server_shared_memory"
|
#define SHM_NAME "sls_server_shared_memory"
|
||||||
#define SHM_VERSION 0x200625
|
#define SHM_VERSION 0x200625
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
#define APILIB 0x200409
|
#define APILIB 0x200409
|
||||||
#define APIRECEIVER 0x200409
|
#define APIRECEIVER 0x200409
|
||||||
#define APIGUI 0x200409
|
#define APIGUI 0x200409
|
||||||
#define APIGOTTHARD 0x200630
|
#define APICTB 0x200701
|
||||||
#define APIGOTTHARD2 0x200630
|
#define APIGOTTHARD 0x200701
|
||||||
#define APIJUNGFRAU 0x200630
|
#define APIGOTTHARD2 0x200701
|
||||||
#define APIMYTHEN3 0x200630
|
#define APIJUNGFRAU 0x200701
|
||||||
#define APICTB 0x200630
|
#define APIMYTHEN3 0x200701
|
||||||
#define APIMOENCH 0x200630
|
#define APIMOENCH 0x200701
|
||||||
#define APIEIGER 0x200630
|
#define APIEIGER 0x200701
|
||||||
|
Reference in New Issue
Block a user