creating a separate receiver

This commit is contained in:
Maliakal Dhanya
2014-05-21 09:44:35 +02:00
parent 4958d198d1
commit 8788a060dd
58 changed files with 459 additions and 7804 deletions

View File

@ -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

Binary file not shown.

View File

@ -39,5 +39,5 @@
#define THIS_SOFTWARE_VERSION 0x20120419
#define THIS_REVISION "$Rev$"
#define THIS_REVISION "$Rev: 379 $"
#endif

View File

@ -0,0 +1 @@
../../slsReceiverSoftware/includes/sls_receiver_defs.h

View File

@ -0,0 +1 @@
../../slsReceiverSoftware/includes/sls_receiver_funcs.h