comparison capnproto/vamp.capnp @ 55:38780f15ac8d

Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 19 Sep 2016 13:35:56 +0100
parents e90fd30990eb
children 0ea374ea96a2
comparison
equal deleted inserted replaced
54:524a6d5ee813 55:38780f15ac8d
134 pluginHandle @0 :Int32; 134 pluginHandle @0 :Int32;
135 configuration @1 :PluginConfiguration; 135 configuration @1 :PluginConfiguration;
136 } 136 }
137 137
138 struct ConfigurationResponse { 138 struct ConfigurationResponse {
139 #!!! now the only response type not to have the pluginHandle, so maybe it should, just for completeness 139 pluginHandle @0 :Int32;
140 outputs @0 :List(OutputDescriptor); 140 outputs @1 :List(OutputDescriptor);
141 } 141 }
142 142
143 struct ProcessRequest { 143 struct ProcessRequest {
144 pluginHandle @0 :Int32; 144 pluginHandle @0 :Int32;
145 input @1 :ProcessInput; 145 input @1 :ProcessInput;