comparison 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
comparison
equal deleted inserted replaced
163:9dbff8fea81d 171:bb934f91d85c
42 #define COM_QPOINT "--qpoint" 42 #define COM_QPOINT "--qpoint"
43 #define COM_FEATURES "--features" 43 #define COM_FEATURES "--features"
44 #define COM_QUERYKEY "--key" 44 #define COM_QUERYKEY "--key"
45 #define COM_KEYLIST "--keyList" 45 #define COM_KEYLIST "--keyList"
46 #define COM_TIMES "--times" 46 #define COM_TIMES "--times"
47 #define COM_QUERYPOWER "--power"
48 #define COM_RELATIVE_THRESH "--relative-threshold"
49 #define COM_ABSOLUTE_THRESH "--absolute-threshold"
47 50
48 #define O2_OLD_MAGIC ('O'|'2'<<8|'D'<<16|'B'<<24) 51 #define O2_OLD_MAGIC ('O'|'2'<<8|'D'<<16|'B'<<24)
49 #define O2_MAGIC ('o'|'2'<<8|'d'<<16|'b'<<24) 52 #define O2_MAGIC ('o'|'2'<<8|'d'<<16|'b'<<24)
50 #define O2_FORMAT_VERSION (1U) 53 #define O2_FORMAT_VERSION (1U)
51 54