- Fixed SICS up to run with up to three TRICS detectors.

- added 150 detectors the default for FOCUS middle bank.
- added documentation for el734_test
This commit is contained in:
cvs
2001-02-09 16:04:46 +00:00
parent 96e2fc44c0
commit 5be8359212
24 changed files with 1842 additions and 224 deletions

View File

@ -1,5 +1,5 @@
#line 468 "histogram.w"
#line 469 "histogram.w"
/*---------------------------------------------------------------------------
H I S T D R I V
@ -13,7 +13,7 @@
#define MAXCHAN 4096
#line 81 "histogram.w"
#line 82 "histogram.w"
typedef struct __HistDriver {
/* configuration data */
@ -77,17 +77,17 @@
void *pPriv;
} HistDriver;
#line 480 "histogram.w"
#line 481 "histogram.w"
#line 238 "histogram.w"
#line 239 "histogram.w"
pHistDriver CreateHistDriver(pStringDict pDict);
void DeleteHistDriver(pHistDriver self);
int HistDriverConfig(pHistDriver self, pStringDict pOpt,
SConnection *pCon);
#line 481 "histogram.w"
#line 482 "histogram.w"
#endif