- Rearranged directory structure for forking out ANSTO

- Refactored site specific stuff into a site module
- PSI specific stuff is now in the PSI directory.
- The old version has been tagged with pre-ansto
This commit is contained in:
cvs
2003-06-20 10:18:47 +00:00
commit 064ec37e9a
271 changed files with 115513 additions and 0 deletions

41
sinqhmdriv.i Normal file
View File

@ -0,0 +1,41 @@
#line 63 "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
#include "hardsup/sinqhm.h"
#line 22 "sinqhmdriv.w"
typedef struct __SinqHMDriv {
pCounter pCounter;
pSINQHM pMaster;
int iLastHMError;
int iLastCTError;
HistMode eHistMode;
int iBinWidth;
OverFlowMode eFlow;
} SinqHMDriv;
#line 76 "sinqhmdriv.w"
/*-------------------------------------------------------------------------*/
#line 58 "sinqhmdriv.w"
pHistDriver CreateSINQDriver(pStringDict pOption);
int isSINQHMDriv(pHistDriver test);
#line 78 "sinqhmdriv.w"
#endif