- Refactored histogram memory code a little
- motor driver for ECB now fully working - Fixed an anticollider bug - Untested version of a driver for the Risoe TDC histogram memory
This commit is contained in:
11
HistMem.i
11
HistMem.i
@ -1,5 +1,5 @@
|
||||
|
||||
#line 496 "histogram.w"
|
||||
#line 479 "histogram.w"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
H I S T M E M -- Internal
|
||||
@ -11,7 +11,7 @@
|
||||
#ifndef SICSHISTMEMINT
|
||||
#define SICSHISTMEMINT
|
||||
|
||||
#line 262 "histogram.w"
|
||||
#line 250 "histogram.w"
|
||||
|
||||
typedef struct __HistMem {
|
||||
pObjectDescriptor pDes;
|
||||
@ -22,14 +22,9 @@
|
||||
pICountable pCountInt;
|
||||
pICallBack pCall;
|
||||
pStringDict pOption;
|
||||
HistInt *iLocalData;
|
||||
int iLocalLength;
|
||||
int iLocalUpdate;
|
||||
time_t tLocal;
|
||||
int iUpdateIntervall;
|
||||
} HistMem;
|
||||
|
||||
#line 506 "histogram.w"
|
||||
#line 489 "histogram.w"
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user