- Switched motor to hdb

- Changes to Hipadaba
- Added project to histogram memory code
- Started regression testing code
- Added hill climbing as optimization method to optimise
This commit is contained in:
koennecke
2006-08-16 14:13:05 +00:00
parent 47e38eba5a
commit a5c2da6acf
32 changed files with 1689 additions and 693 deletions

View File

@ -1,5 +1,5 @@
#line 462 "histogram.w"
#line 465 "histogram.w"
/*---------------------------------------------------------------------------
H I S T D R I V
@ -58,6 +58,9 @@
SConnection *pCon);
float (*GetTime)(pHistDriver self,
SConnection *pCon);
HistInt *(*SubSample)(pHistDriver self,
SConnection *pCon,int bank,
char *command);
int (*Preset)(pHistDriver self,
SConnection *pCon,
HistInt iVal);
@ -69,17 +72,17 @@
void *pPriv;
} HistDriver;
#line 474 "histogram.w"
#line 477 "histogram.w"
#line 229 "histogram.w"
#line 232 "histogram.w"
pHistDriver CreateHistDriver(pStringDict pDict);
void DeleteHistDriver(pHistDriver self);
int HistDriverConfig(pHistDriver self, pStringDict pOpt,
SConnection *pCon);
#line 475 "histogram.w"
#line 478 "histogram.w"
#endif