diff audioDBws.h @ 350:8ff9d4d83222 serializedQuery

serialized shingle query added to WS, compiles but not tested
author mas01mc
date Thu, 06 Nov 2008 08:54:40 +0000
parents 75a59f58319e
children a22b18005853
line wrap: on
line diff
--- a/audioDBws.h	Mon Oct 27 11:09:34 2008 +0000
+++ b/audioDBws.h	Thu Nov 06 08:54:40 2008 +0000
@@ -48,8 +48,9 @@
 };
 
 struct adb__queryVector {
-  int __sizeQvector;
-  double *Qvector;
+  int __sizeQvector; // l x d :
+  double *Qvector;   // pointer to query data
+  int dim; // dimensionality of the feature (d)
 };
 
 struct adb__lisztResponse {