- 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 477 "histogram.w"
#line 478 "histogram.w"
/*---------------------------------------------------------------------------
H I S T D R I V
@ -13,7 +13,7 @@
#define MAXCHAN 16834
#line 82 "histogram.w"
#line 83 "histogram.w"
typedef struct __HistDriver {
/* configuration data */
@ -77,17 +77,17 @@
void *pPriv;
} HistDriver;
#line 489 "histogram.w"
#line 490 "histogram.w"
#line 239 "histogram.w"
#line 240 "histogram.w"
pHistDriver CreateHistDriver(pStringDict pDict);
void DeleteHistDriver(pHistDriver self);
int HistDriverConfig(pHistDriver self, pStringDict pOpt,
SConnection *pCon);
#line 490 "histogram.w"
#line 491 "histogram.w"
#endif