]> git.rkrishnan.org Git - dttsp.git/blobdiff - jDttSP/local.h
multiple receivers implemented
[dttsp.git] / jDttSP / local.h
index 942fc2bc9cf35b004c0b86bbd579465a25c6cda6..dda789ee27e760e92cfb3f51cb4e1ff177b2948c 100644 (file)
@@ -39,11 +39,11 @@ Bridgewater, NJ 08807
 /* #include <fftw.h> */
 /* #include <sdrexport.h> */
 
-#include <common.h>
-
 #ifndef _local_h
 #define _local_h
 
+#include <common.h>
+
 #define RCBASE ".DttSPrc"
 #define PARMPATH "./IPC/SDR-1000-0-commands.fifo"
 #define METERPATH "./IPC/SDR-1000-0-meter.chan"
@@ -68,7 +68,7 @@ extern struct _loc {
   } path;
   struct {
     REAL rate;
-    int size;
+    int size, nrx;
     SDRMODE mode;
   } def;
   struct { int ring, meter; } mult;