Files
sics/sinqhmdriv.i
2000-02-07 10:38:55 +00:00

38 lines
920 B
OpenEdge ABL

#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