- Small fixes to histogram memory software

- Added simulation directories and instruments
This commit is contained in:
cvs
2002-10-30 08:59:29 +00:00
parent 269da71be2
commit 55eedb640b
24 changed files with 4406 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
#line 450 "histogram.w"
#line 451 "histogram.w"
/*--------------------------------------------------------------------------
H I S T M E M
@@ -29,10 +29,11 @@
eHTOF,
eHStrobo,
eHRPT,
ePSD
ePSD,
eSANSTOF
} HistMode;
#line 34 "histogram.w"
#line 35 "histogram.w"
typedef enum {
eOIgnore,
@@ -41,22 +42,22 @@
eReflect
} OverFlowMode;
#line 470 "histogram.w"
#line 471 "histogram.w"
/*--------------------------------------------------------------------------*/
#line 303 "histogram.w"
#line 304 "histogram.w"
pHistMem CreateHistMemory(char *drivername);
void DeleteHistMemory(void *self);
#line 319 "histogram.w"
#line 320 "histogram.w"
int HistGetOption(pHistMem self, char *name, char *result, int iResultLen);
int HistSetOption(pHistMem self, char *name, char *value);
int HistConfigure(pHistMem self, SConnection *pCon, SicsInterp *pSics);
#line 347 "histogram.w"
#line 348 "histogram.w"
float GetHistPreset(pHistMem self);
int SetHistPreset(pHistMem self, float fVal);
@@ -71,7 +72,7 @@
int HistBlockCount(pHistMem self, SConnection *pCon);
#line 376 "histogram.w"
#line 377 "histogram.w"
int SetHistogram(pHistMem self, SConnection *pCon,
int i,int iStart, int iEnd, HistInt *lData);
@@ -83,7 +84,7 @@
HistInt *lData, int iDataLen);
int PresetHistogram(pHistMem self, SConnection *pCon, HistInt lVal);
#line 419 "histogram.w"
#line 420 "histogram.w"
int MakeHistMemory(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
@@ -92,7 +93,7 @@
int argc, char *argv[]);
#line 472 "histogram.w"
#line 473 "histogram.w"
#endif