- 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:
11
HistDriv.i
11
HistDriv.i
@ -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
|
||||
|
Reference in New Issue
Block a user