Mercurial > hg > svcore
comparison base/RealTime.h @ 66:7afcfe666910
* Modify to use Vamp SDK for proper feature extraction plugins.
Requires that the vamp-plugin-sdk directory tree be present below
plugin/ (it's separate in Subversion).
author | Chris Cannam |
---|---|
date | Fri, 31 Mar 2006 15:56:35 +0000 |
parents | d397ea0a79f5 |
children | 7c3e1bc51080 |
comparison
equal
deleted
inserted
replaced
65:e1aad27029e3 | 66:7afcfe666910 |
---|---|
18 This file copyright 2000-2006 Chris Cannam. | 18 This file copyright 2000-2006 Chris Cannam. |
19 */ | 19 */ |
20 | 20 |
21 #ifndef _REAL_TIME_H_ | 21 #ifndef _REAL_TIME_H_ |
22 #define _REAL_TIME_H_ | 22 #define _REAL_TIME_H_ |
23 | |
24 #include "vamp-sdk/RealTime.h" | |
25 using Vamp::RealTime; | |
26 | |
27 #ifdef NOT_DEFINED | |
23 | 28 |
24 #include <iostream> | 29 #include <iostream> |
25 #include <string> | 30 #include <string> |
26 | 31 |
27 struct timeval; | 32 struct timeval; |
115 | 120 |
116 static const RealTime zeroTime; | 121 static const RealTime zeroTime; |
117 }; | 122 }; |
118 | 123 |
119 std::ostream &operator<<(std::ostream &out, const RealTime &rt); | 124 std::ostream &operator<<(std::ostream &out, const RealTime &rt); |
125 | |
126 #endif | |
120 | 127 |
121 #endif | 128 #endif |