- 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:
41
sinqhmdriv.i
Normal file
41
sinqhmdriv.i
Normal 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
|
Reference in New Issue
Block a user