double* changed to char* in gui data call back, decoding to be done by caller. enablegappixels skeleton created

This commit is contained in:
Dhanya Maliakal
2017-09-29 16:43:19 +02:00
parent 1a8b0692fe
commit afc08f8c30
4 changed files with 17 additions and 72 deletions

View File

@@ -332,7 +332,7 @@ s
double *fdata;
int (*dataReady)(detectorData*,int, int,void*);
int (*dataReady)(detectorData*,int, int, void*);
void *pCallbackArg;
detectorData *thisData;