Mercurial > hg > piper-cpp
comparison capnproto/VampnProto.h @ 6:d8358afe3f2c
Update build
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 13 May 2016 16:28:26 +0100 |
parents | 6e8607ebad03 |
children | c8451896c40e |
comparison
equal
deleted
inserted
replaced
5:6e8607ebad03 | 6:d8358afe3f2c |
---|---|
12 namespace vampipe | 12 namespace vampipe |
13 { | 13 { |
14 | 14 |
15 /** | 15 /** |
16 * Convert the structures laid out in the Vamp SDK classes into Cap'n | 16 * Convert the structures laid out in the Vamp SDK classes into Cap'n |
17 * Proto structures. | 17 * Proto structures (and back again). |
18 * | 18 * |
19 * At least some of this will be necessary for any implementation that | 19 * At least some of this will be necessary for any implementation |
20 * is using the C++ Vamp SDK to provide its reference structures. An | 20 * using Cap'n Proto that uses the C++ Vamp SDK to provide its |
21 * implementation could alternatively use the Cap'n Proto structures | 21 * reference structures. An implementation could alternatively use the |
22 * directly, and interact with Vamp plugins using the Vamp C API, | 22 * Cap'n Proto structures directly, and interact with Vamp plugins |
23 * without using the C++ Vamp SDK classes at all. | 23 * using the Vamp C API, without using the C++ Vamp SDK classes at |
24 * all. | |
24 */ | 25 */ |
25 | 26 class VampnProto |
26 class VampSDKConverter | |
27 { | 27 { |
28 public: | 28 public: |
29 typedef ::capnp::MallocMessageBuilder MsgBuilder; | 29 typedef ::capnp::MallocMessageBuilder MsgBuilder; |
30 | 30 |
31 template <typename T, typename B> | 31 template <typename T, typename B> |