- Enhanced and debugged histogram memory for AMOR
* added PROJECT both in HM and driver code * added single detector support. - Removed several bugs in the AMOR data bit. - Updated documentation
This commit is contained in:
11
HistMem.h
11
HistMem.h
@@ -1,5 +1,5 @@
|
||||
|
||||
#line 442 "histogram.w"
|
||||
#line 450 "histogram.w"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
H I S T M E M
|
||||
@@ -41,7 +41,7 @@
|
||||
eReflect
|
||||
} OverFlowMode;
|
||||
|
||||
#line 462 "histogram.w"
|
||||
#line 470 "histogram.w"
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
@@ -78,9 +78,12 @@
|
||||
int GetHistogram(pHistMem self, SConnection *pCon,
|
||||
int i,int iStart, int iEnd, HistInt *lData, int iDataLen);
|
||||
HistInt *GetHistogramPointer(pHistMem self,SConnection *pCon);
|
||||
int GetHistogramDirect(pHistMem self, SConnection *pCon,
|
||||
int i, int iStart, int iEnd,
|
||||
HistInt *lData, int iDataLen);
|
||||
int PresetHistogram(pHistMem self, SConnection *pCon, HistInt lVal);
|
||||
|
||||
#line 411 "histogram.w"
|
||||
#line 419 "histogram.w"
|
||||
|
||||
int MakeHistMemory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
@@ -89,7 +92,7 @@
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#line 464 "histogram.w"
|
||||
#line 472 "histogram.w"
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user