- 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 435 "histogram.w"
#line 438 "histogram.w"
/*--------------------------------------------------------------------------
H I S T M E M
@@ -42,22 +42,22 @@
eReflect
} OverFlowMode;
#line 455 "histogram.w"
#line 458 "histogram.w"
/*--------------------------------------------------------------------------*/
#line 287 "histogram.w"
#line 290 "histogram.w"
pHistMem CreateHistMemory(char *drivername);
void DeleteHistMemory(void *self);
#line 303 "histogram.w"
#line 306 "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 331 "histogram.w"
#line 334 "histogram.w"
float GetHistPreset(pHistMem self);
int SetHistPreset(pHistMem self, float fVal);
@@ -73,7 +73,7 @@
void HistDirty(pHistMem self);
#line 361 "histogram.w"
#line 364 "histogram.w"
int SetHistogram(pHistMem self, SConnection *pCon,
int i,int iStart, int iEnd, HistInt *lData);
@@ -85,7 +85,7 @@
HistInt *lData, int iDataLen);
int PresetHistogram(pHistMem self, SConnection *pCon, HistInt lVal);
#line 404 "histogram.w"
#line 407 "histogram.w"
int MakeHistMemory(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
@@ -94,7 +94,7 @@
int argc, char *argv[]);
#line 457 "histogram.w"
#line 460 "histogram.w"
#endif