-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwmdc.c,v 6.17 2001-11-22 17:26:08 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwmdc.c,v 6.18 2001-12-01 13:08:43 hadaq Exp $";
#define _POSIX_C_SOURCE 199309L
#include "subevt.h"
#include "hwsam.h"
-#define NSAMS 5
+#define NSAMS 12
#define SAMMASK ((1 << NSAMS) - 1)
if ((anySamIsBusy & (1 << i)) && !HwSam_isBusy(my->sam[i])) {
anySamIsBusy &= ~(1 << i);
} else {
-#if 1
+#if 0
struct timespec tS, *t = &tS;
t->tv_sec = 0;
t->tv_nsec = 020000000;