- 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 441 "histogram.w"
#line 442 "histogram.w"
/*--------------------------------------------------------------------------
H I S T M E M
@@ -28,10 +28,11 @@
eHNormal,
eHTOF,
eHStrobo,
eHRPT
eHRPT,
ePSD
} HistMode;
#line 33 "histogram.w"
#line 34 "histogram.w"
typedef enum {
eOIgnore,
@@ -40,22 +41,22 @@
eReflect
} OverFlowMode;
#line 461 "histogram.w"
#line 462 "histogram.w"
/*--------------------------------------------------------------------------*/
#line 302 "histogram.w"
#line 303 "histogram.w"
pHistMem CreateHistMemory(char *drivername);
void DeleteHistMemory(void *self);
#line 318 "histogram.w"
#line 319 "histogram.w"
int HistGetOption(pHistMem self, char *name, char *result, int iResultLen);
int HistSetOption(pHistMem self, char *name, char *value);
int HistConfigure(pHistMem self, SConnection *pCon, SicsInterp *pSics);
#line 346 "histogram.w"
#line 347 "histogram.w"
float GetHistPreset(pHistMem self);
int SetHistPreset(pHistMem self, float fVal);
@@ -70,7 +71,7 @@
int HistBlockCount(pHistMem self, SConnection *pCon);
#line 375 "histogram.w"
#line 376 "histogram.w"
int SetHistogram(pHistMem self, SConnection *pCon,
int i,int iStart, int iEnd, HistInt *lData);
@@ -79,7 +80,7 @@
HistInt *GetHistogramPointer(pHistMem self,SConnection *pCon);
int PresetHistogram(pHistMem self, SConnection *pCon, HistInt lVal);
#line 410 "histogram.w"
#line 411 "histogram.w"
int MakeHistMemory(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
@@ -88,7 +89,7 @@
int argc, char *argv[]);
#line 463 "histogram.w"
#line 464 "histogram.w"
#endif