Mercurial > hg > audiodb
diff audioDB.h @ 171:bb934f91d85c powertable
Web services interface to the powertable functionality.
* Implemented as a completely new SOAP method, called sequenceQuery
* lightly tested with http://doc.gold.ac.uk/~mas01cr/poweradb.php
(lacuna: need to pass relative-threshold and absolute-threshold always,
even when they don't make sense.)
Several uglinesses in the code, some of which will be resolved once all
the various branches are merged into the trunk.
author | mas01cr |
---|---|
date | Wed, 14 Nov 2007 14:00:53 +0000 |
parents | 9ec0f27e07b9 |
children |
line wrap: on
line diff
--- a/audioDB.h Thu Nov 01 17:18:45 2007 +0000 +++ b/audioDB.h Wed Nov 14 14:00:53 2007 +0000 @@ -44,6 +44,9 @@ #define COM_QUERYKEY "--key" #define COM_KEYLIST "--keyList" #define COM_TIMES "--times" +#define COM_QUERYPOWER "--power" +#define COM_RELATIVE_THRESH "--relative-threshold" +#define COM_ABSOLUTE_THRESH "--absolute-threshold" #define O2_OLD_MAGIC ('O'|'2'<<8|'D'<<16|'B'<<24) #define O2_MAGIC ('o'|'2'<<8|'d'<<16|'b'<<24)