Initial revision
This commit is contained in:
35
HistMem.i
Normal file
35
HistMem.i
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
#line 486 "histogram.w"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
H I S T M E M -- Internal
|
||||
internal header file which includes the definition of the Histogram memory
|
||||
data structure.
|
||||
|
||||
Mark Koennecke, April 1997
|
||||
----------------------------------------------------------------------------*/
|
||||
#ifndef SICSHISTMEMINT
|
||||
#define SICSHISTMEMINT
|
||||
|
||||
#line 260 "histogram.w"
|
||||
|
||||
typedef struct __HistMem {
|
||||
pObjectDescriptor pDes;
|
||||
int iAccess;
|
||||
int iExponent;
|
||||
pHistDriver pDriv;
|
||||
int iInit;
|
||||
pICountable pCountInt;
|
||||
pICallBack pCall;
|
||||
pStringDict pOption;
|
||||
HistInt *iLocalData;
|
||||
int iLocalLength;
|
||||
int iLocalUpdate;
|
||||
time_t tLocal;
|
||||
int iUpdateIntervall;
|
||||
} HistMem;
|
||||
|
||||
#line 496 "histogram.w"
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user