Mercurial > hg > piper-cpp
comparison capnproto/VampnProto.h @ 71:6c908ee3ad3b
vamp -> piper for IDL specs
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 07 Oct 2016 14:27:11 +0100 |
parents | 302a8e35248c |
children | d45cfa25aaad |
comparison
equal
deleted
inserted
replaced
70:302a8e35248c | 71:6c908ee3ad3b |
---|---|
30 shall not be used in advertising or otherwise to promote the sale, | 30 shall not be used in advertising or otherwise to promote the sale, |
31 use or other dealings in this Software without prior written | 31 use or other dealings in this Software without prior written |
32 authorization. | 32 authorization. |
33 */ | 33 */ |
34 | 34 |
35 #include "vamp.capnp.h" | 35 #include "piper.capnp.h" |
36 | 36 |
37 #include <capnp/message.h> | 37 #include <capnp/message.h> |
38 #include <capnp/serialize-packed.h> | 38 #include <capnp/serialize-packed.h> |
39 | 39 |
40 #include <vamp-hostsdk/Plugin.h> | 40 #include <vamp-hostsdk/Plugin.h> |
45 #include "bits/PluginOutputIdMapper.h" | 45 #include "bits/PluginOutputIdMapper.h" |
46 #include "bits/RequestResponseType.h" | 46 #include "bits/RequestResponseType.h" |
47 | 47 |
48 namespace vampipe | 48 namespace vampipe |
49 { | 49 { |
50 | |
51 using namespace piper; | |
50 | 52 |
51 /** | 53 /** |
52 * Convert the structures laid out in the Vamp SDK classes into Cap'n | 54 * Convert the structures laid out in the Vamp SDK classes into Cap'n |
53 * Proto structures (and back again). | 55 * Proto structures (and back again). |
54 * | 56 * |