Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

37
sinqhmdriv.i Normal file
View File

@@ -0,0 +1,37 @@
#line 56 "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;
} SinqHMDriv;
#line 69 "sinqhmdriv.w"
/*-------------------------------------------------------------------------*/
#line 52 "sinqhmdriv.w"
pHistDriver CreateSINQDriver(pStringDict pOption);
#line 71 "sinqhmdriv.w"
#endif