]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Structure contains new member requestBuffer . Needed for modified c file.
authorhadaq <hadaq>
Fri, 19 Apr 2002 19:16:34 +0000 (19:16 +0000)
committerhadaq <hadaq>
Fri, 19 Apr 2002 19:16:34 +0000 (19:16 +0000)
W. Koenig

hadaq/hwship.h

index 32ab8d665504f9842b056509aa6740098c258e4f..341ec0a1974d2c77c0e041e1901d3ebaed6a5f39 100644 (file)
@@ -6,11 +6,11 @@
 #include <allParam.h>
 
 typedef struct HwShipS {
-  char name[16];
+  char name[12];
   LVme *lvme;
-  unsigned currAddr;
+  int currAddr;
   unsigned trigNr;
-  uint8_t oldBankConfirmed;
+  int bankRequested;
 } HwShip;