PSI sics-cvs-psi_pre-ansto

This commit is contained in:
2003-06-13 00:00:00 +00:00
committed by Douglas Clowes
parent 2e3ddfb6c6
commit 3ffd0d8af4
1099 changed files with 318432 additions and 0 deletions

42
sinqhmdriv.i Normal file
View File

@@ -0,0 +1,42 @@
#line 64 "sinqhmdriv.w"
/*--------------------------------------------------------------------------
S I N Q H M
A driver for the SINQ histogram memory.
Mark Koennecke, April 1997
copyright: see implementation file
----------------------------------------------------------------------------*/
#ifndef SINQHMDRIVER
#define SINQHMDRIVER
#line 22 "sinqhmdriv.w"
typedef struct __SinqHMDriv {
pCounter pCounter;
pSINQHM pMaster;
int iLastHMError;
int iLastCTError;
HistMode eHistMode;
int iBinWidth;
OverFlowMode eFlow;
int extraDetector;
} SinqHMDriv;
#line 77 "sinqhmdriv.w"
/*-------------------------------------------------------------------------*/
#line 59 "sinqhmdriv.w"
pHistDriver CreateSINQDriver(pStringDict pOption);
int isSINQHMDriv(pHistDriver test);
#line 79 "sinqhmdriv.w"
#endif