Files
sicspsi/sinqhmdriv.i
cvs 064ec37e9a - 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
2003-06-20 10:18:47 +00:00

42 lines
1.1 KiB
OpenEdge ABL

#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