mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
creating a separate receiver
This commit is contained in:
@ -16,9 +16,10 @@
|
||||
#include <sys/shm.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
//for memory mapping
|
||||
u_int32_t CSP0BASE;
|
||||
u_int64_t CSP0BASE;
|
||||
|
||||
FILE *debugfp, *datafp;
|
||||
|
||||
@ -85,7 +86,7 @@ int mapCSP0(void) {
|
||||
|
||||
#endif
|
||||
#ifdef VIRTUAL
|
||||
CSP0BASE = (u_int32_t)malloc(MEM_SIZE);
|
||||
CSP0BASE = malloc(MEM_SIZE);
|
||||
printf("memory allocated\n");
|
||||
#endif
|
||||
#ifdef SHAREDMEMORY
|
||||
|
BIN
slsDetectorSoftware/mythenDetectorServer/mythenVirtualServer
Executable file
BIN
slsDetectorSoftware/mythenDetectorServer/mythenVirtualServer
Executable file
Binary file not shown.
@ -39,5 +39,5 @@
|
||||
|
||||
|
||||
#define THIS_SOFTWARE_VERSION 0x20120419
|
||||
#define THIS_REVISION "$Rev$"
|
||||
#define THIS_REVISION "$Rev: 379 $"
|
||||
#endif
|
||||
|
1
slsDetectorSoftware/mythenDetectorServer/sls_receiver_defs.h
Symbolic link
1
slsDetectorSoftware/mythenDetectorServer/sls_receiver_defs.h
Symbolic link
@ -0,0 +1 @@
|
||||
../../slsReceiverSoftware/includes/sls_receiver_defs.h
|
1
slsDetectorSoftware/mythenDetectorServer/sls_receiver_funcs.h
Symbolic link
1
slsDetectorSoftware/mythenDetectorServer/sls_receiver_funcs.h
Symbolic link
@ -0,0 +1 @@
|
||||
../../slsReceiverSoftware/includes/sls_receiver_funcs.h
|
Reference in New Issue
Block a user