c@106
|
1 // Generated by Cap'n Proto compiler, DO NOT EDIT
|
c@106
|
2 // source: piper.capnp
|
c@106
|
3
|
c@106
|
4 #ifndef CAPNP_INCLUDED_c4b1c6c44c999206_
|
c@106
|
5 #define CAPNP_INCLUDED_c4b1c6c44c999206_
|
c@106
|
6
|
c@106
|
7 #include <capnp/generated-header-support.h>
|
c@106
|
8
|
cannam@218
|
9 #if CAPNP_VERSION != 7000
|
c@106
|
10 #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
|
c@106
|
11 #endif
|
c@106
|
12
|
c@106
|
13
|
c@106
|
14 namespace capnp {
|
c@106
|
15 namespace schemas {
|
c@106
|
16
|
c@106
|
17 CAPNP_DECLARE_SCHEMA(b491ca63222c253f);
|
c@106
|
18 CAPNP_DECLARE_SCHEMA(f8fda10bef70a97d);
|
c@106
|
19 CAPNP_DECLARE_SCHEMA(eca23e4a04bdfeb2);
|
c@106
|
20 enum class SampleType_eca23e4a04bdfeb2: uint16_t {
|
c@106
|
21 ONE_SAMPLE_PER_STEP,
|
c@106
|
22 FIXED_SAMPLE_RATE,
|
c@106
|
23 VARIABLE_SAMPLE_RATE,
|
c@106
|
24 };
|
c@106
|
25 CAPNP_DECLARE_ENUM(SampleType, eca23e4a04bdfeb2);
|
c@106
|
26 CAPNP_DECLARE_SCHEMA(b2d0c825aac8249c);
|
c@106
|
27 CAPNP_DECLARE_SCHEMA(902c6065e1be824a);
|
c@106
|
28 CAPNP_DECLARE_SCHEMA(f50fb3b9c1bf75f4);
|
c@106
|
29 enum class InputDomain_f50fb3b9c1bf75f4: uint16_t {
|
c@106
|
30 TIME_DOMAIN,
|
c@106
|
31 FREQUENCY_DOMAIN,
|
c@106
|
32 };
|
c@106
|
33 CAPNP_DECLARE_ENUM(InputDomain, f50fb3b9c1bf75f4);
|
c@106
|
34 CAPNP_DECLARE_SCHEMA(b83ac85463e6caa1);
|
c@106
|
35 CAPNP_DECLARE_SCHEMA(84d515888a427d07);
|
c@106
|
36 CAPNP_DECLARE_SCHEMA(c6f3f05f2bc614ba);
|
c@106
|
37 CAPNP_DECLARE_SCHEMA(d6a172208c9a1760);
|
c@106
|
38 CAPNP_DECLARE_SCHEMA(ffa3fccceb684869);
|
c@106
|
39 CAPNP_DECLARE_SCHEMA(ab2572c346316b24);
|
cannam@185
|
40 CAPNP_DECLARE_SCHEMA(fe907ebf410a65a4);
|
c@106
|
41 CAPNP_DECLARE_SCHEMA(db209a01f86fe045);
|
c@106
|
42 CAPNP_DECLARE_SCHEMA(900b56fed422dd37);
|
c@106
|
43 CAPNP_DECLARE_SCHEMA(b5edf73eb2e79c4e);
|
c@106
|
44 enum class AdapterFlag_b5edf73eb2e79c4e: uint16_t {
|
c@106
|
45 ADAPT_INPUT_DOMAIN,
|
c@106
|
46 ADAPT_CHANNEL_COUNT,
|
c@106
|
47 ADAPT_BUFFER_SIZE,
|
c@106
|
48 };
|
c@106
|
49 CAPNP_DECLARE_ENUM(AdapterFlag, b5edf73eb2e79c4e);
|
c@106
|
50 CAPNP_DECLARE_SCHEMA(9ed58097be8bc6f3);
|
c@106
|
51 CAPNP_DECLARE_SCHEMA(eb49b9892c5b9b83);
|
c@106
|
52 CAPNP_DECLARE_SCHEMA(b54ff18dabd0d4e1);
|
c@106
|
53 CAPNP_DECLARE_SCHEMA(c8b36e8e9e8d6f15);
|
c@106
|
54 CAPNP_DECLARE_SCHEMA(fca0f520555d0c94);
|
c@106
|
55 CAPNP_DECLARE_SCHEMA(82fb08d7f06fe81d);
|
c@106
|
56 CAPNP_DECLARE_SCHEMA(fcf72b478bbe9d02);
|
c@106
|
57 CAPNP_DECLARE_SCHEMA(c433db5864bf6d56);
|
c@106
|
58 CAPNP_DECLARE_SCHEMA(ea87c8bff474ddce);
|
c@106
|
59 CAPNP_DECLARE_SCHEMA(fe801447309c2782);
|
c@106
|
60 CAPNP_DECLARE_SCHEMA(d8c0271e01d84377);
|
c@106
|
61 CAPNP_DECLARE_SCHEMA(ff4c6fd2917a8eb7);
|
c@106
|
62 CAPNP_DECLARE_SCHEMA(a7e9dceb8fbd0e23);
|
c@106
|
63 CAPNP_DECLARE_SCHEMA(df8b913d24f04413);
|
c@106
|
64 CAPNP_DECLARE_SCHEMA(a56d2f77e663c2f9);
|
c@106
|
65 CAPNP_DECLARE_SCHEMA(a6fbd69d9815fb3a);
|
c@106
|
66 CAPNP_DECLARE_SCHEMA(b1fd870b8c5fe885);
|
c@106
|
67 CAPNP_DECLARE_SCHEMA(d6d526aed45ac1db);
|
c@106
|
68 CAPNP_DECLARE_SCHEMA(ad12bb4485b0d3ac);
|
c@106
|
69
|
c@106
|
70 } // namespace schemas
|
c@106
|
71 } // namespace capnp
|
c@106
|
72
|
c@106
|
73 namespace piper {
|
c@106
|
74
|
c@106
|
75 struct Basic {
|
c@106
|
76 Basic() = delete;
|
c@106
|
77
|
c@106
|
78 class Reader;
|
c@106
|
79 class Builder;
|
c@106
|
80 class Pipeline;
|
c@106
|
81
|
c@106
|
82 struct _capnpPrivate {
|
c@106
|
83 CAPNP_DECLARE_STRUCT_HEADER(b491ca63222c253f, 0, 3)
|
c@106
|
84 #if !CAPNP_LITE
|
cannam@218
|
85 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
86 #endif // !CAPNP_LITE
|
c@106
|
87 };
|
c@106
|
88 };
|
c@106
|
89
|
c@106
|
90 struct ParameterDescriptor {
|
c@106
|
91 ParameterDescriptor() = delete;
|
c@106
|
92
|
c@106
|
93 class Reader;
|
c@106
|
94 class Builder;
|
c@106
|
95 class Pipeline;
|
c@106
|
96
|
c@106
|
97 struct _capnpPrivate {
|
c@106
|
98 CAPNP_DECLARE_STRUCT_HEADER(f8fda10bef70a97d, 3, 3)
|
c@106
|
99 #if !CAPNP_LITE
|
cannam@218
|
100 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
101 #endif // !CAPNP_LITE
|
c@106
|
102 };
|
c@106
|
103 };
|
c@106
|
104
|
c@106
|
105 typedef ::capnp::schemas::SampleType_eca23e4a04bdfeb2 SampleType;
|
c@106
|
106
|
c@106
|
107 struct ConfiguredOutputDescriptor {
|
c@106
|
108 ConfiguredOutputDescriptor() = delete;
|
c@106
|
109
|
c@106
|
110 class Reader;
|
c@106
|
111 class Builder;
|
c@106
|
112 class Pipeline;
|
c@106
|
113
|
c@106
|
114 struct _capnpPrivate {
|
c@106
|
115 CAPNP_DECLARE_STRUCT_HEADER(b2d0c825aac8249c, 3, 2)
|
c@106
|
116 #if !CAPNP_LITE
|
cannam@218
|
117 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
118 #endif // !CAPNP_LITE
|
c@106
|
119 };
|
c@106
|
120 };
|
c@106
|
121
|
c@106
|
122 struct OutputDescriptor {
|
c@106
|
123 OutputDescriptor() = delete;
|
c@106
|
124
|
c@106
|
125 class Reader;
|
c@106
|
126 class Builder;
|
c@106
|
127 class Pipeline;
|
c@106
|
128
|
c@106
|
129 struct _capnpPrivate {
|
c@106
|
130 CAPNP_DECLARE_STRUCT_HEADER(902c6065e1be824a, 0, 2)
|
c@106
|
131 #if !CAPNP_LITE
|
cannam@218
|
132 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
133 #endif // !CAPNP_LITE
|
c@106
|
134 };
|
c@106
|
135 };
|
c@106
|
136
|
c@106
|
137 typedef ::capnp::schemas::InputDomain_f50fb3b9c1bf75f4 InputDomain;
|
c@106
|
138
|
c@106
|
139 struct ExtractorStaticData {
|
c@106
|
140 ExtractorStaticData() = delete;
|
c@106
|
141
|
c@106
|
142 class Reader;
|
c@106
|
143 class Builder;
|
c@106
|
144 class Pipeline;
|
c@106
|
145
|
c@106
|
146 struct _capnpPrivate {
|
c@106
|
147 CAPNP_DECLARE_STRUCT_HEADER(b83ac85463e6caa1, 2, 8)
|
c@106
|
148 #if !CAPNP_LITE
|
cannam@218
|
149 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
150 #endif // !CAPNP_LITE
|
c@106
|
151 };
|
c@106
|
152 };
|
c@106
|
153
|
c@106
|
154 struct RealTime {
|
c@106
|
155 RealTime() = delete;
|
c@106
|
156
|
c@106
|
157 class Reader;
|
c@106
|
158 class Builder;
|
c@106
|
159 class Pipeline;
|
c@106
|
160
|
c@106
|
161 struct _capnpPrivate {
|
c@106
|
162 CAPNP_DECLARE_STRUCT_HEADER(84d515888a427d07, 1, 0)
|
c@106
|
163 #if !CAPNP_LITE
|
cannam@218
|
164 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
165 #endif // !CAPNP_LITE
|
c@106
|
166 };
|
c@106
|
167 };
|
c@106
|
168
|
c@106
|
169 struct ProcessInput {
|
c@106
|
170 ProcessInput() = delete;
|
c@106
|
171
|
c@106
|
172 class Reader;
|
c@106
|
173 class Builder;
|
c@106
|
174 class Pipeline;
|
c@106
|
175
|
c@106
|
176 struct _capnpPrivate {
|
c@106
|
177 CAPNP_DECLARE_STRUCT_HEADER(c6f3f05f2bc614ba, 0, 2)
|
c@106
|
178 #if !CAPNP_LITE
|
cannam@218
|
179 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
180 #endif // !CAPNP_LITE
|
c@106
|
181 };
|
c@106
|
182 };
|
c@106
|
183
|
c@106
|
184 struct Feature {
|
c@106
|
185 Feature() = delete;
|
c@106
|
186
|
c@106
|
187 class Reader;
|
c@106
|
188 class Builder;
|
c@106
|
189 class Pipeline;
|
c@106
|
190
|
c@106
|
191 struct _capnpPrivate {
|
c@106
|
192 CAPNP_DECLARE_STRUCT_HEADER(d6a172208c9a1760, 1, 4)
|
c@106
|
193 #if !CAPNP_LITE
|
cannam@218
|
194 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
195 #endif // !CAPNP_LITE
|
c@106
|
196 };
|
c@106
|
197 };
|
c@106
|
198
|
c@106
|
199 struct FeatureSet {
|
c@106
|
200 FeatureSet() = delete;
|
c@106
|
201
|
c@106
|
202 class Reader;
|
c@106
|
203 class Builder;
|
c@106
|
204 class Pipeline;
|
c@106
|
205 struct FSPair;
|
c@106
|
206
|
c@106
|
207 struct _capnpPrivate {
|
c@106
|
208 CAPNP_DECLARE_STRUCT_HEADER(ffa3fccceb684869, 0, 1)
|
c@106
|
209 #if !CAPNP_LITE
|
cannam@218
|
210 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
211 #endif // !CAPNP_LITE
|
c@106
|
212 };
|
c@106
|
213 };
|
c@106
|
214
|
c@106
|
215 struct FeatureSet::FSPair {
|
c@106
|
216 FSPair() = delete;
|
c@106
|
217
|
c@106
|
218 class Reader;
|
c@106
|
219 class Builder;
|
c@106
|
220 class Pipeline;
|
c@106
|
221
|
c@106
|
222 struct _capnpPrivate {
|
c@106
|
223 CAPNP_DECLARE_STRUCT_HEADER(ab2572c346316b24, 0, 2)
|
c@106
|
224 #if !CAPNP_LITE
|
cannam@218
|
225 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
226 #endif // !CAPNP_LITE
|
c@106
|
227 };
|
c@106
|
228 };
|
c@106
|
229
|
cannam@185
|
230 struct Framing {
|
cannam@185
|
231 Framing() = delete;
|
cannam@185
|
232
|
cannam@185
|
233 class Reader;
|
cannam@185
|
234 class Builder;
|
cannam@185
|
235 class Pipeline;
|
cannam@185
|
236
|
cannam@185
|
237 struct _capnpPrivate {
|
cannam@185
|
238 CAPNP_DECLARE_STRUCT_HEADER(fe907ebf410a65a4, 1, 0)
|
cannam@185
|
239 #if !CAPNP_LITE
|
cannam@218
|
240 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
cannam@185
|
241 #endif // !CAPNP_LITE
|
cannam@185
|
242 };
|
cannam@185
|
243 };
|
cannam@185
|
244
|
c@106
|
245 struct Configuration {
|
c@106
|
246 Configuration() = delete;
|
c@106
|
247
|
c@106
|
248 class Reader;
|
c@106
|
249 class Builder;
|
c@106
|
250 class Pipeline;
|
c@106
|
251 struct PVPair;
|
c@106
|
252
|
c@106
|
253 struct _capnpPrivate {
|
cannam@185
|
254 CAPNP_DECLARE_STRUCT_HEADER(db209a01f86fe045, 1, 3)
|
c@106
|
255 #if !CAPNP_LITE
|
cannam@218
|
256 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
257 #endif // !CAPNP_LITE
|
c@106
|
258 };
|
c@106
|
259 };
|
c@106
|
260
|
c@106
|
261 struct Configuration::PVPair {
|
c@106
|
262 PVPair() = delete;
|
c@106
|
263
|
c@106
|
264 class Reader;
|
c@106
|
265 class Builder;
|
c@106
|
266 class Pipeline;
|
c@106
|
267
|
c@106
|
268 struct _capnpPrivate {
|
c@106
|
269 CAPNP_DECLARE_STRUCT_HEADER(900b56fed422dd37, 1, 1)
|
c@106
|
270 #if !CAPNP_LITE
|
cannam@218
|
271 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
272 #endif // !CAPNP_LITE
|
c@106
|
273 };
|
c@106
|
274 };
|
c@106
|
275
|
c@106
|
276 typedef ::capnp::schemas::AdapterFlag_b5edf73eb2e79c4e AdapterFlag;
|
c@106
|
277
|
c@106
|
278 extern const ::capnp::_::ConstList< ::piper::AdapterFlag> ADAPT_ALL_SAFE;
|
c@106
|
279 extern const ::capnp::_::ConstList< ::piper::AdapterFlag> ADAPT_ALL;
|
c@106
|
280 struct ListRequest {
|
c@106
|
281 ListRequest() = delete;
|
c@106
|
282
|
c@106
|
283 class Reader;
|
c@106
|
284 class Builder;
|
c@106
|
285 class Pipeline;
|
c@106
|
286
|
c@106
|
287 struct _capnpPrivate {
|
c@127
|
288 CAPNP_DECLARE_STRUCT_HEADER(b54ff18dabd0d4e1, 0, 1)
|
c@106
|
289 #if !CAPNP_LITE
|
cannam@218
|
290 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
291 #endif // !CAPNP_LITE
|
c@106
|
292 };
|
c@106
|
293 };
|
c@106
|
294
|
c@106
|
295 struct ListResponse {
|
c@106
|
296 ListResponse() = delete;
|
c@106
|
297
|
c@106
|
298 class Reader;
|
c@106
|
299 class Builder;
|
c@106
|
300 class Pipeline;
|
c@106
|
301
|
c@106
|
302 struct _capnpPrivate {
|
c@106
|
303 CAPNP_DECLARE_STRUCT_HEADER(c8b36e8e9e8d6f15, 0, 1)
|
c@106
|
304 #if !CAPNP_LITE
|
cannam@218
|
305 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
306 #endif // !CAPNP_LITE
|
c@106
|
307 };
|
c@106
|
308 };
|
c@106
|
309
|
c@106
|
310 struct LoadRequest {
|
c@106
|
311 LoadRequest() = delete;
|
c@106
|
312
|
c@106
|
313 class Reader;
|
c@106
|
314 class Builder;
|
c@106
|
315 class Pipeline;
|
c@106
|
316
|
c@106
|
317 struct _capnpPrivate {
|
c@106
|
318 CAPNP_DECLARE_STRUCT_HEADER(fca0f520555d0c94, 1, 2)
|
c@106
|
319 #if !CAPNP_LITE
|
cannam@218
|
320 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
321 #endif // !CAPNP_LITE
|
c@106
|
322 };
|
c@106
|
323 };
|
c@106
|
324
|
c@106
|
325 struct LoadResponse {
|
c@106
|
326 LoadResponse() = delete;
|
c@106
|
327
|
c@106
|
328 class Reader;
|
c@106
|
329 class Builder;
|
c@106
|
330 class Pipeline;
|
c@106
|
331
|
c@106
|
332 struct _capnpPrivate {
|
c@106
|
333 CAPNP_DECLARE_STRUCT_HEADER(82fb08d7f06fe81d, 1, 2)
|
c@106
|
334 #if !CAPNP_LITE
|
cannam@218
|
335 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
336 #endif // !CAPNP_LITE
|
c@106
|
337 };
|
c@106
|
338 };
|
c@106
|
339
|
c@106
|
340 struct ConfigurationRequest {
|
c@106
|
341 ConfigurationRequest() = delete;
|
c@106
|
342
|
c@106
|
343 class Reader;
|
c@106
|
344 class Builder;
|
c@106
|
345 class Pipeline;
|
c@106
|
346
|
c@106
|
347 struct _capnpPrivate {
|
c@106
|
348 CAPNP_DECLARE_STRUCT_HEADER(fcf72b478bbe9d02, 1, 1)
|
c@106
|
349 #if !CAPNP_LITE
|
cannam@218
|
350 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
351 #endif // !CAPNP_LITE
|
c@106
|
352 };
|
c@106
|
353 };
|
c@106
|
354
|
c@106
|
355 struct ConfigurationResponse {
|
c@106
|
356 ConfigurationResponse() = delete;
|
c@106
|
357
|
c@106
|
358 class Reader;
|
c@106
|
359 class Builder;
|
c@106
|
360 class Pipeline;
|
c@106
|
361
|
c@106
|
362 struct _capnpPrivate {
|
cannam@185
|
363 CAPNP_DECLARE_STRUCT_HEADER(c433db5864bf6d56, 1, 2)
|
c@106
|
364 #if !CAPNP_LITE
|
cannam@218
|
365 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
366 #endif // !CAPNP_LITE
|
c@106
|
367 };
|
c@106
|
368 };
|
c@106
|
369
|
c@106
|
370 struct ProcessRequest {
|
c@106
|
371 ProcessRequest() = delete;
|
c@106
|
372
|
c@106
|
373 class Reader;
|
c@106
|
374 class Builder;
|
c@106
|
375 class Pipeline;
|
c@106
|
376
|
c@106
|
377 struct _capnpPrivate {
|
c@106
|
378 CAPNP_DECLARE_STRUCT_HEADER(ea87c8bff474ddce, 1, 1)
|
c@106
|
379 #if !CAPNP_LITE
|
cannam@218
|
380 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
381 #endif // !CAPNP_LITE
|
c@106
|
382 };
|
c@106
|
383 };
|
c@106
|
384
|
c@106
|
385 struct ProcessResponse {
|
c@106
|
386 ProcessResponse() = delete;
|
c@106
|
387
|
c@106
|
388 class Reader;
|
c@106
|
389 class Builder;
|
c@106
|
390 class Pipeline;
|
c@106
|
391
|
c@106
|
392 struct _capnpPrivate {
|
c@106
|
393 CAPNP_DECLARE_STRUCT_HEADER(fe801447309c2782, 1, 1)
|
c@106
|
394 #if !CAPNP_LITE
|
cannam@218
|
395 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
396 #endif // !CAPNP_LITE
|
c@106
|
397 };
|
c@106
|
398 };
|
c@106
|
399
|
c@106
|
400 struct FinishRequest {
|
c@106
|
401 FinishRequest() = delete;
|
c@106
|
402
|
c@106
|
403 class Reader;
|
c@106
|
404 class Builder;
|
c@106
|
405 class Pipeline;
|
c@106
|
406
|
c@106
|
407 struct _capnpPrivate {
|
c@106
|
408 CAPNP_DECLARE_STRUCT_HEADER(d8c0271e01d84377, 1, 0)
|
c@106
|
409 #if !CAPNP_LITE
|
cannam@218
|
410 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
411 #endif // !CAPNP_LITE
|
c@106
|
412 };
|
c@106
|
413 };
|
c@106
|
414
|
c@106
|
415 struct FinishResponse {
|
c@106
|
416 FinishResponse() = delete;
|
c@106
|
417
|
c@106
|
418 class Reader;
|
c@106
|
419 class Builder;
|
c@106
|
420 class Pipeline;
|
c@106
|
421
|
c@106
|
422 struct _capnpPrivate {
|
c@106
|
423 CAPNP_DECLARE_STRUCT_HEADER(ff4c6fd2917a8eb7, 1, 1)
|
c@106
|
424 #if !CAPNP_LITE
|
cannam@218
|
425 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
426 #endif // !CAPNP_LITE
|
c@106
|
427 };
|
c@106
|
428 };
|
c@106
|
429
|
c@106
|
430 struct Error {
|
c@106
|
431 Error() = delete;
|
c@106
|
432
|
c@106
|
433 class Reader;
|
c@106
|
434 class Builder;
|
c@106
|
435 class Pipeline;
|
c@106
|
436
|
c@106
|
437 struct _capnpPrivate {
|
c@106
|
438 CAPNP_DECLARE_STRUCT_HEADER(a7e9dceb8fbd0e23, 1, 1)
|
c@106
|
439 #if !CAPNP_LITE
|
cannam@218
|
440 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
441 #endif // !CAPNP_LITE
|
c@106
|
442 };
|
c@106
|
443 };
|
c@106
|
444
|
c@106
|
445 struct RpcRequest {
|
c@106
|
446 RpcRequest() = delete;
|
c@106
|
447
|
c@106
|
448 class Reader;
|
c@106
|
449 class Builder;
|
c@106
|
450 class Pipeline;
|
c@106
|
451 struct Id;
|
c@106
|
452 struct Request;
|
c@106
|
453
|
c@106
|
454 struct _capnpPrivate {
|
c@106
|
455 CAPNP_DECLARE_STRUCT_HEADER(df8b913d24f04413, 1, 2)
|
c@106
|
456 #if !CAPNP_LITE
|
cannam@218
|
457 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
458 #endif // !CAPNP_LITE
|
c@106
|
459 };
|
c@106
|
460 };
|
c@106
|
461
|
c@106
|
462 struct RpcRequest::Id {
|
c@106
|
463 Id() = delete;
|
c@106
|
464
|
c@106
|
465 class Reader;
|
c@106
|
466 class Builder;
|
c@106
|
467 class Pipeline;
|
c@106
|
468 enum Which: uint16_t {
|
c@106
|
469 NUMBER,
|
c@106
|
470 TAG,
|
c@106
|
471 NONE,
|
c@106
|
472 };
|
c@106
|
473
|
c@106
|
474 struct _capnpPrivate {
|
c@106
|
475 CAPNP_DECLARE_STRUCT_HEADER(a56d2f77e663c2f9, 1, 2)
|
c@106
|
476 #if !CAPNP_LITE
|
cannam@218
|
477 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
478 #endif // !CAPNP_LITE
|
c@106
|
479 };
|
c@106
|
480 };
|
c@106
|
481
|
c@106
|
482 struct RpcRequest::Request {
|
c@106
|
483 Request() = delete;
|
c@106
|
484
|
c@106
|
485 class Reader;
|
c@106
|
486 class Builder;
|
c@106
|
487 class Pipeline;
|
c@106
|
488 enum Which: uint16_t {
|
c@106
|
489 LIST,
|
c@106
|
490 LOAD,
|
c@106
|
491 CONFIGURE,
|
c@106
|
492 PROCESS,
|
c@106
|
493 FINISH,
|
c@106
|
494 };
|
c@106
|
495
|
c@106
|
496 struct _capnpPrivate {
|
c@106
|
497 CAPNP_DECLARE_STRUCT_HEADER(a6fbd69d9815fb3a, 1, 2)
|
c@106
|
498 #if !CAPNP_LITE
|
cannam@218
|
499 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
500 #endif // !CAPNP_LITE
|
c@106
|
501 };
|
c@106
|
502 };
|
c@106
|
503
|
c@106
|
504 struct RpcResponse {
|
c@106
|
505 RpcResponse() = delete;
|
c@106
|
506
|
c@106
|
507 class Reader;
|
c@106
|
508 class Builder;
|
c@106
|
509 class Pipeline;
|
c@106
|
510 struct Id;
|
c@106
|
511 struct Response;
|
c@106
|
512
|
c@106
|
513 struct _capnpPrivate {
|
c@106
|
514 CAPNP_DECLARE_STRUCT_HEADER(b1fd870b8c5fe885, 1, 2)
|
c@106
|
515 #if !CAPNP_LITE
|
cannam@218
|
516 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
517 #endif // !CAPNP_LITE
|
c@106
|
518 };
|
c@106
|
519 };
|
c@106
|
520
|
c@106
|
521 struct RpcResponse::Id {
|
c@106
|
522 Id() = delete;
|
c@106
|
523
|
c@106
|
524 class Reader;
|
c@106
|
525 class Builder;
|
c@106
|
526 class Pipeline;
|
c@106
|
527 enum Which: uint16_t {
|
c@106
|
528 NUMBER,
|
c@106
|
529 TAG,
|
c@106
|
530 NONE,
|
c@106
|
531 };
|
c@106
|
532
|
c@106
|
533 struct _capnpPrivate {
|
c@106
|
534 CAPNP_DECLARE_STRUCT_HEADER(d6d526aed45ac1db, 1, 2)
|
c@106
|
535 #if !CAPNP_LITE
|
cannam@218
|
536 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
537 #endif // !CAPNP_LITE
|
c@106
|
538 };
|
c@106
|
539 };
|
c@106
|
540
|
c@106
|
541 struct RpcResponse::Response {
|
c@106
|
542 Response() = delete;
|
c@106
|
543
|
c@106
|
544 class Reader;
|
c@106
|
545 class Builder;
|
c@106
|
546 class Pipeline;
|
c@106
|
547 enum Which: uint16_t {
|
c@106
|
548 ERROR,
|
c@106
|
549 LIST,
|
c@106
|
550 LOAD,
|
c@106
|
551 CONFIGURE,
|
c@106
|
552 PROCESS,
|
c@106
|
553 FINISH,
|
c@106
|
554 };
|
c@106
|
555
|
c@106
|
556 struct _capnpPrivate {
|
c@106
|
557 CAPNP_DECLARE_STRUCT_HEADER(ad12bb4485b0d3ac, 1, 2)
|
c@106
|
558 #if !CAPNP_LITE
|
cannam@218
|
559 static constexpr ::capnp::_::RawBrandedSchema const* brand() { return &schema->defaultBrand; }
|
c@106
|
560 #endif // !CAPNP_LITE
|
c@106
|
561 };
|
c@106
|
562 };
|
c@106
|
563
|
c@106
|
564 // =======================================================================================
|
c@106
|
565
|
c@106
|
566 class Basic::Reader {
|
c@106
|
567 public:
|
c@106
|
568 typedef Basic Reads;
|
c@106
|
569
|
c@106
|
570 Reader() = default;
|
c@106
|
571 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
572
|
c@106
|
573 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
574 return _reader.totalSize().asPublic();
|
c@106
|
575 }
|
c@106
|
576
|
c@106
|
577 #if !CAPNP_LITE
|
c@106
|
578 inline ::kj::StringTree toString() const {
|
cannam@218
|
579 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
580 }
|
c@106
|
581 #endif // !CAPNP_LITE
|
c@106
|
582
|
c@106
|
583 inline bool hasIdentifier() const;
|
c@106
|
584 inline ::capnp::Text::Reader getIdentifier() const;
|
c@106
|
585
|
c@106
|
586 inline bool hasName() const;
|
c@106
|
587 inline ::capnp::Text::Reader getName() const;
|
c@106
|
588
|
c@106
|
589 inline bool hasDescription() const;
|
c@106
|
590 inline ::capnp::Text::Reader getDescription() const;
|
c@106
|
591
|
c@106
|
592 private:
|
c@106
|
593 ::capnp::_::StructReader _reader;
|
c@106
|
594 template <typename, ::capnp::Kind>
|
c@106
|
595 friend struct ::capnp::ToDynamic_;
|
c@106
|
596 template <typename, ::capnp::Kind>
|
c@106
|
597 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
598 template <typename, ::capnp::Kind>
|
c@106
|
599 friend struct ::capnp::List;
|
c@106
|
600 friend class ::capnp::MessageBuilder;
|
c@106
|
601 friend class ::capnp::Orphanage;
|
c@106
|
602 };
|
c@106
|
603
|
c@106
|
604 class Basic::Builder {
|
c@106
|
605 public:
|
c@106
|
606 typedef Basic Builds;
|
c@106
|
607
|
c@106
|
608 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
609 // You can explicitly initialize to nullptr instead.
|
c@106
|
610 inline Builder(decltype(nullptr)) {}
|
c@106
|
611 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
612 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
613 inline Reader asReader() const { return *this; }
|
c@106
|
614
|
c@106
|
615 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
616 #if !CAPNP_LITE
|
c@106
|
617 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
618 #endif // !CAPNP_LITE
|
c@106
|
619
|
c@106
|
620 inline bool hasIdentifier();
|
c@106
|
621 inline ::capnp::Text::Builder getIdentifier();
|
c@106
|
622 inline void setIdentifier( ::capnp::Text::Reader value);
|
c@106
|
623 inline ::capnp::Text::Builder initIdentifier(unsigned int size);
|
c@106
|
624 inline void adoptIdentifier(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
625 inline ::capnp::Orphan< ::capnp::Text> disownIdentifier();
|
c@106
|
626
|
c@106
|
627 inline bool hasName();
|
c@106
|
628 inline ::capnp::Text::Builder getName();
|
c@106
|
629 inline void setName( ::capnp::Text::Reader value);
|
c@106
|
630 inline ::capnp::Text::Builder initName(unsigned int size);
|
c@106
|
631 inline void adoptName(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
632 inline ::capnp::Orphan< ::capnp::Text> disownName();
|
c@106
|
633
|
c@106
|
634 inline bool hasDescription();
|
c@106
|
635 inline ::capnp::Text::Builder getDescription();
|
c@106
|
636 inline void setDescription( ::capnp::Text::Reader value);
|
c@106
|
637 inline ::capnp::Text::Builder initDescription(unsigned int size);
|
c@106
|
638 inline void adoptDescription(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
639 inline ::capnp::Orphan< ::capnp::Text> disownDescription();
|
c@106
|
640
|
c@106
|
641 private:
|
c@106
|
642 ::capnp::_::StructBuilder _builder;
|
c@106
|
643 template <typename, ::capnp::Kind>
|
c@106
|
644 friend struct ::capnp::ToDynamic_;
|
c@106
|
645 friend class ::capnp::Orphanage;
|
c@106
|
646 template <typename, ::capnp::Kind>
|
c@106
|
647 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
648 };
|
c@106
|
649
|
c@106
|
650 #if !CAPNP_LITE
|
c@106
|
651 class Basic::Pipeline {
|
c@106
|
652 public:
|
c@106
|
653 typedef Basic Pipelines;
|
c@106
|
654
|
c@106
|
655 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
656 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
657 : _typeless(kj::mv(typeless)) {}
|
c@106
|
658
|
c@106
|
659 private:
|
c@106
|
660 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
661 friend class ::capnp::PipelineHook;
|
c@106
|
662 template <typename, ::capnp::Kind>
|
c@106
|
663 friend struct ::capnp::ToDynamic_;
|
c@106
|
664 };
|
c@106
|
665 #endif // !CAPNP_LITE
|
c@106
|
666
|
c@106
|
667 class ParameterDescriptor::Reader {
|
c@106
|
668 public:
|
c@106
|
669 typedef ParameterDescriptor Reads;
|
c@106
|
670
|
c@106
|
671 Reader() = default;
|
c@106
|
672 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
673
|
c@106
|
674 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
675 return _reader.totalSize().asPublic();
|
c@106
|
676 }
|
c@106
|
677
|
c@106
|
678 #if !CAPNP_LITE
|
c@106
|
679 inline ::kj::StringTree toString() const {
|
cannam@218
|
680 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
681 }
|
c@106
|
682 #endif // !CAPNP_LITE
|
c@106
|
683
|
c@106
|
684 inline bool hasBasic() const;
|
c@106
|
685 inline ::piper::Basic::Reader getBasic() const;
|
c@106
|
686
|
c@106
|
687 inline bool hasUnit() const;
|
c@106
|
688 inline ::capnp::Text::Reader getUnit() const;
|
c@106
|
689
|
c@106
|
690 inline float getMinValue() const;
|
c@106
|
691
|
c@106
|
692 inline float getMaxValue() const;
|
c@106
|
693
|
c@106
|
694 inline float getDefaultValue() const;
|
c@106
|
695
|
c@106
|
696 inline bool getIsQuantized() const;
|
c@106
|
697
|
c@106
|
698 inline float getQuantizeStep() const;
|
c@106
|
699
|
c@106
|
700 inline bool hasValueNames() const;
|
c@106
|
701 inline ::capnp::List< ::capnp::Text>::Reader getValueNames() const;
|
c@106
|
702
|
c@106
|
703 private:
|
c@106
|
704 ::capnp::_::StructReader _reader;
|
c@106
|
705 template <typename, ::capnp::Kind>
|
c@106
|
706 friend struct ::capnp::ToDynamic_;
|
c@106
|
707 template <typename, ::capnp::Kind>
|
c@106
|
708 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
709 template <typename, ::capnp::Kind>
|
c@106
|
710 friend struct ::capnp::List;
|
c@106
|
711 friend class ::capnp::MessageBuilder;
|
c@106
|
712 friend class ::capnp::Orphanage;
|
c@106
|
713 };
|
c@106
|
714
|
c@106
|
715 class ParameterDescriptor::Builder {
|
c@106
|
716 public:
|
c@106
|
717 typedef ParameterDescriptor Builds;
|
c@106
|
718
|
c@106
|
719 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
720 // You can explicitly initialize to nullptr instead.
|
c@106
|
721 inline Builder(decltype(nullptr)) {}
|
c@106
|
722 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
723 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
724 inline Reader asReader() const { return *this; }
|
c@106
|
725
|
c@106
|
726 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
727 #if !CAPNP_LITE
|
c@106
|
728 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
729 #endif // !CAPNP_LITE
|
c@106
|
730
|
c@106
|
731 inline bool hasBasic();
|
c@106
|
732 inline ::piper::Basic::Builder getBasic();
|
c@106
|
733 inline void setBasic( ::piper::Basic::Reader value);
|
c@106
|
734 inline ::piper::Basic::Builder initBasic();
|
c@106
|
735 inline void adoptBasic(::capnp::Orphan< ::piper::Basic>&& value);
|
c@106
|
736 inline ::capnp::Orphan< ::piper::Basic> disownBasic();
|
c@106
|
737
|
c@106
|
738 inline bool hasUnit();
|
c@106
|
739 inline ::capnp::Text::Builder getUnit();
|
c@106
|
740 inline void setUnit( ::capnp::Text::Reader value);
|
c@106
|
741 inline ::capnp::Text::Builder initUnit(unsigned int size);
|
c@106
|
742 inline void adoptUnit(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
743 inline ::capnp::Orphan< ::capnp::Text> disownUnit();
|
c@106
|
744
|
c@106
|
745 inline float getMinValue();
|
c@106
|
746 inline void setMinValue(float value);
|
c@106
|
747
|
c@106
|
748 inline float getMaxValue();
|
c@106
|
749 inline void setMaxValue(float value);
|
c@106
|
750
|
c@106
|
751 inline float getDefaultValue();
|
c@106
|
752 inline void setDefaultValue(float value);
|
c@106
|
753
|
c@106
|
754 inline bool getIsQuantized();
|
c@106
|
755 inline void setIsQuantized(bool value);
|
c@106
|
756
|
c@106
|
757 inline float getQuantizeStep();
|
c@106
|
758 inline void setQuantizeStep(float value);
|
c@106
|
759
|
c@106
|
760 inline bool hasValueNames();
|
c@106
|
761 inline ::capnp::List< ::capnp::Text>::Builder getValueNames();
|
c@106
|
762 inline void setValueNames( ::capnp::List< ::capnp::Text>::Reader value);
|
c@106
|
763 inline void setValueNames(::kj::ArrayPtr<const ::capnp::Text::Reader> value);
|
c@106
|
764 inline ::capnp::List< ::capnp::Text>::Builder initValueNames(unsigned int size);
|
c@106
|
765 inline void adoptValueNames(::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value);
|
c@106
|
766 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> disownValueNames();
|
c@106
|
767
|
c@106
|
768 private:
|
c@106
|
769 ::capnp::_::StructBuilder _builder;
|
c@106
|
770 template <typename, ::capnp::Kind>
|
c@106
|
771 friend struct ::capnp::ToDynamic_;
|
c@106
|
772 friend class ::capnp::Orphanage;
|
c@106
|
773 template <typename, ::capnp::Kind>
|
c@106
|
774 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
775 };
|
c@106
|
776
|
c@106
|
777 #if !CAPNP_LITE
|
c@106
|
778 class ParameterDescriptor::Pipeline {
|
c@106
|
779 public:
|
c@106
|
780 typedef ParameterDescriptor Pipelines;
|
c@106
|
781
|
c@106
|
782 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
783 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
784 : _typeless(kj::mv(typeless)) {}
|
c@106
|
785
|
c@106
|
786 inline ::piper::Basic::Pipeline getBasic();
|
c@106
|
787 private:
|
c@106
|
788 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
789 friend class ::capnp::PipelineHook;
|
c@106
|
790 template <typename, ::capnp::Kind>
|
c@106
|
791 friend struct ::capnp::ToDynamic_;
|
c@106
|
792 };
|
c@106
|
793 #endif // !CAPNP_LITE
|
c@106
|
794
|
c@106
|
795 class ConfiguredOutputDescriptor::Reader {
|
c@106
|
796 public:
|
c@106
|
797 typedef ConfiguredOutputDescriptor Reads;
|
c@106
|
798
|
c@106
|
799 Reader() = default;
|
c@106
|
800 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
801
|
c@106
|
802 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
803 return _reader.totalSize().asPublic();
|
c@106
|
804 }
|
c@106
|
805
|
c@106
|
806 #if !CAPNP_LITE
|
c@106
|
807 inline ::kj::StringTree toString() const {
|
cannam@218
|
808 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
809 }
|
c@106
|
810 #endif // !CAPNP_LITE
|
c@106
|
811
|
c@106
|
812 inline bool hasUnit() const;
|
c@106
|
813 inline ::capnp::Text::Reader getUnit() const;
|
c@106
|
814
|
c@106
|
815 inline bool getHasFixedBinCount() const;
|
c@106
|
816
|
c@106
|
817 inline ::int32_t getBinCount() const;
|
c@106
|
818
|
c@106
|
819 inline bool hasBinNames() const;
|
c@106
|
820 inline ::capnp::List< ::capnp::Text>::Reader getBinNames() const;
|
c@106
|
821
|
c@106
|
822 inline bool getHasKnownExtents() const;
|
c@106
|
823
|
c@106
|
824 inline float getMinValue() const;
|
c@106
|
825
|
c@106
|
826 inline float getMaxValue() const;
|
c@106
|
827
|
c@106
|
828 inline bool getIsQuantized() const;
|
c@106
|
829
|
c@106
|
830 inline float getQuantizeStep() const;
|
c@106
|
831
|
c@106
|
832 inline ::piper::SampleType getSampleType() const;
|
c@106
|
833
|
c@106
|
834 inline float getSampleRate() const;
|
c@106
|
835
|
c@106
|
836 inline bool getHasDuration() const;
|
c@106
|
837
|
c@106
|
838 private:
|
c@106
|
839 ::capnp::_::StructReader _reader;
|
c@106
|
840 template <typename, ::capnp::Kind>
|
c@106
|
841 friend struct ::capnp::ToDynamic_;
|
c@106
|
842 template <typename, ::capnp::Kind>
|
c@106
|
843 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
844 template <typename, ::capnp::Kind>
|
c@106
|
845 friend struct ::capnp::List;
|
c@106
|
846 friend class ::capnp::MessageBuilder;
|
c@106
|
847 friend class ::capnp::Orphanage;
|
c@106
|
848 };
|
c@106
|
849
|
c@106
|
850 class ConfiguredOutputDescriptor::Builder {
|
c@106
|
851 public:
|
c@106
|
852 typedef ConfiguredOutputDescriptor Builds;
|
c@106
|
853
|
c@106
|
854 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
855 // You can explicitly initialize to nullptr instead.
|
c@106
|
856 inline Builder(decltype(nullptr)) {}
|
c@106
|
857 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
858 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
859 inline Reader asReader() const { return *this; }
|
c@106
|
860
|
c@106
|
861 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
862 #if !CAPNP_LITE
|
c@106
|
863 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
864 #endif // !CAPNP_LITE
|
c@106
|
865
|
c@106
|
866 inline bool hasUnit();
|
c@106
|
867 inline ::capnp::Text::Builder getUnit();
|
c@106
|
868 inline void setUnit( ::capnp::Text::Reader value);
|
c@106
|
869 inline ::capnp::Text::Builder initUnit(unsigned int size);
|
c@106
|
870 inline void adoptUnit(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
871 inline ::capnp::Orphan< ::capnp::Text> disownUnit();
|
c@106
|
872
|
c@106
|
873 inline bool getHasFixedBinCount();
|
c@106
|
874 inline void setHasFixedBinCount(bool value);
|
c@106
|
875
|
c@106
|
876 inline ::int32_t getBinCount();
|
c@106
|
877 inline void setBinCount( ::int32_t value);
|
c@106
|
878
|
c@106
|
879 inline bool hasBinNames();
|
c@106
|
880 inline ::capnp::List< ::capnp::Text>::Builder getBinNames();
|
c@106
|
881 inline void setBinNames( ::capnp::List< ::capnp::Text>::Reader value);
|
c@106
|
882 inline void setBinNames(::kj::ArrayPtr<const ::capnp::Text::Reader> value);
|
c@106
|
883 inline ::capnp::List< ::capnp::Text>::Builder initBinNames(unsigned int size);
|
c@106
|
884 inline void adoptBinNames(::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value);
|
c@106
|
885 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> disownBinNames();
|
c@106
|
886
|
c@106
|
887 inline bool getHasKnownExtents();
|
c@106
|
888 inline void setHasKnownExtents(bool value);
|
c@106
|
889
|
c@106
|
890 inline float getMinValue();
|
c@106
|
891 inline void setMinValue(float value);
|
c@106
|
892
|
c@106
|
893 inline float getMaxValue();
|
c@106
|
894 inline void setMaxValue(float value);
|
c@106
|
895
|
c@106
|
896 inline bool getIsQuantized();
|
c@106
|
897 inline void setIsQuantized(bool value);
|
c@106
|
898
|
c@106
|
899 inline float getQuantizeStep();
|
c@106
|
900 inline void setQuantizeStep(float value);
|
c@106
|
901
|
c@106
|
902 inline ::piper::SampleType getSampleType();
|
c@106
|
903 inline void setSampleType( ::piper::SampleType value);
|
c@106
|
904
|
c@106
|
905 inline float getSampleRate();
|
c@106
|
906 inline void setSampleRate(float value);
|
c@106
|
907
|
c@106
|
908 inline bool getHasDuration();
|
c@106
|
909 inline void setHasDuration(bool value);
|
c@106
|
910
|
c@106
|
911 private:
|
c@106
|
912 ::capnp::_::StructBuilder _builder;
|
c@106
|
913 template <typename, ::capnp::Kind>
|
c@106
|
914 friend struct ::capnp::ToDynamic_;
|
c@106
|
915 friend class ::capnp::Orphanage;
|
c@106
|
916 template <typename, ::capnp::Kind>
|
c@106
|
917 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
918 };
|
c@106
|
919
|
c@106
|
920 #if !CAPNP_LITE
|
c@106
|
921 class ConfiguredOutputDescriptor::Pipeline {
|
c@106
|
922 public:
|
c@106
|
923 typedef ConfiguredOutputDescriptor Pipelines;
|
c@106
|
924
|
c@106
|
925 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
926 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
927 : _typeless(kj::mv(typeless)) {}
|
c@106
|
928
|
c@106
|
929 private:
|
c@106
|
930 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
931 friend class ::capnp::PipelineHook;
|
c@106
|
932 template <typename, ::capnp::Kind>
|
c@106
|
933 friend struct ::capnp::ToDynamic_;
|
c@106
|
934 };
|
c@106
|
935 #endif // !CAPNP_LITE
|
c@106
|
936
|
c@106
|
937 class OutputDescriptor::Reader {
|
c@106
|
938 public:
|
c@106
|
939 typedef OutputDescriptor Reads;
|
c@106
|
940
|
c@106
|
941 Reader() = default;
|
c@106
|
942 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
943
|
c@106
|
944 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
945 return _reader.totalSize().asPublic();
|
c@106
|
946 }
|
c@106
|
947
|
c@106
|
948 #if !CAPNP_LITE
|
c@106
|
949 inline ::kj::StringTree toString() const {
|
cannam@218
|
950 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
951 }
|
c@106
|
952 #endif // !CAPNP_LITE
|
c@106
|
953
|
c@106
|
954 inline bool hasBasic() const;
|
c@106
|
955 inline ::piper::Basic::Reader getBasic() const;
|
c@106
|
956
|
c@106
|
957 inline bool hasConfigured() const;
|
c@106
|
958 inline ::piper::ConfiguredOutputDescriptor::Reader getConfigured() const;
|
c@106
|
959
|
c@106
|
960 private:
|
c@106
|
961 ::capnp::_::StructReader _reader;
|
c@106
|
962 template <typename, ::capnp::Kind>
|
c@106
|
963 friend struct ::capnp::ToDynamic_;
|
c@106
|
964 template <typename, ::capnp::Kind>
|
c@106
|
965 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
966 template <typename, ::capnp::Kind>
|
c@106
|
967 friend struct ::capnp::List;
|
c@106
|
968 friend class ::capnp::MessageBuilder;
|
c@106
|
969 friend class ::capnp::Orphanage;
|
c@106
|
970 };
|
c@106
|
971
|
c@106
|
972 class OutputDescriptor::Builder {
|
c@106
|
973 public:
|
c@106
|
974 typedef OutputDescriptor Builds;
|
c@106
|
975
|
c@106
|
976 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
977 // You can explicitly initialize to nullptr instead.
|
c@106
|
978 inline Builder(decltype(nullptr)) {}
|
c@106
|
979 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
980 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
981 inline Reader asReader() const { return *this; }
|
c@106
|
982
|
c@106
|
983 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
984 #if !CAPNP_LITE
|
c@106
|
985 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
986 #endif // !CAPNP_LITE
|
c@106
|
987
|
c@106
|
988 inline bool hasBasic();
|
c@106
|
989 inline ::piper::Basic::Builder getBasic();
|
c@106
|
990 inline void setBasic( ::piper::Basic::Reader value);
|
c@106
|
991 inline ::piper::Basic::Builder initBasic();
|
c@106
|
992 inline void adoptBasic(::capnp::Orphan< ::piper::Basic>&& value);
|
c@106
|
993 inline ::capnp::Orphan< ::piper::Basic> disownBasic();
|
c@106
|
994
|
c@106
|
995 inline bool hasConfigured();
|
c@106
|
996 inline ::piper::ConfiguredOutputDescriptor::Builder getConfigured();
|
c@106
|
997 inline void setConfigured( ::piper::ConfiguredOutputDescriptor::Reader value);
|
c@106
|
998 inline ::piper::ConfiguredOutputDescriptor::Builder initConfigured();
|
c@106
|
999 inline void adoptConfigured(::capnp::Orphan< ::piper::ConfiguredOutputDescriptor>&& value);
|
c@106
|
1000 inline ::capnp::Orphan< ::piper::ConfiguredOutputDescriptor> disownConfigured();
|
c@106
|
1001
|
c@106
|
1002 private:
|
c@106
|
1003 ::capnp::_::StructBuilder _builder;
|
c@106
|
1004 template <typename, ::capnp::Kind>
|
c@106
|
1005 friend struct ::capnp::ToDynamic_;
|
c@106
|
1006 friend class ::capnp::Orphanage;
|
c@106
|
1007 template <typename, ::capnp::Kind>
|
c@106
|
1008 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1009 };
|
c@106
|
1010
|
c@106
|
1011 #if !CAPNP_LITE
|
c@106
|
1012 class OutputDescriptor::Pipeline {
|
c@106
|
1013 public:
|
c@106
|
1014 typedef OutputDescriptor Pipelines;
|
c@106
|
1015
|
c@106
|
1016 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1017 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1018 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1019
|
c@106
|
1020 inline ::piper::Basic::Pipeline getBasic();
|
c@106
|
1021 inline ::piper::ConfiguredOutputDescriptor::Pipeline getConfigured();
|
c@106
|
1022 private:
|
c@106
|
1023 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1024 friend class ::capnp::PipelineHook;
|
c@106
|
1025 template <typename, ::capnp::Kind>
|
c@106
|
1026 friend struct ::capnp::ToDynamic_;
|
c@106
|
1027 };
|
c@106
|
1028 #endif // !CAPNP_LITE
|
c@106
|
1029
|
c@106
|
1030 class ExtractorStaticData::Reader {
|
c@106
|
1031 public:
|
c@106
|
1032 typedef ExtractorStaticData Reads;
|
c@106
|
1033
|
c@106
|
1034 Reader() = default;
|
c@106
|
1035 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1036
|
c@106
|
1037 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1038 return _reader.totalSize().asPublic();
|
c@106
|
1039 }
|
c@106
|
1040
|
c@106
|
1041 #if !CAPNP_LITE
|
c@106
|
1042 inline ::kj::StringTree toString() const {
|
cannam@218
|
1043 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1044 }
|
c@106
|
1045 #endif // !CAPNP_LITE
|
c@106
|
1046
|
c@106
|
1047 inline bool hasKey() const;
|
c@106
|
1048 inline ::capnp::Text::Reader getKey() const;
|
c@106
|
1049
|
c@106
|
1050 inline bool hasBasic() const;
|
c@106
|
1051 inline ::piper::Basic::Reader getBasic() const;
|
c@106
|
1052
|
c@106
|
1053 inline bool hasMaker() const;
|
c@106
|
1054 inline ::capnp::Text::Reader getMaker() const;
|
c@106
|
1055
|
cannam@216
|
1056 inline bool hasRights() const;
|
cannam@216
|
1057 inline ::capnp::Text::Reader getRights() const;
|
c@106
|
1058
|
c@106
|
1059 inline ::int32_t getVersion() const;
|
c@106
|
1060
|
c@106
|
1061 inline bool hasCategory() const;
|
c@106
|
1062 inline ::capnp::List< ::capnp::Text>::Reader getCategory() const;
|
c@106
|
1063
|
c@106
|
1064 inline ::int32_t getMinChannelCount() const;
|
c@106
|
1065
|
c@106
|
1066 inline ::int32_t getMaxChannelCount() const;
|
c@106
|
1067
|
c@106
|
1068 inline bool hasParameters() const;
|
c@106
|
1069 inline ::capnp::List< ::piper::ParameterDescriptor>::Reader getParameters() const;
|
c@106
|
1070
|
c@106
|
1071 inline bool hasPrograms() const;
|
c@106
|
1072 inline ::capnp::List< ::capnp::Text>::Reader getPrograms() const;
|
c@106
|
1073
|
c@106
|
1074 inline ::piper::InputDomain getInputDomain() const;
|
c@106
|
1075
|
c@106
|
1076 inline bool hasBasicOutputInfo() const;
|
c@106
|
1077 inline ::capnp::List< ::piper::Basic>::Reader getBasicOutputInfo() const;
|
c@106
|
1078
|
c@106
|
1079 private:
|
c@106
|
1080 ::capnp::_::StructReader _reader;
|
c@106
|
1081 template <typename, ::capnp::Kind>
|
c@106
|
1082 friend struct ::capnp::ToDynamic_;
|
c@106
|
1083 template <typename, ::capnp::Kind>
|
c@106
|
1084 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1085 template <typename, ::capnp::Kind>
|
c@106
|
1086 friend struct ::capnp::List;
|
c@106
|
1087 friend class ::capnp::MessageBuilder;
|
c@106
|
1088 friend class ::capnp::Orphanage;
|
c@106
|
1089 };
|
c@106
|
1090
|
c@106
|
1091 class ExtractorStaticData::Builder {
|
c@106
|
1092 public:
|
c@106
|
1093 typedef ExtractorStaticData Builds;
|
c@106
|
1094
|
c@106
|
1095 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1096 // You can explicitly initialize to nullptr instead.
|
c@106
|
1097 inline Builder(decltype(nullptr)) {}
|
c@106
|
1098 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1099 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1100 inline Reader asReader() const { return *this; }
|
c@106
|
1101
|
c@106
|
1102 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1103 #if !CAPNP_LITE
|
c@106
|
1104 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1105 #endif // !CAPNP_LITE
|
c@106
|
1106
|
c@106
|
1107 inline bool hasKey();
|
c@106
|
1108 inline ::capnp::Text::Builder getKey();
|
c@106
|
1109 inline void setKey( ::capnp::Text::Reader value);
|
c@106
|
1110 inline ::capnp::Text::Builder initKey(unsigned int size);
|
c@106
|
1111 inline void adoptKey(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
1112 inline ::capnp::Orphan< ::capnp::Text> disownKey();
|
c@106
|
1113
|
c@106
|
1114 inline bool hasBasic();
|
c@106
|
1115 inline ::piper::Basic::Builder getBasic();
|
c@106
|
1116 inline void setBasic( ::piper::Basic::Reader value);
|
c@106
|
1117 inline ::piper::Basic::Builder initBasic();
|
c@106
|
1118 inline void adoptBasic(::capnp::Orphan< ::piper::Basic>&& value);
|
c@106
|
1119 inline ::capnp::Orphan< ::piper::Basic> disownBasic();
|
c@106
|
1120
|
c@106
|
1121 inline bool hasMaker();
|
c@106
|
1122 inline ::capnp::Text::Builder getMaker();
|
c@106
|
1123 inline void setMaker( ::capnp::Text::Reader value);
|
c@106
|
1124 inline ::capnp::Text::Builder initMaker(unsigned int size);
|
c@106
|
1125 inline void adoptMaker(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
1126 inline ::capnp::Orphan< ::capnp::Text> disownMaker();
|
c@106
|
1127
|
cannam@216
|
1128 inline bool hasRights();
|
cannam@216
|
1129 inline ::capnp::Text::Builder getRights();
|
cannam@216
|
1130 inline void setRights( ::capnp::Text::Reader value);
|
cannam@216
|
1131 inline ::capnp::Text::Builder initRights(unsigned int size);
|
cannam@216
|
1132 inline void adoptRights(::capnp::Orphan< ::capnp::Text>&& value);
|
cannam@216
|
1133 inline ::capnp::Orphan< ::capnp::Text> disownRights();
|
c@106
|
1134
|
c@106
|
1135 inline ::int32_t getVersion();
|
c@106
|
1136 inline void setVersion( ::int32_t value);
|
c@106
|
1137
|
c@106
|
1138 inline bool hasCategory();
|
c@106
|
1139 inline ::capnp::List< ::capnp::Text>::Builder getCategory();
|
c@106
|
1140 inline void setCategory( ::capnp::List< ::capnp::Text>::Reader value);
|
c@106
|
1141 inline void setCategory(::kj::ArrayPtr<const ::capnp::Text::Reader> value);
|
c@106
|
1142 inline ::capnp::List< ::capnp::Text>::Builder initCategory(unsigned int size);
|
c@106
|
1143 inline void adoptCategory(::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value);
|
c@106
|
1144 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> disownCategory();
|
c@106
|
1145
|
c@106
|
1146 inline ::int32_t getMinChannelCount();
|
c@106
|
1147 inline void setMinChannelCount( ::int32_t value);
|
c@106
|
1148
|
c@106
|
1149 inline ::int32_t getMaxChannelCount();
|
c@106
|
1150 inline void setMaxChannelCount( ::int32_t value);
|
c@106
|
1151
|
c@106
|
1152 inline bool hasParameters();
|
c@106
|
1153 inline ::capnp::List< ::piper::ParameterDescriptor>::Builder getParameters();
|
c@106
|
1154 inline void setParameters( ::capnp::List< ::piper::ParameterDescriptor>::Reader value);
|
c@106
|
1155 inline ::capnp::List< ::piper::ParameterDescriptor>::Builder initParameters(unsigned int size);
|
c@106
|
1156 inline void adoptParameters(::capnp::Orphan< ::capnp::List< ::piper::ParameterDescriptor>>&& value);
|
c@106
|
1157 inline ::capnp::Orphan< ::capnp::List< ::piper::ParameterDescriptor>> disownParameters();
|
c@106
|
1158
|
c@106
|
1159 inline bool hasPrograms();
|
c@106
|
1160 inline ::capnp::List< ::capnp::Text>::Builder getPrograms();
|
c@106
|
1161 inline void setPrograms( ::capnp::List< ::capnp::Text>::Reader value);
|
c@106
|
1162 inline void setPrograms(::kj::ArrayPtr<const ::capnp::Text::Reader> value);
|
c@106
|
1163 inline ::capnp::List< ::capnp::Text>::Builder initPrograms(unsigned int size);
|
c@106
|
1164 inline void adoptPrograms(::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value);
|
c@106
|
1165 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> disownPrograms();
|
c@106
|
1166
|
c@106
|
1167 inline ::piper::InputDomain getInputDomain();
|
c@106
|
1168 inline void setInputDomain( ::piper::InputDomain value);
|
c@106
|
1169
|
c@106
|
1170 inline bool hasBasicOutputInfo();
|
c@106
|
1171 inline ::capnp::List< ::piper::Basic>::Builder getBasicOutputInfo();
|
c@106
|
1172 inline void setBasicOutputInfo( ::capnp::List< ::piper::Basic>::Reader value);
|
c@106
|
1173 inline ::capnp::List< ::piper::Basic>::Builder initBasicOutputInfo(unsigned int size);
|
c@106
|
1174 inline void adoptBasicOutputInfo(::capnp::Orphan< ::capnp::List< ::piper::Basic>>&& value);
|
c@106
|
1175 inline ::capnp::Orphan< ::capnp::List< ::piper::Basic>> disownBasicOutputInfo();
|
c@106
|
1176
|
c@106
|
1177 private:
|
c@106
|
1178 ::capnp::_::StructBuilder _builder;
|
c@106
|
1179 template <typename, ::capnp::Kind>
|
c@106
|
1180 friend struct ::capnp::ToDynamic_;
|
c@106
|
1181 friend class ::capnp::Orphanage;
|
c@106
|
1182 template <typename, ::capnp::Kind>
|
c@106
|
1183 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1184 };
|
c@106
|
1185
|
c@106
|
1186 #if !CAPNP_LITE
|
c@106
|
1187 class ExtractorStaticData::Pipeline {
|
c@106
|
1188 public:
|
c@106
|
1189 typedef ExtractorStaticData Pipelines;
|
c@106
|
1190
|
c@106
|
1191 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1192 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1193 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1194
|
c@106
|
1195 inline ::piper::Basic::Pipeline getBasic();
|
c@106
|
1196 private:
|
c@106
|
1197 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1198 friend class ::capnp::PipelineHook;
|
c@106
|
1199 template <typename, ::capnp::Kind>
|
c@106
|
1200 friend struct ::capnp::ToDynamic_;
|
c@106
|
1201 };
|
c@106
|
1202 #endif // !CAPNP_LITE
|
c@106
|
1203
|
c@106
|
1204 class RealTime::Reader {
|
c@106
|
1205 public:
|
c@106
|
1206 typedef RealTime Reads;
|
c@106
|
1207
|
c@106
|
1208 Reader() = default;
|
c@106
|
1209 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1210
|
c@106
|
1211 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1212 return _reader.totalSize().asPublic();
|
c@106
|
1213 }
|
c@106
|
1214
|
c@106
|
1215 #if !CAPNP_LITE
|
c@106
|
1216 inline ::kj::StringTree toString() const {
|
cannam@218
|
1217 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1218 }
|
c@106
|
1219 #endif // !CAPNP_LITE
|
c@106
|
1220
|
c@106
|
1221 inline ::int32_t getSec() const;
|
c@106
|
1222
|
c@106
|
1223 inline ::int32_t getNsec() const;
|
c@106
|
1224
|
c@106
|
1225 private:
|
c@106
|
1226 ::capnp::_::StructReader _reader;
|
c@106
|
1227 template <typename, ::capnp::Kind>
|
c@106
|
1228 friend struct ::capnp::ToDynamic_;
|
c@106
|
1229 template <typename, ::capnp::Kind>
|
c@106
|
1230 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1231 template <typename, ::capnp::Kind>
|
c@106
|
1232 friend struct ::capnp::List;
|
c@106
|
1233 friend class ::capnp::MessageBuilder;
|
c@106
|
1234 friend class ::capnp::Orphanage;
|
c@106
|
1235 };
|
c@106
|
1236
|
c@106
|
1237 class RealTime::Builder {
|
c@106
|
1238 public:
|
c@106
|
1239 typedef RealTime Builds;
|
c@106
|
1240
|
c@106
|
1241 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1242 // You can explicitly initialize to nullptr instead.
|
c@106
|
1243 inline Builder(decltype(nullptr)) {}
|
c@106
|
1244 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1245 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1246 inline Reader asReader() const { return *this; }
|
c@106
|
1247
|
c@106
|
1248 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1249 #if !CAPNP_LITE
|
c@106
|
1250 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1251 #endif // !CAPNP_LITE
|
c@106
|
1252
|
c@106
|
1253 inline ::int32_t getSec();
|
c@106
|
1254 inline void setSec( ::int32_t value);
|
c@106
|
1255
|
c@106
|
1256 inline ::int32_t getNsec();
|
c@106
|
1257 inline void setNsec( ::int32_t value);
|
c@106
|
1258
|
c@106
|
1259 private:
|
c@106
|
1260 ::capnp::_::StructBuilder _builder;
|
c@106
|
1261 template <typename, ::capnp::Kind>
|
c@106
|
1262 friend struct ::capnp::ToDynamic_;
|
c@106
|
1263 friend class ::capnp::Orphanage;
|
c@106
|
1264 template <typename, ::capnp::Kind>
|
c@106
|
1265 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1266 };
|
c@106
|
1267
|
c@106
|
1268 #if !CAPNP_LITE
|
c@106
|
1269 class RealTime::Pipeline {
|
c@106
|
1270 public:
|
c@106
|
1271 typedef RealTime Pipelines;
|
c@106
|
1272
|
c@106
|
1273 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1274 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1275 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1276
|
c@106
|
1277 private:
|
c@106
|
1278 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1279 friend class ::capnp::PipelineHook;
|
c@106
|
1280 template <typename, ::capnp::Kind>
|
c@106
|
1281 friend struct ::capnp::ToDynamic_;
|
c@106
|
1282 };
|
c@106
|
1283 #endif // !CAPNP_LITE
|
c@106
|
1284
|
c@106
|
1285 class ProcessInput::Reader {
|
c@106
|
1286 public:
|
c@106
|
1287 typedef ProcessInput Reads;
|
c@106
|
1288
|
c@106
|
1289 Reader() = default;
|
c@106
|
1290 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1291
|
c@106
|
1292 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1293 return _reader.totalSize().asPublic();
|
c@106
|
1294 }
|
c@106
|
1295
|
c@106
|
1296 #if !CAPNP_LITE
|
c@106
|
1297 inline ::kj::StringTree toString() const {
|
cannam@218
|
1298 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1299 }
|
c@106
|
1300 #endif // !CAPNP_LITE
|
c@106
|
1301
|
c@106
|
1302 inline bool hasInputBuffers() const;
|
c@106
|
1303 inline ::capnp::List< ::capnp::List<float>>::Reader getInputBuffers() const;
|
c@106
|
1304
|
c@106
|
1305 inline bool hasTimestamp() const;
|
c@106
|
1306 inline ::piper::RealTime::Reader getTimestamp() const;
|
c@106
|
1307
|
c@106
|
1308 private:
|
c@106
|
1309 ::capnp::_::StructReader _reader;
|
c@106
|
1310 template <typename, ::capnp::Kind>
|
c@106
|
1311 friend struct ::capnp::ToDynamic_;
|
c@106
|
1312 template <typename, ::capnp::Kind>
|
c@106
|
1313 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1314 template <typename, ::capnp::Kind>
|
c@106
|
1315 friend struct ::capnp::List;
|
c@106
|
1316 friend class ::capnp::MessageBuilder;
|
c@106
|
1317 friend class ::capnp::Orphanage;
|
c@106
|
1318 };
|
c@106
|
1319
|
c@106
|
1320 class ProcessInput::Builder {
|
c@106
|
1321 public:
|
c@106
|
1322 typedef ProcessInput Builds;
|
c@106
|
1323
|
c@106
|
1324 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1325 // You can explicitly initialize to nullptr instead.
|
c@106
|
1326 inline Builder(decltype(nullptr)) {}
|
c@106
|
1327 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1328 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1329 inline Reader asReader() const { return *this; }
|
c@106
|
1330
|
c@106
|
1331 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1332 #if !CAPNP_LITE
|
c@106
|
1333 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1334 #endif // !CAPNP_LITE
|
c@106
|
1335
|
c@106
|
1336 inline bool hasInputBuffers();
|
c@106
|
1337 inline ::capnp::List< ::capnp::List<float>>::Builder getInputBuffers();
|
c@106
|
1338 inline void setInputBuffers( ::capnp::List< ::capnp::List<float>>::Reader value);
|
c@106
|
1339 inline void setInputBuffers(::kj::ArrayPtr<const ::capnp::List<float>::Reader> value);
|
c@106
|
1340 inline ::capnp::List< ::capnp::List<float>>::Builder initInputBuffers(unsigned int size);
|
c@106
|
1341 inline void adoptInputBuffers(::capnp::Orphan< ::capnp::List< ::capnp::List<float>>>&& value);
|
c@106
|
1342 inline ::capnp::Orphan< ::capnp::List< ::capnp::List<float>>> disownInputBuffers();
|
c@106
|
1343
|
c@106
|
1344 inline bool hasTimestamp();
|
c@106
|
1345 inline ::piper::RealTime::Builder getTimestamp();
|
c@106
|
1346 inline void setTimestamp( ::piper::RealTime::Reader value);
|
c@106
|
1347 inline ::piper::RealTime::Builder initTimestamp();
|
c@106
|
1348 inline void adoptTimestamp(::capnp::Orphan< ::piper::RealTime>&& value);
|
c@106
|
1349 inline ::capnp::Orphan< ::piper::RealTime> disownTimestamp();
|
c@106
|
1350
|
c@106
|
1351 private:
|
c@106
|
1352 ::capnp::_::StructBuilder _builder;
|
c@106
|
1353 template <typename, ::capnp::Kind>
|
c@106
|
1354 friend struct ::capnp::ToDynamic_;
|
c@106
|
1355 friend class ::capnp::Orphanage;
|
c@106
|
1356 template <typename, ::capnp::Kind>
|
c@106
|
1357 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1358 };
|
c@106
|
1359
|
c@106
|
1360 #if !CAPNP_LITE
|
c@106
|
1361 class ProcessInput::Pipeline {
|
c@106
|
1362 public:
|
c@106
|
1363 typedef ProcessInput Pipelines;
|
c@106
|
1364
|
c@106
|
1365 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1366 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1367 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1368
|
c@106
|
1369 inline ::piper::RealTime::Pipeline getTimestamp();
|
c@106
|
1370 private:
|
c@106
|
1371 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1372 friend class ::capnp::PipelineHook;
|
c@106
|
1373 template <typename, ::capnp::Kind>
|
c@106
|
1374 friend struct ::capnp::ToDynamic_;
|
c@106
|
1375 };
|
c@106
|
1376 #endif // !CAPNP_LITE
|
c@106
|
1377
|
c@106
|
1378 class Feature::Reader {
|
c@106
|
1379 public:
|
c@106
|
1380 typedef Feature Reads;
|
c@106
|
1381
|
c@106
|
1382 Reader() = default;
|
c@106
|
1383 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1384
|
c@106
|
1385 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1386 return _reader.totalSize().asPublic();
|
c@106
|
1387 }
|
c@106
|
1388
|
c@106
|
1389 #if !CAPNP_LITE
|
c@106
|
1390 inline ::kj::StringTree toString() const {
|
cannam@218
|
1391 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1392 }
|
c@106
|
1393 #endif // !CAPNP_LITE
|
c@106
|
1394
|
c@106
|
1395 inline bool getHasTimestamp() const;
|
c@106
|
1396
|
c@106
|
1397 inline bool hasTimestamp() const;
|
c@106
|
1398 inline ::piper::RealTime::Reader getTimestamp() const;
|
c@106
|
1399
|
c@106
|
1400 inline bool getHasDuration() const;
|
c@106
|
1401
|
c@106
|
1402 inline bool hasDuration() const;
|
c@106
|
1403 inline ::piper::RealTime::Reader getDuration() const;
|
c@106
|
1404
|
c@106
|
1405 inline bool hasLabel() const;
|
c@106
|
1406 inline ::capnp::Text::Reader getLabel() const;
|
c@106
|
1407
|
c@106
|
1408 inline bool hasFeatureValues() const;
|
c@106
|
1409 inline ::capnp::List<float>::Reader getFeatureValues() const;
|
c@106
|
1410
|
c@106
|
1411 private:
|
c@106
|
1412 ::capnp::_::StructReader _reader;
|
c@106
|
1413 template <typename, ::capnp::Kind>
|
c@106
|
1414 friend struct ::capnp::ToDynamic_;
|
c@106
|
1415 template <typename, ::capnp::Kind>
|
c@106
|
1416 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1417 template <typename, ::capnp::Kind>
|
c@106
|
1418 friend struct ::capnp::List;
|
c@106
|
1419 friend class ::capnp::MessageBuilder;
|
c@106
|
1420 friend class ::capnp::Orphanage;
|
c@106
|
1421 };
|
c@106
|
1422
|
c@106
|
1423 class Feature::Builder {
|
c@106
|
1424 public:
|
c@106
|
1425 typedef Feature Builds;
|
c@106
|
1426
|
c@106
|
1427 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1428 // You can explicitly initialize to nullptr instead.
|
c@106
|
1429 inline Builder(decltype(nullptr)) {}
|
c@106
|
1430 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1431 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1432 inline Reader asReader() const { return *this; }
|
c@106
|
1433
|
c@106
|
1434 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1435 #if !CAPNP_LITE
|
c@106
|
1436 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1437 #endif // !CAPNP_LITE
|
c@106
|
1438
|
c@106
|
1439 inline bool getHasTimestamp();
|
c@106
|
1440 inline void setHasTimestamp(bool value);
|
c@106
|
1441
|
c@106
|
1442 inline bool hasTimestamp();
|
c@106
|
1443 inline ::piper::RealTime::Builder getTimestamp();
|
c@106
|
1444 inline void setTimestamp( ::piper::RealTime::Reader value);
|
c@106
|
1445 inline ::piper::RealTime::Builder initTimestamp();
|
c@106
|
1446 inline void adoptTimestamp(::capnp::Orphan< ::piper::RealTime>&& value);
|
c@106
|
1447 inline ::capnp::Orphan< ::piper::RealTime> disownTimestamp();
|
c@106
|
1448
|
c@106
|
1449 inline bool getHasDuration();
|
c@106
|
1450 inline void setHasDuration(bool value);
|
c@106
|
1451
|
c@106
|
1452 inline bool hasDuration();
|
c@106
|
1453 inline ::piper::RealTime::Builder getDuration();
|
c@106
|
1454 inline void setDuration( ::piper::RealTime::Reader value);
|
c@106
|
1455 inline ::piper::RealTime::Builder initDuration();
|
c@106
|
1456 inline void adoptDuration(::capnp::Orphan< ::piper::RealTime>&& value);
|
c@106
|
1457 inline ::capnp::Orphan< ::piper::RealTime> disownDuration();
|
c@106
|
1458
|
c@106
|
1459 inline bool hasLabel();
|
c@106
|
1460 inline ::capnp::Text::Builder getLabel();
|
c@106
|
1461 inline void setLabel( ::capnp::Text::Reader value);
|
c@106
|
1462 inline ::capnp::Text::Builder initLabel(unsigned int size);
|
c@106
|
1463 inline void adoptLabel(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
1464 inline ::capnp::Orphan< ::capnp::Text> disownLabel();
|
c@106
|
1465
|
c@106
|
1466 inline bool hasFeatureValues();
|
c@106
|
1467 inline ::capnp::List<float>::Builder getFeatureValues();
|
c@106
|
1468 inline void setFeatureValues( ::capnp::List<float>::Reader value);
|
c@106
|
1469 inline void setFeatureValues(::kj::ArrayPtr<const float> value);
|
c@106
|
1470 inline ::capnp::List<float>::Builder initFeatureValues(unsigned int size);
|
c@106
|
1471 inline void adoptFeatureValues(::capnp::Orphan< ::capnp::List<float>>&& value);
|
c@106
|
1472 inline ::capnp::Orphan< ::capnp::List<float>> disownFeatureValues();
|
c@106
|
1473
|
c@106
|
1474 private:
|
c@106
|
1475 ::capnp::_::StructBuilder _builder;
|
c@106
|
1476 template <typename, ::capnp::Kind>
|
c@106
|
1477 friend struct ::capnp::ToDynamic_;
|
c@106
|
1478 friend class ::capnp::Orphanage;
|
c@106
|
1479 template <typename, ::capnp::Kind>
|
c@106
|
1480 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1481 };
|
c@106
|
1482
|
c@106
|
1483 #if !CAPNP_LITE
|
c@106
|
1484 class Feature::Pipeline {
|
c@106
|
1485 public:
|
c@106
|
1486 typedef Feature Pipelines;
|
c@106
|
1487
|
c@106
|
1488 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1489 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1490 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1491
|
c@106
|
1492 inline ::piper::RealTime::Pipeline getTimestamp();
|
c@106
|
1493 inline ::piper::RealTime::Pipeline getDuration();
|
c@106
|
1494 private:
|
c@106
|
1495 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1496 friend class ::capnp::PipelineHook;
|
c@106
|
1497 template <typename, ::capnp::Kind>
|
c@106
|
1498 friend struct ::capnp::ToDynamic_;
|
c@106
|
1499 };
|
c@106
|
1500 #endif // !CAPNP_LITE
|
c@106
|
1501
|
c@106
|
1502 class FeatureSet::Reader {
|
c@106
|
1503 public:
|
c@106
|
1504 typedef FeatureSet Reads;
|
c@106
|
1505
|
c@106
|
1506 Reader() = default;
|
c@106
|
1507 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1508
|
c@106
|
1509 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1510 return _reader.totalSize().asPublic();
|
c@106
|
1511 }
|
c@106
|
1512
|
c@106
|
1513 #if !CAPNP_LITE
|
c@106
|
1514 inline ::kj::StringTree toString() const {
|
cannam@218
|
1515 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1516 }
|
c@106
|
1517 #endif // !CAPNP_LITE
|
c@106
|
1518
|
c@106
|
1519 inline bool hasFeaturePairs() const;
|
c@106
|
1520 inline ::capnp::List< ::piper::FeatureSet::FSPair>::Reader getFeaturePairs() const;
|
c@106
|
1521
|
c@106
|
1522 private:
|
c@106
|
1523 ::capnp::_::StructReader _reader;
|
c@106
|
1524 template <typename, ::capnp::Kind>
|
c@106
|
1525 friend struct ::capnp::ToDynamic_;
|
c@106
|
1526 template <typename, ::capnp::Kind>
|
c@106
|
1527 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1528 template <typename, ::capnp::Kind>
|
c@106
|
1529 friend struct ::capnp::List;
|
c@106
|
1530 friend class ::capnp::MessageBuilder;
|
c@106
|
1531 friend class ::capnp::Orphanage;
|
c@106
|
1532 };
|
c@106
|
1533
|
c@106
|
1534 class FeatureSet::Builder {
|
c@106
|
1535 public:
|
c@106
|
1536 typedef FeatureSet Builds;
|
c@106
|
1537
|
c@106
|
1538 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1539 // You can explicitly initialize to nullptr instead.
|
c@106
|
1540 inline Builder(decltype(nullptr)) {}
|
c@106
|
1541 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1542 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1543 inline Reader asReader() const { return *this; }
|
c@106
|
1544
|
c@106
|
1545 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1546 #if !CAPNP_LITE
|
c@106
|
1547 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1548 #endif // !CAPNP_LITE
|
c@106
|
1549
|
c@106
|
1550 inline bool hasFeaturePairs();
|
c@106
|
1551 inline ::capnp::List< ::piper::FeatureSet::FSPair>::Builder getFeaturePairs();
|
c@106
|
1552 inline void setFeaturePairs( ::capnp::List< ::piper::FeatureSet::FSPair>::Reader value);
|
c@106
|
1553 inline ::capnp::List< ::piper::FeatureSet::FSPair>::Builder initFeaturePairs(unsigned int size);
|
c@106
|
1554 inline void adoptFeaturePairs(::capnp::Orphan< ::capnp::List< ::piper::FeatureSet::FSPair>>&& value);
|
c@106
|
1555 inline ::capnp::Orphan< ::capnp::List< ::piper::FeatureSet::FSPair>> disownFeaturePairs();
|
c@106
|
1556
|
c@106
|
1557 private:
|
c@106
|
1558 ::capnp::_::StructBuilder _builder;
|
c@106
|
1559 template <typename, ::capnp::Kind>
|
c@106
|
1560 friend struct ::capnp::ToDynamic_;
|
c@106
|
1561 friend class ::capnp::Orphanage;
|
c@106
|
1562 template <typename, ::capnp::Kind>
|
c@106
|
1563 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1564 };
|
c@106
|
1565
|
c@106
|
1566 #if !CAPNP_LITE
|
c@106
|
1567 class FeatureSet::Pipeline {
|
c@106
|
1568 public:
|
c@106
|
1569 typedef FeatureSet Pipelines;
|
c@106
|
1570
|
c@106
|
1571 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1572 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1573 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1574
|
c@106
|
1575 private:
|
c@106
|
1576 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1577 friend class ::capnp::PipelineHook;
|
c@106
|
1578 template <typename, ::capnp::Kind>
|
c@106
|
1579 friend struct ::capnp::ToDynamic_;
|
c@106
|
1580 };
|
c@106
|
1581 #endif // !CAPNP_LITE
|
c@106
|
1582
|
c@106
|
1583 class FeatureSet::FSPair::Reader {
|
c@106
|
1584 public:
|
c@106
|
1585 typedef FSPair Reads;
|
c@106
|
1586
|
c@106
|
1587 Reader() = default;
|
c@106
|
1588 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1589
|
c@106
|
1590 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1591 return _reader.totalSize().asPublic();
|
c@106
|
1592 }
|
c@106
|
1593
|
c@106
|
1594 #if !CAPNP_LITE
|
c@106
|
1595 inline ::kj::StringTree toString() const {
|
cannam@218
|
1596 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1597 }
|
c@106
|
1598 #endif // !CAPNP_LITE
|
c@106
|
1599
|
c@106
|
1600 inline bool hasOutput() const;
|
c@106
|
1601 inline ::capnp::Text::Reader getOutput() const;
|
c@106
|
1602
|
c@106
|
1603 inline bool hasFeatures() const;
|
c@106
|
1604 inline ::capnp::List< ::piper::Feature>::Reader getFeatures() const;
|
c@106
|
1605
|
c@106
|
1606 private:
|
c@106
|
1607 ::capnp::_::StructReader _reader;
|
c@106
|
1608 template <typename, ::capnp::Kind>
|
c@106
|
1609 friend struct ::capnp::ToDynamic_;
|
c@106
|
1610 template <typename, ::capnp::Kind>
|
c@106
|
1611 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1612 template <typename, ::capnp::Kind>
|
c@106
|
1613 friend struct ::capnp::List;
|
c@106
|
1614 friend class ::capnp::MessageBuilder;
|
c@106
|
1615 friend class ::capnp::Orphanage;
|
c@106
|
1616 };
|
c@106
|
1617
|
c@106
|
1618 class FeatureSet::FSPair::Builder {
|
c@106
|
1619 public:
|
c@106
|
1620 typedef FSPair Builds;
|
c@106
|
1621
|
c@106
|
1622 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1623 // You can explicitly initialize to nullptr instead.
|
c@106
|
1624 inline Builder(decltype(nullptr)) {}
|
c@106
|
1625 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1626 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1627 inline Reader asReader() const { return *this; }
|
c@106
|
1628
|
c@106
|
1629 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1630 #if !CAPNP_LITE
|
c@106
|
1631 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1632 #endif // !CAPNP_LITE
|
c@106
|
1633
|
c@106
|
1634 inline bool hasOutput();
|
c@106
|
1635 inline ::capnp::Text::Builder getOutput();
|
c@106
|
1636 inline void setOutput( ::capnp::Text::Reader value);
|
c@106
|
1637 inline ::capnp::Text::Builder initOutput(unsigned int size);
|
c@106
|
1638 inline void adoptOutput(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
1639 inline ::capnp::Orphan< ::capnp::Text> disownOutput();
|
c@106
|
1640
|
c@106
|
1641 inline bool hasFeatures();
|
c@106
|
1642 inline ::capnp::List< ::piper::Feature>::Builder getFeatures();
|
c@106
|
1643 inline void setFeatures( ::capnp::List< ::piper::Feature>::Reader value);
|
c@106
|
1644 inline ::capnp::List< ::piper::Feature>::Builder initFeatures(unsigned int size);
|
c@106
|
1645 inline void adoptFeatures(::capnp::Orphan< ::capnp::List< ::piper::Feature>>&& value);
|
c@106
|
1646 inline ::capnp::Orphan< ::capnp::List< ::piper::Feature>> disownFeatures();
|
c@106
|
1647
|
c@106
|
1648 private:
|
c@106
|
1649 ::capnp::_::StructBuilder _builder;
|
c@106
|
1650 template <typename, ::capnp::Kind>
|
c@106
|
1651 friend struct ::capnp::ToDynamic_;
|
c@106
|
1652 friend class ::capnp::Orphanage;
|
c@106
|
1653 template <typename, ::capnp::Kind>
|
c@106
|
1654 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1655 };
|
c@106
|
1656
|
c@106
|
1657 #if !CAPNP_LITE
|
c@106
|
1658 class FeatureSet::FSPair::Pipeline {
|
c@106
|
1659 public:
|
c@106
|
1660 typedef FSPair Pipelines;
|
c@106
|
1661
|
c@106
|
1662 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1663 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1664 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1665
|
c@106
|
1666 private:
|
c@106
|
1667 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1668 friend class ::capnp::PipelineHook;
|
c@106
|
1669 template <typename, ::capnp::Kind>
|
c@106
|
1670 friend struct ::capnp::ToDynamic_;
|
c@106
|
1671 };
|
c@106
|
1672 #endif // !CAPNP_LITE
|
c@106
|
1673
|
cannam@185
|
1674 class Framing::Reader {
|
c@106
|
1675 public:
|
cannam@185
|
1676 typedef Framing Reads;
|
c@106
|
1677
|
c@106
|
1678 Reader() = default;
|
c@106
|
1679 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1680
|
c@106
|
1681 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1682 return _reader.totalSize().asPublic();
|
c@106
|
1683 }
|
c@106
|
1684
|
c@106
|
1685 #if !CAPNP_LITE
|
c@106
|
1686 inline ::kj::StringTree toString() const {
|
cannam@218
|
1687 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1688 }
|
c@106
|
1689 #endif // !CAPNP_LITE
|
c@106
|
1690
|
cannam@216
|
1691 inline ::int32_t getBlockSize() const;
|
cannam@216
|
1692
|
c@106
|
1693 inline ::int32_t getStepSize() const;
|
c@106
|
1694
|
c@106
|
1695 private:
|
c@106
|
1696 ::capnp::_::StructReader _reader;
|
c@106
|
1697 template <typename, ::capnp::Kind>
|
c@106
|
1698 friend struct ::capnp::ToDynamic_;
|
c@106
|
1699 template <typename, ::capnp::Kind>
|
c@106
|
1700 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1701 template <typename, ::capnp::Kind>
|
c@106
|
1702 friend struct ::capnp::List;
|
c@106
|
1703 friend class ::capnp::MessageBuilder;
|
c@106
|
1704 friend class ::capnp::Orphanage;
|
c@106
|
1705 };
|
c@106
|
1706
|
cannam@185
|
1707 class Framing::Builder {
|
c@106
|
1708 public:
|
cannam@185
|
1709 typedef Framing Builds;
|
c@106
|
1710
|
c@106
|
1711 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1712 // You can explicitly initialize to nullptr instead.
|
c@106
|
1713 inline Builder(decltype(nullptr)) {}
|
c@106
|
1714 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1715 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1716 inline Reader asReader() const { return *this; }
|
c@106
|
1717
|
c@106
|
1718 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1719 #if !CAPNP_LITE
|
c@106
|
1720 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1721 #endif // !CAPNP_LITE
|
c@106
|
1722
|
cannam@216
|
1723 inline ::int32_t getBlockSize();
|
cannam@216
|
1724 inline void setBlockSize( ::int32_t value);
|
cannam@216
|
1725
|
cannam@185
|
1726 inline ::int32_t getStepSize();
|
cannam@185
|
1727 inline void setStepSize( ::int32_t value);
|
cannam@185
|
1728
|
cannam@185
|
1729 private:
|
cannam@185
|
1730 ::capnp::_::StructBuilder _builder;
|
cannam@185
|
1731 template <typename, ::capnp::Kind>
|
cannam@185
|
1732 friend struct ::capnp::ToDynamic_;
|
cannam@185
|
1733 friend class ::capnp::Orphanage;
|
cannam@185
|
1734 template <typename, ::capnp::Kind>
|
cannam@185
|
1735 friend struct ::capnp::_::PointerHelpers;
|
cannam@185
|
1736 };
|
cannam@185
|
1737
|
cannam@185
|
1738 #if !CAPNP_LITE
|
cannam@185
|
1739 class Framing::Pipeline {
|
cannam@185
|
1740 public:
|
cannam@185
|
1741 typedef Framing Pipelines;
|
cannam@185
|
1742
|
cannam@185
|
1743 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
cannam@185
|
1744 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
cannam@185
|
1745 : _typeless(kj::mv(typeless)) {}
|
cannam@185
|
1746
|
cannam@185
|
1747 private:
|
cannam@185
|
1748 ::capnp::AnyPointer::Pipeline _typeless;
|
cannam@185
|
1749 friend class ::capnp::PipelineHook;
|
cannam@185
|
1750 template <typename, ::capnp::Kind>
|
cannam@185
|
1751 friend struct ::capnp::ToDynamic_;
|
cannam@185
|
1752 };
|
cannam@185
|
1753 #endif // !CAPNP_LITE
|
cannam@185
|
1754
|
cannam@185
|
1755 class Configuration::Reader {
|
cannam@185
|
1756 public:
|
cannam@185
|
1757 typedef Configuration Reads;
|
cannam@185
|
1758
|
cannam@185
|
1759 Reader() = default;
|
cannam@185
|
1760 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
cannam@185
|
1761
|
cannam@185
|
1762 inline ::capnp::MessageSize totalSize() const {
|
cannam@185
|
1763 return _reader.totalSize().asPublic();
|
cannam@185
|
1764 }
|
cannam@185
|
1765
|
cannam@185
|
1766 #if !CAPNP_LITE
|
cannam@185
|
1767 inline ::kj::StringTree toString() const {
|
cannam@218
|
1768 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
cannam@185
|
1769 }
|
cannam@185
|
1770 #endif // !CAPNP_LITE
|
cannam@185
|
1771
|
cannam@185
|
1772 inline bool hasParameterValues() const;
|
cannam@185
|
1773 inline ::capnp::List< ::piper::Configuration::PVPair>::Reader getParameterValues() const;
|
cannam@185
|
1774
|
cannam@185
|
1775 inline bool hasCurrentProgram() const;
|
cannam@185
|
1776 inline ::capnp::Text::Reader getCurrentProgram() const;
|
cannam@185
|
1777
|
cannam@185
|
1778 inline ::int32_t getChannelCount() const;
|
cannam@185
|
1779
|
cannam@185
|
1780 inline bool hasFraming() const;
|
cannam@185
|
1781 inline ::piper::Framing::Reader getFraming() const;
|
cannam@185
|
1782
|
cannam@185
|
1783 private:
|
cannam@185
|
1784 ::capnp::_::StructReader _reader;
|
cannam@185
|
1785 template <typename, ::capnp::Kind>
|
cannam@185
|
1786 friend struct ::capnp::ToDynamic_;
|
cannam@185
|
1787 template <typename, ::capnp::Kind>
|
cannam@185
|
1788 friend struct ::capnp::_::PointerHelpers;
|
cannam@185
|
1789 template <typename, ::capnp::Kind>
|
cannam@185
|
1790 friend struct ::capnp::List;
|
cannam@185
|
1791 friend class ::capnp::MessageBuilder;
|
cannam@185
|
1792 friend class ::capnp::Orphanage;
|
cannam@185
|
1793 };
|
cannam@185
|
1794
|
cannam@185
|
1795 class Configuration::Builder {
|
cannam@185
|
1796 public:
|
cannam@185
|
1797 typedef Configuration Builds;
|
cannam@185
|
1798
|
cannam@185
|
1799 Builder() = delete; // Deleted to discourage incorrect usage.
|
cannam@185
|
1800 // You can explicitly initialize to nullptr instead.
|
cannam@185
|
1801 inline Builder(decltype(nullptr)) {}
|
cannam@185
|
1802 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
cannam@185
|
1803 inline operator Reader() const { return Reader(_builder.asReader()); }
|
cannam@185
|
1804 inline Reader asReader() const { return *this; }
|
cannam@185
|
1805
|
cannam@185
|
1806 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
cannam@185
|
1807 #if !CAPNP_LITE
|
cannam@185
|
1808 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
cannam@185
|
1809 #endif // !CAPNP_LITE
|
cannam@185
|
1810
|
c@106
|
1811 inline bool hasParameterValues();
|
c@106
|
1812 inline ::capnp::List< ::piper::Configuration::PVPair>::Builder getParameterValues();
|
c@106
|
1813 inline void setParameterValues( ::capnp::List< ::piper::Configuration::PVPair>::Reader value);
|
c@106
|
1814 inline ::capnp::List< ::piper::Configuration::PVPair>::Builder initParameterValues(unsigned int size);
|
c@106
|
1815 inline void adoptParameterValues(::capnp::Orphan< ::capnp::List< ::piper::Configuration::PVPair>>&& value);
|
c@106
|
1816 inline ::capnp::Orphan< ::capnp::List< ::piper::Configuration::PVPair>> disownParameterValues();
|
c@106
|
1817
|
c@106
|
1818 inline bool hasCurrentProgram();
|
c@106
|
1819 inline ::capnp::Text::Builder getCurrentProgram();
|
c@106
|
1820 inline void setCurrentProgram( ::capnp::Text::Reader value);
|
c@106
|
1821 inline ::capnp::Text::Builder initCurrentProgram(unsigned int size);
|
c@106
|
1822 inline void adoptCurrentProgram(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
1823 inline ::capnp::Orphan< ::capnp::Text> disownCurrentProgram();
|
c@106
|
1824
|
c@106
|
1825 inline ::int32_t getChannelCount();
|
c@106
|
1826 inline void setChannelCount( ::int32_t value);
|
c@106
|
1827
|
cannam@185
|
1828 inline bool hasFraming();
|
cannam@185
|
1829 inline ::piper::Framing::Builder getFraming();
|
cannam@185
|
1830 inline void setFraming( ::piper::Framing::Reader value);
|
cannam@185
|
1831 inline ::piper::Framing::Builder initFraming();
|
cannam@185
|
1832 inline void adoptFraming(::capnp::Orphan< ::piper::Framing>&& value);
|
cannam@185
|
1833 inline ::capnp::Orphan< ::piper::Framing> disownFraming();
|
c@106
|
1834
|
c@106
|
1835 private:
|
c@106
|
1836 ::capnp::_::StructBuilder _builder;
|
c@106
|
1837 template <typename, ::capnp::Kind>
|
c@106
|
1838 friend struct ::capnp::ToDynamic_;
|
c@106
|
1839 friend class ::capnp::Orphanage;
|
c@106
|
1840 template <typename, ::capnp::Kind>
|
c@106
|
1841 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1842 };
|
c@106
|
1843
|
c@106
|
1844 #if !CAPNP_LITE
|
c@106
|
1845 class Configuration::Pipeline {
|
c@106
|
1846 public:
|
c@106
|
1847 typedef Configuration Pipelines;
|
c@106
|
1848
|
c@106
|
1849 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1850 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1851 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1852
|
cannam@185
|
1853 inline ::piper::Framing::Pipeline getFraming();
|
c@106
|
1854 private:
|
c@106
|
1855 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1856 friend class ::capnp::PipelineHook;
|
c@106
|
1857 template <typename, ::capnp::Kind>
|
c@106
|
1858 friend struct ::capnp::ToDynamic_;
|
c@106
|
1859 };
|
c@106
|
1860 #endif // !CAPNP_LITE
|
c@106
|
1861
|
c@106
|
1862 class Configuration::PVPair::Reader {
|
c@106
|
1863 public:
|
c@106
|
1864 typedef PVPair Reads;
|
c@106
|
1865
|
c@106
|
1866 Reader() = default;
|
c@106
|
1867 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1868
|
c@106
|
1869 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1870 return _reader.totalSize().asPublic();
|
c@106
|
1871 }
|
c@106
|
1872
|
c@106
|
1873 #if !CAPNP_LITE
|
c@106
|
1874 inline ::kj::StringTree toString() const {
|
cannam@218
|
1875 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1876 }
|
c@106
|
1877 #endif // !CAPNP_LITE
|
c@106
|
1878
|
c@106
|
1879 inline bool hasParameter() const;
|
c@106
|
1880 inline ::capnp::Text::Reader getParameter() const;
|
c@106
|
1881
|
c@106
|
1882 inline float getValue() const;
|
c@106
|
1883
|
c@106
|
1884 private:
|
c@106
|
1885 ::capnp::_::StructReader _reader;
|
c@106
|
1886 template <typename, ::capnp::Kind>
|
c@106
|
1887 friend struct ::capnp::ToDynamic_;
|
c@106
|
1888 template <typename, ::capnp::Kind>
|
c@106
|
1889 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1890 template <typename, ::capnp::Kind>
|
c@106
|
1891 friend struct ::capnp::List;
|
c@106
|
1892 friend class ::capnp::MessageBuilder;
|
c@106
|
1893 friend class ::capnp::Orphanage;
|
c@106
|
1894 };
|
c@106
|
1895
|
c@106
|
1896 class Configuration::PVPair::Builder {
|
c@106
|
1897 public:
|
c@106
|
1898 typedef PVPair Builds;
|
c@106
|
1899
|
c@106
|
1900 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1901 // You can explicitly initialize to nullptr instead.
|
c@106
|
1902 inline Builder(decltype(nullptr)) {}
|
c@106
|
1903 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1904 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1905 inline Reader asReader() const { return *this; }
|
c@106
|
1906
|
c@106
|
1907 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1908 #if !CAPNP_LITE
|
c@106
|
1909 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1910 #endif // !CAPNP_LITE
|
c@106
|
1911
|
c@106
|
1912 inline bool hasParameter();
|
c@106
|
1913 inline ::capnp::Text::Builder getParameter();
|
c@106
|
1914 inline void setParameter( ::capnp::Text::Reader value);
|
c@106
|
1915 inline ::capnp::Text::Builder initParameter(unsigned int size);
|
c@106
|
1916 inline void adoptParameter(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
1917 inline ::capnp::Orphan< ::capnp::Text> disownParameter();
|
c@106
|
1918
|
c@106
|
1919 inline float getValue();
|
c@106
|
1920 inline void setValue(float value);
|
c@106
|
1921
|
c@106
|
1922 private:
|
c@106
|
1923 ::capnp::_::StructBuilder _builder;
|
c@106
|
1924 template <typename, ::capnp::Kind>
|
c@106
|
1925 friend struct ::capnp::ToDynamic_;
|
c@106
|
1926 friend class ::capnp::Orphanage;
|
c@106
|
1927 template <typename, ::capnp::Kind>
|
c@106
|
1928 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1929 };
|
c@106
|
1930
|
c@106
|
1931 #if !CAPNP_LITE
|
c@106
|
1932 class Configuration::PVPair::Pipeline {
|
c@106
|
1933 public:
|
c@106
|
1934 typedef PVPair Pipelines;
|
c@106
|
1935
|
c@106
|
1936 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
1937 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
1938 : _typeless(kj::mv(typeless)) {}
|
c@106
|
1939
|
c@106
|
1940 private:
|
c@106
|
1941 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
1942 friend class ::capnp::PipelineHook;
|
c@106
|
1943 template <typename, ::capnp::Kind>
|
c@106
|
1944 friend struct ::capnp::ToDynamic_;
|
c@106
|
1945 };
|
c@106
|
1946 #endif // !CAPNP_LITE
|
c@106
|
1947
|
c@106
|
1948 class ListRequest::Reader {
|
c@106
|
1949 public:
|
c@106
|
1950 typedef ListRequest Reads;
|
c@106
|
1951
|
c@106
|
1952 Reader() = default;
|
c@106
|
1953 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
1954
|
c@106
|
1955 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
1956 return _reader.totalSize().asPublic();
|
c@106
|
1957 }
|
c@106
|
1958
|
c@106
|
1959 #if !CAPNP_LITE
|
c@106
|
1960 inline ::kj::StringTree toString() const {
|
cannam@218
|
1961 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
1962 }
|
c@106
|
1963 #endif // !CAPNP_LITE
|
c@106
|
1964
|
c@127
|
1965 inline bool hasFrom() const;
|
c@127
|
1966 inline ::capnp::List< ::capnp::Text>::Reader getFrom() const;
|
c@127
|
1967
|
c@106
|
1968 private:
|
c@106
|
1969 ::capnp::_::StructReader _reader;
|
c@106
|
1970 template <typename, ::capnp::Kind>
|
c@106
|
1971 friend struct ::capnp::ToDynamic_;
|
c@106
|
1972 template <typename, ::capnp::Kind>
|
c@106
|
1973 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
1974 template <typename, ::capnp::Kind>
|
c@106
|
1975 friend struct ::capnp::List;
|
c@106
|
1976 friend class ::capnp::MessageBuilder;
|
c@106
|
1977 friend class ::capnp::Orphanage;
|
c@106
|
1978 };
|
c@106
|
1979
|
c@106
|
1980 class ListRequest::Builder {
|
c@106
|
1981 public:
|
c@106
|
1982 typedef ListRequest Builds;
|
c@106
|
1983
|
c@106
|
1984 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
1985 // You can explicitly initialize to nullptr instead.
|
c@106
|
1986 inline Builder(decltype(nullptr)) {}
|
c@106
|
1987 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
1988 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
1989 inline Reader asReader() const { return *this; }
|
c@106
|
1990
|
c@106
|
1991 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
1992 #if !CAPNP_LITE
|
c@106
|
1993 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
1994 #endif // !CAPNP_LITE
|
c@106
|
1995
|
c@127
|
1996 inline bool hasFrom();
|
c@127
|
1997 inline ::capnp::List< ::capnp::Text>::Builder getFrom();
|
c@127
|
1998 inline void setFrom( ::capnp::List< ::capnp::Text>::Reader value);
|
c@127
|
1999 inline void setFrom(::kj::ArrayPtr<const ::capnp::Text::Reader> value);
|
c@127
|
2000 inline ::capnp::List< ::capnp::Text>::Builder initFrom(unsigned int size);
|
c@127
|
2001 inline void adoptFrom(::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value);
|
c@127
|
2002 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> disownFrom();
|
c@127
|
2003
|
c@106
|
2004 private:
|
c@106
|
2005 ::capnp::_::StructBuilder _builder;
|
c@106
|
2006 template <typename, ::capnp::Kind>
|
c@106
|
2007 friend struct ::capnp::ToDynamic_;
|
c@106
|
2008 friend class ::capnp::Orphanage;
|
c@106
|
2009 template <typename, ::capnp::Kind>
|
c@106
|
2010 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2011 };
|
c@106
|
2012
|
c@106
|
2013 #if !CAPNP_LITE
|
c@106
|
2014 class ListRequest::Pipeline {
|
c@106
|
2015 public:
|
c@106
|
2016 typedef ListRequest Pipelines;
|
c@106
|
2017
|
c@106
|
2018 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2019 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2020 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2021
|
c@106
|
2022 private:
|
c@106
|
2023 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2024 friend class ::capnp::PipelineHook;
|
c@106
|
2025 template <typename, ::capnp::Kind>
|
c@106
|
2026 friend struct ::capnp::ToDynamic_;
|
c@106
|
2027 };
|
c@106
|
2028 #endif // !CAPNP_LITE
|
c@106
|
2029
|
c@106
|
2030 class ListResponse::Reader {
|
c@106
|
2031 public:
|
c@106
|
2032 typedef ListResponse Reads;
|
c@106
|
2033
|
c@106
|
2034 Reader() = default;
|
c@106
|
2035 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2036
|
c@106
|
2037 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2038 return _reader.totalSize().asPublic();
|
c@106
|
2039 }
|
c@106
|
2040
|
c@106
|
2041 #if !CAPNP_LITE
|
c@106
|
2042 inline ::kj::StringTree toString() const {
|
cannam@218
|
2043 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2044 }
|
c@106
|
2045 #endif // !CAPNP_LITE
|
c@106
|
2046
|
c@106
|
2047 inline bool hasAvailable() const;
|
c@106
|
2048 inline ::capnp::List< ::piper::ExtractorStaticData>::Reader getAvailable() const;
|
c@106
|
2049
|
c@106
|
2050 private:
|
c@106
|
2051 ::capnp::_::StructReader _reader;
|
c@106
|
2052 template <typename, ::capnp::Kind>
|
c@106
|
2053 friend struct ::capnp::ToDynamic_;
|
c@106
|
2054 template <typename, ::capnp::Kind>
|
c@106
|
2055 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2056 template <typename, ::capnp::Kind>
|
c@106
|
2057 friend struct ::capnp::List;
|
c@106
|
2058 friend class ::capnp::MessageBuilder;
|
c@106
|
2059 friend class ::capnp::Orphanage;
|
c@106
|
2060 };
|
c@106
|
2061
|
c@106
|
2062 class ListResponse::Builder {
|
c@106
|
2063 public:
|
c@106
|
2064 typedef ListResponse Builds;
|
c@106
|
2065
|
c@106
|
2066 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2067 // You can explicitly initialize to nullptr instead.
|
c@106
|
2068 inline Builder(decltype(nullptr)) {}
|
c@106
|
2069 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2070 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2071 inline Reader asReader() const { return *this; }
|
c@106
|
2072
|
c@106
|
2073 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2074 #if !CAPNP_LITE
|
c@106
|
2075 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2076 #endif // !CAPNP_LITE
|
c@106
|
2077
|
c@106
|
2078 inline bool hasAvailable();
|
c@106
|
2079 inline ::capnp::List< ::piper::ExtractorStaticData>::Builder getAvailable();
|
c@106
|
2080 inline void setAvailable( ::capnp::List< ::piper::ExtractorStaticData>::Reader value);
|
c@106
|
2081 inline ::capnp::List< ::piper::ExtractorStaticData>::Builder initAvailable(unsigned int size);
|
c@106
|
2082 inline void adoptAvailable(::capnp::Orphan< ::capnp::List< ::piper::ExtractorStaticData>>&& value);
|
c@106
|
2083 inline ::capnp::Orphan< ::capnp::List< ::piper::ExtractorStaticData>> disownAvailable();
|
c@106
|
2084
|
c@106
|
2085 private:
|
c@106
|
2086 ::capnp::_::StructBuilder _builder;
|
c@106
|
2087 template <typename, ::capnp::Kind>
|
c@106
|
2088 friend struct ::capnp::ToDynamic_;
|
c@106
|
2089 friend class ::capnp::Orphanage;
|
c@106
|
2090 template <typename, ::capnp::Kind>
|
c@106
|
2091 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2092 };
|
c@106
|
2093
|
c@106
|
2094 #if !CAPNP_LITE
|
c@106
|
2095 class ListResponse::Pipeline {
|
c@106
|
2096 public:
|
c@106
|
2097 typedef ListResponse Pipelines;
|
c@106
|
2098
|
c@106
|
2099 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2100 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2101 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2102
|
c@106
|
2103 private:
|
c@106
|
2104 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2105 friend class ::capnp::PipelineHook;
|
c@106
|
2106 template <typename, ::capnp::Kind>
|
c@106
|
2107 friend struct ::capnp::ToDynamic_;
|
c@106
|
2108 };
|
c@106
|
2109 #endif // !CAPNP_LITE
|
c@106
|
2110
|
c@106
|
2111 class LoadRequest::Reader {
|
c@106
|
2112 public:
|
c@106
|
2113 typedef LoadRequest Reads;
|
c@106
|
2114
|
c@106
|
2115 Reader() = default;
|
c@106
|
2116 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2117
|
c@106
|
2118 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2119 return _reader.totalSize().asPublic();
|
c@106
|
2120 }
|
c@106
|
2121
|
c@106
|
2122 #if !CAPNP_LITE
|
c@106
|
2123 inline ::kj::StringTree toString() const {
|
cannam@218
|
2124 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2125 }
|
c@106
|
2126 #endif // !CAPNP_LITE
|
c@106
|
2127
|
c@106
|
2128 inline bool hasKey() const;
|
c@106
|
2129 inline ::capnp::Text::Reader getKey() const;
|
c@106
|
2130
|
c@106
|
2131 inline float getInputSampleRate() const;
|
c@106
|
2132
|
c@106
|
2133 inline bool hasAdapterFlags() const;
|
c@106
|
2134 inline ::capnp::List< ::piper::AdapterFlag>::Reader getAdapterFlags() const;
|
c@106
|
2135
|
c@106
|
2136 private:
|
c@106
|
2137 ::capnp::_::StructReader _reader;
|
c@106
|
2138 template <typename, ::capnp::Kind>
|
c@106
|
2139 friend struct ::capnp::ToDynamic_;
|
c@106
|
2140 template <typename, ::capnp::Kind>
|
c@106
|
2141 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2142 template <typename, ::capnp::Kind>
|
c@106
|
2143 friend struct ::capnp::List;
|
c@106
|
2144 friend class ::capnp::MessageBuilder;
|
c@106
|
2145 friend class ::capnp::Orphanage;
|
c@106
|
2146 };
|
c@106
|
2147
|
c@106
|
2148 class LoadRequest::Builder {
|
c@106
|
2149 public:
|
c@106
|
2150 typedef LoadRequest Builds;
|
c@106
|
2151
|
c@106
|
2152 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2153 // You can explicitly initialize to nullptr instead.
|
c@106
|
2154 inline Builder(decltype(nullptr)) {}
|
c@106
|
2155 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2156 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2157 inline Reader asReader() const { return *this; }
|
c@106
|
2158
|
c@106
|
2159 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2160 #if !CAPNP_LITE
|
c@106
|
2161 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2162 #endif // !CAPNP_LITE
|
c@106
|
2163
|
c@106
|
2164 inline bool hasKey();
|
c@106
|
2165 inline ::capnp::Text::Builder getKey();
|
c@106
|
2166 inline void setKey( ::capnp::Text::Reader value);
|
c@106
|
2167 inline ::capnp::Text::Builder initKey(unsigned int size);
|
c@106
|
2168 inline void adoptKey(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
2169 inline ::capnp::Orphan< ::capnp::Text> disownKey();
|
c@106
|
2170
|
c@106
|
2171 inline float getInputSampleRate();
|
c@106
|
2172 inline void setInputSampleRate(float value);
|
c@106
|
2173
|
c@106
|
2174 inline bool hasAdapterFlags();
|
c@106
|
2175 inline ::capnp::List< ::piper::AdapterFlag>::Builder getAdapterFlags();
|
c@106
|
2176 inline void setAdapterFlags( ::capnp::List< ::piper::AdapterFlag>::Reader value);
|
c@106
|
2177 inline void setAdapterFlags(::kj::ArrayPtr<const ::piper::AdapterFlag> value);
|
c@106
|
2178 inline ::capnp::List< ::piper::AdapterFlag>::Builder initAdapterFlags(unsigned int size);
|
c@106
|
2179 inline void adoptAdapterFlags(::capnp::Orphan< ::capnp::List< ::piper::AdapterFlag>>&& value);
|
c@106
|
2180 inline ::capnp::Orphan< ::capnp::List< ::piper::AdapterFlag>> disownAdapterFlags();
|
c@106
|
2181
|
c@106
|
2182 private:
|
c@106
|
2183 ::capnp::_::StructBuilder _builder;
|
c@106
|
2184 template <typename, ::capnp::Kind>
|
c@106
|
2185 friend struct ::capnp::ToDynamic_;
|
c@106
|
2186 friend class ::capnp::Orphanage;
|
c@106
|
2187 template <typename, ::capnp::Kind>
|
c@106
|
2188 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2189 };
|
c@106
|
2190
|
c@106
|
2191 #if !CAPNP_LITE
|
c@106
|
2192 class LoadRequest::Pipeline {
|
c@106
|
2193 public:
|
c@106
|
2194 typedef LoadRequest Pipelines;
|
c@106
|
2195
|
c@106
|
2196 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2197 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2198 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2199
|
c@106
|
2200 private:
|
c@106
|
2201 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2202 friend class ::capnp::PipelineHook;
|
c@106
|
2203 template <typename, ::capnp::Kind>
|
c@106
|
2204 friend struct ::capnp::ToDynamic_;
|
c@106
|
2205 };
|
c@106
|
2206 #endif // !CAPNP_LITE
|
c@106
|
2207
|
c@106
|
2208 class LoadResponse::Reader {
|
c@106
|
2209 public:
|
c@106
|
2210 typedef LoadResponse Reads;
|
c@106
|
2211
|
c@106
|
2212 Reader() = default;
|
c@106
|
2213 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2214
|
c@106
|
2215 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2216 return _reader.totalSize().asPublic();
|
c@106
|
2217 }
|
c@106
|
2218
|
c@106
|
2219 #if !CAPNP_LITE
|
c@106
|
2220 inline ::kj::StringTree toString() const {
|
cannam@218
|
2221 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2222 }
|
c@106
|
2223 #endif // !CAPNP_LITE
|
c@106
|
2224
|
c@106
|
2225 inline ::int32_t getHandle() const;
|
c@106
|
2226
|
c@106
|
2227 inline bool hasStaticData() const;
|
c@106
|
2228 inline ::piper::ExtractorStaticData::Reader getStaticData() const;
|
c@106
|
2229
|
c@106
|
2230 inline bool hasDefaultConfiguration() const;
|
c@106
|
2231 inline ::piper::Configuration::Reader getDefaultConfiguration() const;
|
c@106
|
2232
|
c@106
|
2233 private:
|
c@106
|
2234 ::capnp::_::StructReader _reader;
|
c@106
|
2235 template <typename, ::capnp::Kind>
|
c@106
|
2236 friend struct ::capnp::ToDynamic_;
|
c@106
|
2237 template <typename, ::capnp::Kind>
|
c@106
|
2238 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2239 template <typename, ::capnp::Kind>
|
c@106
|
2240 friend struct ::capnp::List;
|
c@106
|
2241 friend class ::capnp::MessageBuilder;
|
c@106
|
2242 friend class ::capnp::Orphanage;
|
c@106
|
2243 };
|
c@106
|
2244
|
c@106
|
2245 class LoadResponse::Builder {
|
c@106
|
2246 public:
|
c@106
|
2247 typedef LoadResponse Builds;
|
c@106
|
2248
|
c@106
|
2249 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2250 // You can explicitly initialize to nullptr instead.
|
c@106
|
2251 inline Builder(decltype(nullptr)) {}
|
c@106
|
2252 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2253 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2254 inline Reader asReader() const { return *this; }
|
c@106
|
2255
|
c@106
|
2256 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2257 #if !CAPNP_LITE
|
c@106
|
2258 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2259 #endif // !CAPNP_LITE
|
c@106
|
2260
|
c@106
|
2261 inline ::int32_t getHandle();
|
c@106
|
2262 inline void setHandle( ::int32_t value);
|
c@106
|
2263
|
c@106
|
2264 inline bool hasStaticData();
|
c@106
|
2265 inline ::piper::ExtractorStaticData::Builder getStaticData();
|
c@106
|
2266 inline void setStaticData( ::piper::ExtractorStaticData::Reader value);
|
c@106
|
2267 inline ::piper::ExtractorStaticData::Builder initStaticData();
|
c@106
|
2268 inline void adoptStaticData(::capnp::Orphan< ::piper::ExtractorStaticData>&& value);
|
c@106
|
2269 inline ::capnp::Orphan< ::piper::ExtractorStaticData> disownStaticData();
|
c@106
|
2270
|
c@106
|
2271 inline bool hasDefaultConfiguration();
|
c@106
|
2272 inline ::piper::Configuration::Builder getDefaultConfiguration();
|
c@106
|
2273 inline void setDefaultConfiguration( ::piper::Configuration::Reader value);
|
c@106
|
2274 inline ::piper::Configuration::Builder initDefaultConfiguration();
|
c@106
|
2275 inline void adoptDefaultConfiguration(::capnp::Orphan< ::piper::Configuration>&& value);
|
c@106
|
2276 inline ::capnp::Orphan< ::piper::Configuration> disownDefaultConfiguration();
|
c@106
|
2277
|
c@106
|
2278 private:
|
c@106
|
2279 ::capnp::_::StructBuilder _builder;
|
c@106
|
2280 template <typename, ::capnp::Kind>
|
c@106
|
2281 friend struct ::capnp::ToDynamic_;
|
c@106
|
2282 friend class ::capnp::Orphanage;
|
c@106
|
2283 template <typename, ::capnp::Kind>
|
c@106
|
2284 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2285 };
|
c@106
|
2286
|
c@106
|
2287 #if !CAPNP_LITE
|
c@106
|
2288 class LoadResponse::Pipeline {
|
c@106
|
2289 public:
|
c@106
|
2290 typedef LoadResponse Pipelines;
|
c@106
|
2291
|
c@106
|
2292 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2293 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2294 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2295
|
c@106
|
2296 inline ::piper::ExtractorStaticData::Pipeline getStaticData();
|
c@106
|
2297 inline ::piper::Configuration::Pipeline getDefaultConfiguration();
|
c@106
|
2298 private:
|
c@106
|
2299 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2300 friend class ::capnp::PipelineHook;
|
c@106
|
2301 template <typename, ::capnp::Kind>
|
c@106
|
2302 friend struct ::capnp::ToDynamic_;
|
c@106
|
2303 };
|
c@106
|
2304 #endif // !CAPNP_LITE
|
c@106
|
2305
|
c@106
|
2306 class ConfigurationRequest::Reader {
|
c@106
|
2307 public:
|
c@106
|
2308 typedef ConfigurationRequest Reads;
|
c@106
|
2309
|
c@106
|
2310 Reader() = default;
|
c@106
|
2311 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2312
|
c@106
|
2313 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2314 return _reader.totalSize().asPublic();
|
c@106
|
2315 }
|
c@106
|
2316
|
c@106
|
2317 #if !CAPNP_LITE
|
c@106
|
2318 inline ::kj::StringTree toString() const {
|
cannam@218
|
2319 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2320 }
|
c@106
|
2321 #endif // !CAPNP_LITE
|
c@106
|
2322
|
c@106
|
2323 inline ::int32_t getHandle() const;
|
c@106
|
2324
|
c@106
|
2325 inline bool hasConfiguration() const;
|
c@106
|
2326 inline ::piper::Configuration::Reader getConfiguration() const;
|
c@106
|
2327
|
c@106
|
2328 private:
|
c@106
|
2329 ::capnp::_::StructReader _reader;
|
c@106
|
2330 template <typename, ::capnp::Kind>
|
c@106
|
2331 friend struct ::capnp::ToDynamic_;
|
c@106
|
2332 template <typename, ::capnp::Kind>
|
c@106
|
2333 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2334 template <typename, ::capnp::Kind>
|
c@106
|
2335 friend struct ::capnp::List;
|
c@106
|
2336 friend class ::capnp::MessageBuilder;
|
c@106
|
2337 friend class ::capnp::Orphanage;
|
c@106
|
2338 };
|
c@106
|
2339
|
c@106
|
2340 class ConfigurationRequest::Builder {
|
c@106
|
2341 public:
|
c@106
|
2342 typedef ConfigurationRequest Builds;
|
c@106
|
2343
|
c@106
|
2344 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2345 // You can explicitly initialize to nullptr instead.
|
c@106
|
2346 inline Builder(decltype(nullptr)) {}
|
c@106
|
2347 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2348 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2349 inline Reader asReader() const { return *this; }
|
c@106
|
2350
|
c@106
|
2351 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2352 #if !CAPNP_LITE
|
c@106
|
2353 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2354 #endif // !CAPNP_LITE
|
c@106
|
2355
|
c@106
|
2356 inline ::int32_t getHandle();
|
c@106
|
2357 inline void setHandle( ::int32_t value);
|
c@106
|
2358
|
c@106
|
2359 inline bool hasConfiguration();
|
c@106
|
2360 inline ::piper::Configuration::Builder getConfiguration();
|
c@106
|
2361 inline void setConfiguration( ::piper::Configuration::Reader value);
|
c@106
|
2362 inline ::piper::Configuration::Builder initConfiguration();
|
c@106
|
2363 inline void adoptConfiguration(::capnp::Orphan< ::piper::Configuration>&& value);
|
c@106
|
2364 inline ::capnp::Orphan< ::piper::Configuration> disownConfiguration();
|
c@106
|
2365
|
c@106
|
2366 private:
|
c@106
|
2367 ::capnp::_::StructBuilder _builder;
|
c@106
|
2368 template <typename, ::capnp::Kind>
|
c@106
|
2369 friend struct ::capnp::ToDynamic_;
|
c@106
|
2370 friend class ::capnp::Orphanage;
|
c@106
|
2371 template <typename, ::capnp::Kind>
|
c@106
|
2372 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2373 };
|
c@106
|
2374
|
c@106
|
2375 #if !CAPNP_LITE
|
c@106
|
2376 class ConfigurationRequest::Pipeline {
|
c@106
|
2377 public:
|
c@106
|
2378 typedef ConfigurationRequest Pipelines;
|
c@106
|
2379
|
c@106
|
2380 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2381 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2382 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2383
|
c@106
|
2384 inline ::piper::Configuration::Pipeline getConfiguration();
|
c@106
|
2385 private:
|
c@106
|
2386 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2387 friend class ::capnp::PipelineHook;
|
c@106
|
2388 template <typename, ::capnp::Kind>
|
c@106
|
2389 friend struct ::capnp::ToDynamic_;
|
c@106
|
2390 };
|
c@106
|
2391 #endif // !CAPNP_LITE
|
c@106
|
2392
|
c@106
|
2393 class ConfigurationResponse::Reader {
|
c@106
|
2394 public:
|
c@106
|
2395 typedef ConfigurationResponse Reads;
|
c@106
|
2396
|
c@106
|
2397 Reader() = default;
|
c@106
|
2398 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2399
|
c@106
|
2400 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2401 return _reader.totalSize().asPublic();
|
c@106
|
2402 }
|
c@106
|
2403
|
c@106
|
2404 #if !CAPNP_LITE
|
c@106
|
2405 inline ::kj::StringTree toString() const {
|
cannam@218
|
2406 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2407 }
|
c@106
|
2408 #endif // !CAPNP_LITE
|
c@106
|
2409
|
c@106
|
2410 inline ::int32_t getHandle() const;
|
c@106
|
2411
|
c@106
|
2412 inline bool hasOutputs() const;
|
c@106
|
2413 inline ::capnp::List< ::piper::OutputDescriptor>::Reader getOutputs() const;
|
c@106
|
2414
|
cannam@185
|
2415 inline bool hasFraming() const;
|
cannam@185
|
2416 inline ::piper::Framing::Reader getFraming() const;
|
cannam@185
|
2417
|
c@106
|
2418 private:
|
c@106
|
2419 ::capnp::_::StructReader _reader;
|
c@106
|
2420 template <typename, ::capnp::Kind>
|
c@106
|
2421 friend struct ::capnp::ToDynamic_;
|
c@106
|
2422 template <typename, ::capnp::Kind>
|
c@106
|
2423 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2424 template <typename, ::capnp::Kind>
|
c@106
|
2425 friend struct ::capnp::List;
|
c@106
|
2426 friend class ::capnp::MessageBuilder;
|
c@106
|
2427 friend class ::capnp::Orphanage;
|
c@106
|
2428 };
|
c@106
|
2429
|
c@106
|
2430 class ConfigurationResponse::Builder {
|
c@106
|
2431 public:
|
c@106
|
2432 typedef ConfigurationResponse Builds;
|
c@106
|
2433
|
c@106
|
2434 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2435 // You can explicitly initialize to nullptr instead.
|
c@106
|
2436 inline Builder(decltype(nullptr)) {}
|
c@106
|
2437 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2438 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2439 inline Reader asReader() const { return *this; }
|
c@106
|
2440
|
c@106
|
2441 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2442 #if !CAPNP_LITE
|
c@106
|
2443 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2444 #endif // !CAPNP_LITE
|
c@106
|
2445
|
c@106
|
2446 inline ::int32_t getHandle();
|
c@106
|
2447 inline void setHandle( ::int32_t value);
|
c@106
|
2448
|
c@106
|
2449 inline bool hasOutputs();
|
c@106
|
2450 inline ::capnp::List< ::piper::OutputDescriptor>::Builder getOutputs();
|
c@106
|
2451 inline void setOutputs( ::capnp::List< ::piper::OutputDescriptor>::Reader value);
|
c@106
|
2452 inline ::capnp::List< ::piper::OutputDescriptor>::Builder initOutputs(unsigned int size);
|
c@106
|
2453 inline void adoptOutputs(::capnp::Orphan< ::capnp::List< ::piper::OutputDescriptor>>&& value);
|
c@106
|
2454 inline ::capnp::Orphan< ::capnp::List< ::piper::OutputDescriptor>> disownOutputs();
|
c@106
|
2455
|
cannam@185
|
2456 inline bool hasFraming();
|
cannam@185
|
2457 inline ::piper::Framing::Builder getFraming();
|
cannam@185
|
2458 inline void setFraming( ::piper::Framing::Reader value);
|
cannam@185
|
2459 inline ::piper::Framing::Builder initFraming();
|
cannam@185
|
2460 inline void adoptFraming(::capnp::Orphan< ::piper::Framing>&& value);
|
cannam@185
|
2461 inline ::capnp::Orphan< ::piper::Framing> disownFraming();
|
cannam@185
|
2462
|
c@106
|
2463 private:
|
c@106
|
2464 ::capnp::_::StructBuilder _builder;
|
c@106
|
2465 template <typename, ::capnp::Kind>
|
c@106
|
2466 friend struct ::capnp::ToDynamic_;
|
c@106
|
2467 friend class ::capnp::Orphanage;
|
c@106
|
2468 template <typename, ::capnp::Kind>
|
c@106
|
2469 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2470 };
|
c@106
|
2471
|
c@106
|
2472 #if !CAPNP_LITE
|
c@106
|
2473 class ConfigurationResponse::Pipeline {
|
c@106
|
2474 public:
|
c@106
|
2475 typedef ConfigurationResponse Pipelines;
|
c@106
|
2476
|
c@106
|
2477 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2478 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2479 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2480
|
cannam@185
|
2481 inline ::piper::Framing::Pipeline getFraming();
|
c@106
|
2482 private:
|
c@106
|
2483 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2484 friend class ::capnp::PipelineHook;
|
c@106
|
2485 template <typename, ::capnp::Kind>
|
c@106
|
2486 friend struct ::capnp::ToDynamic_;
|
c@106
|
2487 };
|
c@106
|
2488 #endif // !CAPNP_LITE
|
c@106
|
2489
|
c@106
|
2490 class ProcessRequest::Reader {
|
c@106
|
2491 public:
|
c@106
|
2492 typedef ProcessRequest Reads;
|
c@106
|
2493
|
c@106
|
2494 Reader() = default;
|
c@106
|
2495 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2496
|
c@106
|
2497 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2498 return _reader.totalSize().asPublic();
|
c@106
|
2499 }
|
c@106
|
2500
|
c@106
|
2501 #if !CAPNP_LITE
|
c@106
|
2502 inline ::kj::StringTree toString() const {
|
cannam@218
|
2503 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2504 }
|
c@106
|
2505 #endif // !CAPNP_LITE
|
c@106
|
2506
|
c@106
|
2507 inline ::int32_t getHandle() const;
|
c@106
|
2508
|
c@106
|
2509 inline bool hasProcessInput() const;
|
c@106
|
2510 inline ::piper::ProcessInput::Reader getProcessInput() const;
|
c@106
|
2511
|
c@106
|
2512 private:
|
c@106
|
2513 ::capnp::_::StructReader _reader;
|
c@106
|
2514 template <typename, ::capnp::Kind>
|
c@106
|
2515 friend struct ::capnp::ToDynamic_;
|
c@106
|
2516 template <typename, ::capnp::Kind>
|
c@106
|
2517 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2518 template <typename, ::capnp::Kind>
|
c@106
|
2519 friend struct ::capnp::List;
|
c@106
|
2520 friend class ::capnp::MessageBuilder;
|
c@106
|
2521 friend class ::capnp::Orphanage;
|
c@106
|
2522 };
|
c@106
|
2523
|
c@106
|
2524 class ProcessRequest::Builder {
|
c@106
|
2525 public:
|
c@106
|
2526 typedef ProcessRequest Builds;
|
c@106
|
2527
|
c@106
|
2528 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2529 // You can explicitly initialize to nullptr instead.
|
c@106
|
2530 inline Builder(decltype(nullptr)) {}
|
c@106
|
2531 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2532 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2533 inline Reader asReader() const { return *this; }
|
c@106
|
2534
|
c@106
|
2535 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2536 #if !CAPNP_LITE
|
c@106
|
2537 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2538 #endif // !CAPNP_LITE
|
c@106
|
2539
|
c@106
|
2540 inline ::int32_t getHandle();
|
c@106
|
2541 inline void setHandle( ::int32_t value);
|
c@106
|
2542
|
c@106
|
2543 inline bool hasProcessInput();
|
c@106
|
2544 inline ::piper::ProcessInput::Builder getProcessInput();
|
c@106
|
2545 inline void setProcessInput( ::piper::ProcessInput::Reader value);
|
c@106
|
2546 inline ::piper::ProcessInput::Builder initProcessInput();
|
c@106
|
2547 inline void adoptProcessInput(::capnp::Orphan< ::piper::ProcessInput>&& value);
|
c@106
|
2548 inline ::capnp::Orphan< ::piper::ProcessInput> disownProcessInput();
|
c@106
|
2549
|
c@106
|
2550 private:
|
c@106
|
2551 ::capnp::_::StructBuilder _builder;
|
c@106
|
2552 template <typename, ::capnp::Kind>
|
c@106
|
2553 friend struct ::capnp::ToDynamic_;
|
c@106
|
2554 friend class ::capnp::Orphanage;
|
c@106
|
2555 template <typename, ::capnp::Kind>
|
c@106
|
2556 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2557 };
|
c@106
|
2558
|
c@106
|
2559 #if !CAPNP_LITE
|
c@106
|
2560 class ProcessRequest::Pipeline {
|
c@106
|
2561 public:
|
c@106
|
2562 typedef ProcessRequest Pipelines;
|
c@106
|
2563
|
c@106
|
2564 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2565 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2566 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2567
|
c@106
|
2568 inline ::piper::ProcessInput::Pipeline getProcessInput();
|
c@106
|
2569 private:
|
c@106
|
2570 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2571 friend class ::capnp::PipelineHook;
|
c@106
|
2572 template <typename, ::capnp::Kind>
|
c@106
|
2573 friend struct ::capnp::ToDynamic_;
|
c@106
|
2574 };
|
c@106
|
2575 #endif // !CAPNP_LITE
|
c@106
|
2576
|
c@106
|
2577 class ProcessResponse::Reader {
|
c@106
|
2578 public:
|
c@106
|
2579 typedef ProcessResponse Reads;
|
c@106
|
2580
|
c@106
|
2581 Reader() = default;
|
c@106
|
2582 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2583
|
c@106
|
2584 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2585 return _reader.totalSize().asPublic();
|
c@106
|
2586 }
|
c@106
|
2587
|
c@106
|
2588 #if !CAPNP_LITE
|
c@106
|
2589 inline ::kj::StringTree toString() const {
|
cannam@218
|
2590 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2591 }
|
c@106
|
2592 #endif // !CAPNP_LITE
|
c@106
|
2593
|
c@106
|
2594 inline ::int32_t getHandle() const;
|
c@106
|
2595
|
c@106
|
2596 inline bool hasFeatures() const;
|
c@106
|
2597 inline ::piper::FeatureSet::Reader getFeatures() const;
|
c@106
|
2598
|
c@106
|
2599 private:
|
c@106
|
2600 ::capnp::_::StructReader _reader;
|
c@106
|
2601 template <typename, ::capnp::Kind>
|
c@106
|
2602 friend struct ::capnp::ToDynamic_;
|
c@106
|
2603 template <typename, ::capnp::Kind>
|
c@106
|
2604 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2605 template <typename, ::capnp::Kind>
|
c@106
|
2606 friend struct ::capnp::List;
|
c@106
|
2607 friend class ::capnp::MessageBuilder;
|
c@106
|
2608 friend class ::capnp::Orphanage;
|
c@106
|
2609 };
|
c@106
|
2610
|
c@106
|
2611 class ProcessResponse::Builder {
|
c@106
|
2612 public:
|
c@106
|
2613 typedef ProcessResponse Builds;
|
c@106
|
2614
|
c@106
|
2615 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2616 // You can explicitly initialize to nullptr instead.
|
c@106
|
2617 inline Builder(decltype(nullptr)) {}
|
c@106
|
2618 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2619 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2620 inline Reader asReader() const { return *this; }
|
c@106
|
2621
|
c@106
|
2622 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2623 #if !CAPNP_LITE
|
c@106
|
2624 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2625 #endif // !CAPNP_LITE
|
c@106
|
2626
|
c@106
|
2627 inline ::int32_t getHandle();
|
c@106
|
2628 inline void setHandle( ::int32_t value);
|
c@106
|
2629
|
c@106
|
2630 inline bool hasFeatures();
|
c@106
|
2631 inline ::piper::FeatureSet::Builder getFeatures();
|
c@106
|
2632 inline void setFeatures( ::piper::FeatureSet::Reader value);
|
c@106
|
2633 inline ::piper::FeatureSet::Builder initFeatures();
|
c@106
|
2634 inline void adoptFeatures(::capnp::Orphan< ::piper::FeatureSet>&& value);
|
c@106
|
2635 inline ::capnp::Orphan< ::piper::FeatureSet> disownFeatures();
|
c@106
|
2636
|
c@106
|
2637 private:
|
c@106
|
2638 ::capnp::_::StructBuilder _builder;
|
c@106
|
2639 template <typename, ::capnp::Kind>
|
c@106
|
2640 friend struct ::capnp::ToDynamic_;
|
c@106
|
2641 friend class ::capnp::Orphanage;
|
c@106
|
2642 template <typename, ::capnp::Kind>
|
c@106
|
2643 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2644 };
|
c@106
|
2645
|
c@106
|
2646 #if !CAPNP_LITE
|
c@106
|
2647 class ProcessResponse::Pipeline {
|
c@106
|
2648 public:
|
c@106
|
2649 typedef ProcessResponse Pipelines;
|
c@106
|
2650
|
c@106
|
2651 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2652 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2653 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2654
|
c@106
|
2655 inline ::piper::FeatureSet::Pipeline getFeatures();
|
c@106
|
2656 private:
|
c@106
|
2657 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2658 friend class ::capnp::PipelineHook;
|
c@106
|
2659 template <typename, ::capnp::Kind>
|
c@106
|
2660 friend struct ::capnp::ToDynamic_;
|
c@106
|
2661 };
|
c@106
|
2662 #endif // !CAPNP_LITE
|
c@106
|
2663
|
c@106
|
2664 class FinishRequest::Reader {
|
c@106
|
2665 public:
|
c@106
|
2666 typedef FinishRequest Reads;
|
c@106
|
2667
|
c@106
|
2668 Reader() = default;
|
c@106
|
2669 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2670
|
c@106
|
2671 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2672 return _reader.totalSize().asPublic();
|
c@106
|
2673 }
|
c@106
|
2674
|
c@106
|
2675 #if !CAPNP_LITE
|
c@106
|
2676 inline ::kj::StringTree toString() const {
|
cannam@218
|
2677 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2678 }
|
c@106
|
2679 #endif // !CAPNP_LITE
|
c@106
|
2680
|
c@106
|
2681 inline ::int32_t getHandle() const;
|
c@106
|
2682
|
c@106
|
2683 private:
|
c@106
|
2684 ::capnp::_::StructReader _reader;
|
c@106
|
2685 template <typename, ::capnp::Kind>
|
c@106
|
2686 friend struct ::capnp::ToDynamic_;
|
c@106
|
2687 template <typename, ::capnp::Kind>
|
c@106
|
2688 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2689 template <typename, ::capnp::Kind>
|
c@106
|
2690 friend struct ::capnp::List;
|
c@106
|
2691 friend class ::capnp::MessageBuilder;
|
c@106
|
2692 friend class ::capnp::Orphanage;
|
c@106
|
2693 };
|
c@106
|
2694
|
c@106
|
2695 class FinishRequest::Builder {
|
c@106
|
2696 public:
|
c@106
|
2697 typedef FinishRequest Builds;
|
c@106
|
2698
|
c@106
|
2699 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2700 // You can explicitly initialize to nullptr instead.
|
c@106
|
2701 inline Builder(decltype(nullptr)) {}
|
c@106
|
2702 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2703 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2704 inline Reader asReader() const { return *this; }
|
c@106
|
2705
|
c@106
|
2706 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2707 #if !CAPNP_LITE
|
c@106
|
2708 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2709 #endif // !CAPNP_LITE
|
c@106
|
2710
|
c@106
|
2711 inline ::int32_t getHandle();
|
c@106
|
2712 inline void setHandle( ::int32_t value);
|
c@106
|
2713
|
c@106
|
2714 private:
|
c@106
|
2715 ::capnp::_::StructBuilder _builder;
|
c@106
|
2716 template <typename, ::capnp::Kind>
|
c@106
|
2717 friend struct ::capnp::ToDynamic_;
|
c@106
|
2718 friend class ::capnp::Orphanage;
|
c@106
|
2719 template <typename, ::capnp::Kind>
|
c@106
|
2720 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2721 };
|
c@106
|
2722
|
c@106
|
2723 #if !CAPNP_LITE
|
c@106
|
2724 class FinishRequest::Pipeline {
|
c@106
|
2725 public:
|
c@106
|
2726 typedef FinishRequest Pipelines;
|
c@106
|
2727
|
c@106
|
2728 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2729 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2730 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2731
|
c@106
|
2732 private:
|
c@106
|
2733 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2734 friend class ::capnp::PipelineHook;
|
c@106
|
2735 template <typename, ::capnp::Kind>
|
c@106
|
2736 friend struct ::capnp::ToDynamic_;
|
c@106
|
2737 };
|
c@106
|
2738 #endif // !CAPNP_LITE
|
c@106
|
2739
|
c@106
|
2740 class FinishResponse::Reader {
|
c@106
|
2741 public:
|
c@106
|
2742 typedef FinishResponse Reads;
|
c@106
|
2743
|
c@106
|
2744 Reader() = default;
|
c@106
|
2745 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2746
|
c@106
|
2747 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2748 return _reader.totalSize().asPublic();
|
c@106
|
2749 }
|
c@106
|
2750
|
c@106
|
2751 #if !CAPNP_LITE
|
c@106
|
2752 inline ::kj::StringTree toString() const {
|
cannam@218
|
2753 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2754 }
|
c@106
|
2755 #endif // !CAPNP_LITE
|
c@106
|
2756
|
c@106
|
2757 inline ::int32_t getHandle() const;
|
c@106
|
2758
|
c@106
|
2759 inline bool hasFeatures() const;
|
c@106
|
2760 inline ::piper::FeatureSet::Reader getFeatures() const;
|
c@106
|
2761
|
c@106
|
2762 private:
|
c@106
|
2763 ::capnp::_::StructReader _reader;
|
c@106
|
2764 template <typename, ::capnp::Kind>
|
c@106
|
2765 friend struct ::capnp::ToDynamic_;
|
c@106
|
2766 template <typename, ::capnp::Kind>
|
c@106
|
2767 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2768 template <typename, ::capnp::Kind>
|
c@106
|
2769 friend struct ::capnp::List;
|
c@106
|
2770 friend class ::capnp::MessageBuilder;
|
c@106
|
2771 friend class ::capnp::Orphanage;
|
c@106
|
2772 };
|
c@106
|
2773
|
c@106
|
2774 class FinishResponse::Builder {
|
c@106
|
2775 public:
|
c@106
|
2776 typedef FinishResponse Builds;
|
c@106
|
2777
|
c@106
|
2778 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2779 // You can explicitly initialize to nullptr instead.
|
c@106
|
2780 inline Builder(decltype(nullptr)) {}
|
c@106
|
2781 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2782 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2783 inline Reader asReader() const { return *this; }
|
c@106
|
2784
|
c@106
|
2785 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2786 #if !CAPNP_LITE
|
c@106
|
2787 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2788 #endif // !CAPNP_LITE
|
c@106
|
2789
|
c@106
|
2790 inline ::int32_t getHandle();
|
c@106
|
2791 inline void setHandle( ::int32_t value);
|
c@106
|
2792
|
c@106
|
2793 inline bool hasFeatures();
|
c@106
|
2794 inline ::piper::FeatureSet::Builder getFeatures();
|
c@106
|
2795 inline void setFeatures( ::piper::FeatureSet::Reader value);
|
c@106
|
2796 inline ::piper::FeatureSet::Builder initFeatures();
|
c@106
|
2797 inline void adoptFeatures(::capnp::Orphan< ::piper::FeatureSet>&& value);
|
c@106
|
2798 inline ::capnp::Orphan< ::piper::FeatureSet> disownFeatures();
|
c@106
|
2799
|
c@106
|
2800 private:
|
c@106
|
2801 ::capnp::_::StructBuilder _builder;
|
c@106
|
2802 template <typename, ::capnp::Kind>
|
c@106
|
2803 friend struct ::capnp::ToDynamic_;
|
c@106
|
2804 friend class ::capnp::Orphanage;
|
c@106
|
2805 template <typename, ::capnp::Kind>
|
c@106
|
2806 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2807 };
|
c@106
|
2808
|
c@106
|
2809 #if !CAPNP_LITE
|
c@106
|
2810 class FinishResponse::Pipeline {
|
c@106
|
2811 public:
|
c@106
|
2812 typedef FinishResponse Pipelines;
|
c@106
|
2813
|
c@106
|
2814 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2815 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2816 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2817
|
c@106
|
2818 inline ::piper::FeatureSet::Pipeline getFeatures();
|
c@106
|
2819 private:
|
c@106
|
2820 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2821 friend class ::capnp::PipelineHook;
|
c@106
|
2822 template <typename, ::capnp::Kind>
|
c@106
|
2823 friend struct ::capnp::ToDynamic_;
|
c@106
|
2824 };
|
c@106
|
2825 #endif // !CAPNP_LITE
|
c@106
|
2826
|
c@106
|
2827 class Error::Reader {
|
c@106
|
2828 public:
|
c@106
|
2829 typedef Error Reads;
|
c@106
|
2830
|
c@106
|
2831 Reader() = default;
|
c@106
|
2832 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2833
|
c@106
|
2834 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2835 return _reader.totalSize().asPublic();
|
c@106
|
2836 }
|
c@106
|
2837
|
c@106
|
2838 #if !CAPNP_LITE
|
c@106
|
2839 inline ::kj::StringTree toString() const {
|
cannam@218
|
2840 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2841 }
|
c@106
|
2842 #endif // !CAPNP_LITE
|
c@106
|
2843
|
c@106
|
2844 inline ::int32_t getCode() const;
|
c@106
|
2845
|
c@106
|
2846 inline bool hasMessage() const;
|
c@106
|
2847 inline ::capnp::Text::Reader getMessage() const;
|
c@106
|
2848
|
c@106
|
2849 private:
|
c@106
|
2850 ::capnp::_::StructReader _reader;
|
c@106
|
2851 template <typename, ::capnp::Kind>
|
c@106
|
2852 friend struct ::capnp::ToDynamic_;
|
c@106
|
2853 template <typename, ::capnp::Kind>
|
c@106
|
2854 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2855 template <typename, ::capnp::Kind>
|
c@106
|
2856 friend struct ::capnp::List;
|
c@106
|
2857 friend class ::capnp::MessageBuilder;
|
c@106
|
2858 friend class ::capnp::Orphanage;
|
c@106
|
2859 };
|
c@106
|
2860
|
c@106
|
2861 class Error::Builder {
|
c@106
|
2862 public:
|
c@106
|
2863 typedef Error Builds;
|
c@106
|
2864
|
c@106
|
2865 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2866 // You can explicitly initialize to nullptr instead.
|
c@106
|
2867 inline Builder(decltype(nullptr)) {}
|
c@106
|
2868 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2869 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2870 inline Reader asReader() const { return *this; }
|
c@106
|
2871
|
c@106
|
2872 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2873 #if !CAPNP_LITE
|
c@106
|
2874 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2875 #endif // !CAPNP_LITE
|
c@106
|
2876
|
c@106
|
2877 inline ::int32_t getCode();
|
c@106
|
2878 inline void setCode( ::int32_t value);
|
c@106
|
2879
|
c@106
|
2880 inline bool hasMessage();
|
c@106
|
2881 inline ::capnp::Text::Builder getMessage();
|
c@106
|
2882 inline void setMessage( ::capnp::Text::Reader value);
|
c@106
|
2883 inline ::capnp::Text::Builder initMessage(unsigned int size);
|
c@106
|
2884 inline void adoptMessage(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
2885 inline ::capnp::Orphan< ::capnp::Text> disownMessage();
|
c@106
|
2886
|
c@106
|
2887 private:
|
c@106
|
2888 ::capnp::_::StructBuilder _builder;
|
c@106
|
2889 template <typename, ::capnp::Kind>
|
c@106
|
2890 friend struct ::capnp::ToDynamic_;
|
c@106
|
2891 friend class ::capnp::Orphanage;
|
c@106
|
2892 template <typename, ::capnp::Kind>
|
c@106
|
2893 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2894 };
|
c@106
|
2895
|
c@106
|
2896 #if !CAPNP_LITE
|
c@106
|
2897 class Error::Pipeline {
|
c@106
|
2898 public:
|
c@106
|
2899 typedef Error Pipelines;
|
c@106
|
2900
|
c@106
|
2901 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2902 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2903 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2904
|
c@106
|
2905 private:
|
c@106
|
2906 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2907 friend class ::capnp::PipelineHook;
|
c@106
|
2908 template <typename, ::capnp::Kind>
|
c@106
|
2909 friend struct ::capnp::ToDynamic_;
|
c@106
|
2910 };
|
c@106
|
2911 #endif // !CAPNP_LITE
|
c@106
|
2912
|
c@106
|
2913 class RpcRequest::Reader {
|
c@106
|
2914 public:
|
c@106
|
2915 typedef RpcRequest Reads;
|
c@106
|
2916
|
c@106
|
2917 Reader() = default;
|
c@106
|
2918 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
2919
|
c@106
|
2920 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
2921 return _reader.totalSize().asPublic();
|
c@106
|
2922 }
|
c@106
|
2923
|
c@106
|
2924 #if !CAPNP_LITE
|
c@106
|
2925 inline ::kj::StringTree toString() const {
|
cannam@218
|
2926 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
2927 }
|
c@106
|
2928 #endif // !CAPNP_LITE
|
c@106
|
2929
|
cannam@218
|
2930 inline typename Id::Reader getId() const;
|
cannam@218
|
2931
|
cannam@218
|
2932 inline typename Request::Reader getRequest() const;
|
c@106
|
2933
|
c@106
|
2934 private:
|
c@106
|
2935 ::capnp::_::StructReader _reader;
|
c@106
|
2936 template <typename, ::capnp::Kind>
|
c@106
|
2937 friend struct ::capnp::ToDynamic_;
|
c@106
|
2938 template <typename, ::capnp::Kind>
|
c@106
|
2939 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2940 template <typename, ::capnp::Kind>
|
c@106
|
2941 friend struct ::capnp::List;
|
c@106
|
2942 friend class ::capnp::MessageBuilder;
|
c@106
|
2943 friend class ::capnp::Orphanage;
|
c@106
|
2944 };
|
c@106
|
2945
|
c@106
|
2946 class RpcRequest::Builder {
|
c@106
|
2947 public:
|
c@106
|
2948 typedef RpcRequest Builds;
|
c@106
|
2949
|
c@106
|
2950 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
2951 // You can explicitly initialize to nullptr instead.
|
c@106
|
2952 inline Builder(decltype(nullptr)) {}
|
c@106
|
2953 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
2954 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
2955 inline Reader asReader() const { return *this; }
|
c@106
|
2956
|
c@106
|
2957 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
2958 #if !CAPNP_LITE
|
c@106
|
2959 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
2960 #endif // !CAPNP_LITE
|
c@106
|
2961
|
cannam@218
|
2962 inline typename Id::Builder getId();
|
cannam@218
|
2963 inline typename Id::Builder initId();
|
cannam@218
|
2964
|
cannam@218
|
2965 inline typename Request::Builder getRequest();
|
cannam@218
|
2966 inline typename Request::Builder initRequest();
|
c@106
|
2967
|
c@106
|
2968 private:
|
c@106
|
2969 ::capnp::_::StructBuilder _builder;
|
c@106
|
2970 template <typename, ::capnp::Kind>
|
c@106
|
2971 friend struct ::capnp::ToDynamic_;
|
c@106
|
2972 friend class ::capnp::Orphanage;
|
c@106
|
2973 template <typename, ::capnp::Kind>
|
c@106
|
2974 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
2975 };
|
c@106
|
2976
|
c@106
|
2977 #if !CAPNP_LITE
|
c@106
|
2978 class RpcRequest::Pipeline {
|
c@106
|
2979 public:
|
c@106
|
2980 typedef RpcRequest Pipelines;
|
c@106
|
2981
|
c@106
|
2982 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
2983 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
2984 : _typeless(kj::mv(typeless)) {}
|
c@106
|
2985
|
cannam@218
|
2986 inline typename Id::Pipeline getId();
|
cannam@218
|
2987 inline typename Request::Pipeline getRequest();
|
c@106
|
2988 private:
|
c@106
|
2989 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
2990 friend class ::capnp::PipelineHook;
|
c@106
|
2991 template <typename, ::capnp::Kind>
|
c@106
|
2992 friend struct ::capnp::ToDynamic_;
|
c@106
|
2993 };
|
c@106
|
2994 #endif // !CAPNP_LITE
|
c@106
|
2995
|
c@106
|
2996 class RpcRequest::Id::Reader {
|
c@106
|
2997 public:
|
c@106
|
2998 typedef Id Reads;
|
c@106
|
2999
|
c@106
|
3000 Reader() = default;
|
c@106
|
3001 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
3002
|
c@106
|
3003 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
3004 return _reader.totalSize().asPublic();
|
c@106
|
3005 }
|
c@106
|
3006
|
c@106
|
3007 #if !CAPNP_LITE
|
c@106
|
3008 inline ::kj::StringTree toString() const {
|
cannam@218
|
3009 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
3010 }
|
c@106
|
3011 #endif // !CAPNP_LITE
|
c@106
|
3012
|
c@106
|
3013 inline Which which() const;
|
c@106
|
3014 inline bool isNumber() const;
|
c@106
|
3015 inline ::int32_t getNumber() const;
|
c@106
|
3016
|
c@106
|
3017 inline bool isTag() const;
|
c@106
|
3018 inline bool hasTag() const;
|
c@106
|
3019 inline ::capnp::Text::Reader getTag() const;
|
c@106
|
3020
|
c@106
|
3021 inline bool isNone() const;
|
c@106
|
3022 inline ::capnp::Void getNone() const;
|
c@106
|
3023
|
c@106
|
3024 private:
|
c@106
|
3025 ::capnp::_::StructReader _reader;
|
c@106
|
3026 template <typename, ::capnp::Kind>
|
c@106
|
3027 friend struct ::capnp::ToDynamic_;
|
c@106
|
3028 template <typename, ::capnp::Kind>
|
c@106
|
3029 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3030 template <typename, ::capnp::Kind>
|
c@106
|
3031 friend struct ::capnp::List;
|
c@106
|
3032 friend class ::capnp::MessageBuilder;
|
c@106
|
3033 friend class ::capnp::Orphanage;
|
c@106
|
3034 };
|
c@106
|
3035
|
c@106
|
3036 class RpcRequest::Id::Builder {
|
c@106
|
3037 public:
|
c@106
|
3038 typedef Id Builds;
|
c@106
|
3039
|
c@106
|
3040 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
3041 // You can explicitly initialize to nullptr instead.
|
c@106
|
3042 inline Builder(decltype(nullptr)) {}
|
c@106
|
3043 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
3044 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
3045 inline Reader asReader() const { return *this; }
|
c@106
|
3046
|
c@106
|
3047 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
3048 #if !CAPNP_LITE
|
c@106
|
3049 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
3050 #endif // !CAPNP_LITE
|
c@106
|
3051
|
c@106
|
3052 inline Which which();
|
c@106
|
3053 inline bool isNumber();
|
c@106
|
3054 inline ::int32_t getNumber();
|
c@106
|
3055 inline void setNumber( ::int32_t value);
|
c@106
|
3056
|
c@106
|
3057 inline bool isTag();
|
c@106
|
3058 inline bool hasTag();
|
c@106
|
3059 inline ::capnp::Text::Builder getTag();
|
c@106
|
3060 inline void setTag( ::capnp::Text::Reader value);
|
c@106
|
3061 inline ::capnp::Text::Builder initTag(unsigned int size);
|
c@106
|
3062 inline void adoptTag(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
3063 inline ::capnp::Orphan< ::capnp::Text> disownTag();
|
c@106
|
3064
|
c@106
|
3065 inline bool isNone();
|
c@106
|
3066 inline ::capnp::Void getNone();
|
c@106
|
3067 inline void setNone( ::capnp::Void value = ::capnp::VOID);
|
c@106
|
3068
|
c@106
|
3069 private:
|
c@106
|
3070 ::capnp::_::StructBuilder _builder;
|
c@106
|
3071 template <typename, ::capnp::Kind>
|
c@106
|
3072 friend struct ::capnp::ToDynamic_;
|
c@106
|
3073 friend class ::capnp::Orphanage;
|
c@106
|
3074 template <typename, ::capnp::Kind>
|
c@106
|
3075 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3076 };
|
c@106
|
3077
|
c@106
|
3078 #if !CAPNP_LITE
|
c@106
|
3079 class RpcRequest::Id::Pipeline {
|
c@106
|
3080 public:
|
c@106
|
3081 typedef Id Pipelines;
|
c@106
|
3082
|
c@106
|
3083 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
3084 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
3085 : _typeless(kj::mv(typeless)) {}
|
c@106
|
3086
|
c@106
|
3087 private:
|
c@106
|
3088 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
3089 friend class ::capnp::PipelineHook;
|
c@106
|
3090 template <typename, ::capnp::Kind>
|
c@106
|
3091 friend struct ::capnp::ToDynamic_;
|
c@106
|
3092 };
|
c@106
|
3093 #endif // !CAPNP_LITE
|
c@106
|
3094
|
c@106
|
3095 class RpcRequest::Request::Reader {
|
c@106
|
3096 public:
|
c@106
|
3097 typedef Request Reads;
|
c@106
|
3098
|
c@106
|
3099 Reader() = default;
|
c@106
|
3100 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
3101
|
c@106
|
3102 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
3103 return _reader.totalSize().asPublic();
|
c@106
|
3104 }
|
c@106
|
3105
|
c@106
|
3106 #if !CAPNP_LITE
|
c@106
|
3107 inline ::kj::StringTree toString() const {
|
cannam@218
|
3108 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
3109 }
|
c@106
|
3110 #endif // !CAPNP_LITE
|
c@106
|
3111
|
c@106
|
3112 inline Which which() const;
|
c@106
|
3113 inline bool isList() const;
|
c@106
|
3114 inline bool hasList() const;
|
c@106
|
3115 inline ::piper::ListRequest::Reader getList() const;
|
c@106
|
3116
|
c@106
|
3117 inline bool isLoad() const;
|
c@106
|
3118 inline bool hasLoad() const;
|
c@106
|
3119 inline ::piper::LoadRequest::Reader getLoad() const;
|
c@106
|
3120
|
c@106
|
3121 inline bool isConfigure() const;
|
c@106
|
3122 inline bool hasConfigure() const;
|
c@106
|
3123 inline ::piper::ConfigurationRequest::Reader getConfigure() const;
|
c@106
|
3124
|
c@106
|
3125 inline bool isProcess() const;
|
c@106
|
3126 inline bool hasProcess() const;
|
c@106
|
3127 inline ::piper::ProcessRequest::Reader getProcess() const;
|
c@106
|
3128
|
c@106
|
3129 inline bool isFinish() const;
|
c@106
|
3130 inline bool hasFinish() const;
|
c@106
|
3131 inline ::piper::FinishRequest::Reader getFinish() const;
|
c@106
|
3132
|
c@106
|
3133 private:
|
c@106
|
3134 ::capnp::_::StructReader _reader;
|
c@106
|
3135 template <typename, ::capnp::Kind>
|
c@106
|
3136 friend struct ::capnp::ToDynamic_;
|
c@106
|
3137 template <typename, ::capnp::Kind>
|
c@106
|
3138 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3139 template <typename, ::capnp::Kind>
|
c@106
|
3140 friend struct ::capnp::List;
|
c@106
|
3141 friend class ::capnp::MessageBuilder;
|
c@106
|
3142 friend class ::capnp::Orphanage;
|
c@106
|
3143 };
|
c@106
|
3144
|
c@106
|
3145 class RpcRequest::Request::Builder {
|
c@106
|
3146 public:
|
c@106
|
3147 typedef Request Builds;
|
c@106
|
3148
|
c@106
|
3149 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
3150 // You can explicitly initialize to nullptr instead.
|
c@106
|
3151 inline Builder(decltype(nullptr)) {}
|
c@106
|
3152 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
3153 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
3154 inline Reader asReader() const { return *this; }
|
c@106
|
3155
|
c@106
|
3156 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
3157 #if !CAPNP_LITE
|
c@106
|
3158 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
3159 #endif // !CAPNP_LITE
|
c@106
|
3160
|
c@106
|
3161 inline Which which();
|
c@106
|
3162 inline bool isList();
|
c@106
|
3163 inline bool hasList();
|
c@106
|
3164 inline ::piper::ListRequest::Builder getList();
|
c@106
|
3165 inline void setList( ::piper::ListRequest::Reader value);
|
c@106
|
3166 inline ::piper::ListRequest::Builder initList();
|
c@106
|
3167 inline void adoptList(::capnp::Orphan< ::piper::ListRequest>&& value);
|
c@106
|
3168 inline ::capnp::Orphan< ::piper::ListRequest> disownList();
|
c@106
|
3169
|
c@106
|
3170 inline bool isLoad();
|
c@106
|
3171 inline bool hasLoad();
|
c@106
|
3172 inline ::piper::LoadRequest::Builder getLoad();
|
c@106
|
3173 inline void setLoad( ::piper::LoadRequest::Reader value);
|
c@106
|
3174 inline ::piper::LoadRequest::Builder initLoad();
|
c@106
|
3175 inline void adoptLoad(::capnp::Orphan< ::piper::LoadRequest>&& value);
|
c@106
|
3176 inline ::capnp::Orphan< ::piper::LoadRequest> disownLoad();
|
c@106
|
3177
|
c@106
|
3178 inline bool isConfigure();
|
c@106
|
3179 inline bool hasConfigure();
|
c@106
|
3180 inline ::piper::ConfigurationRequest::Builder getConfigure();
|
c@106
|
3181 inline void setConfigure( ::piper::ConfigurationRequest::Reader value);
|
c@106
|
3182 inline ::piper::ConfigurationRequest::Builder initConfigure();
|
c@106
|
3183 inline void adoptConfigure(::capnp::Orphan< ::piper::ConfigurationRequest>&& value);
|
c@106
|
3184 inline ::capnp::Orphan< ::piper::ConfigurationRequest> disownConfigure();
|
c@106
|
3185
|
c@106
|
3186 inline bool isProcess();
|
c@106
|
3187 inline bool hasProcess();
|
c@106
|
3188 inline ::piper::ProcessRequest::Builder getProcess();
|
c@106
|
3189 inline void setProcess( ::piper::ProcessRequest::Reader value);
|
c@106
|
3190 inline ::piper::ProcessRequest::Builder initProcess();
|
c@106
|
3191 inline void adoptProcess(::capnp::Orphan< ::piper::ProcessRequest>&& value);
|
c@106
|
3192 inline ::capnp::Orphan< ::piper::ProcessRequest> disownProcess();
|
c@106
|
3193
|
c@106
|
3194 inline bool isFinish();
|
c@106
|
3195 inline bool hasFinish();
|
c@106
|
3196 inline ::piper::FinishRequest::Builder getFinish();
|
c@106
|
3197 inline void setFinish( ::piper::FinishRequest::Reader value);
|
c@106
|
3198 inline ::piper::FinishRequest::Builder initFinish();
|
c@106
|
3199 inline void adoptFinish(::capnp::Orphan< ::piper::FinishRequest>&& value);
|
c@106
|
3200 inline ::capnp::Orphan< ::piper::FinishRequest> disownFinish();
|
c@106
|
3201
|
c@106
|
3202 private:
|
c@106
|
3203 ::capnp::_::StructBuilder _builder;
|
c@106
|
3204 template <typename, ::capnp::Kind>
|
c@106
|
3205 friend struct ::capnp::ToDynamic_;
|
c@106
|
3206 friend class ::capnp::Orphanage;
|
c@106
|
3207 template <typename, ::capnp::Kind>
|
c@106
|
3208 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3209 };
|
c@106
|
3210
|
c@106
|
3211 #if !CAPNP_LITE
|
c@106
|
3212 class RpcRequest::Request::Pipeline {
|
c@106
|
3213 public:
|
c@106
|
3214 typedef Request Pipelines;
|
c@106
|
3215
|
c@106
|
3216 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
3217 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
3218 : _typeless(kj::mv(typeless)) {}
|
c@106
|
3219
|
c@106
|
3220 private:
|
c@106
|
3221 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
3222 friend class ::capnp::PipelineHook;
|
c@106
|
3223 template <typename, ::capnp::Kind>
|
c@106
|
3224 friend struct ::capnp::ToDynamic_;
|
c@106
|
3225 };
|
c@106
|
3226 #endif // !CAPNP_LITE
|
c@106
|
3227
|
c@106
|
3228 class RpcResponse::Reader {
|
c@106
|
3229 public:
|
c@106
|
3230 typedef RpcResponse Reads;
|
c@106
|
3231
|
c@106
|
3232 Reader() = default;
|
c@106
|
3233 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
3234
|
c@106
|
3235 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
3236 return _reader.totalSize().asPublic();
|
c@106
|
3237 }
|
c@106
|
3238
|
c@106
|
3239 #if !CAPNP_LITE
|
c@106
|
3240 inline ::kj::StringTree toString() const {
|
cannam@218
|
3241 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
3242 }
|
c@106
|
3243 #endif // !CAPNP_LITE
|
c@106
|
3244
|
cannam@218
|
3245 inline typename Id::Reader getId() const;
|
cannam@218
|
3246
|
cannam@218
|
3247 inline typename Response::Reader getResponse() const;
|
c@106
|
3248
|
c@106
|
3249 private:
|
c@106
|
3250 ::capnp::_::StructReader _reader;
|
c@106
|
3251 template <typename, ::capnp::Kind>
|
c@106
|
3252 friend struct ::capnp::ToDynamic_;
|
c@106
|
3253 template <typename, ::capnp::Kind>
|
c@106
|
3254 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3255 template <typename, ::capnp::Kind>
|
c@106
|
3256 friend struct ::capnp::List;
|
c@106
|
3257 friend class ::capnp::MessageBuilder;
|
c@106
|
3258 friend class ::capnp::Orphanage;
|
c@106
|
3259 };
|
c@106
|
3260
|
c@106
|
3261 class RpcResponse::Builder {
|
c@106
|
3262 public:
|
c@106
|
3263 typedef RpcResponse Builds;
|
c@106
|
3264
|
c@106
|
3265 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
3266 // You can explicitly initialize to nullptr instead.
|
c@106
|
3267 inline Builder(decltype(nullptr)) {}
|
c@106
|
3268 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
3269 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
3270 inline Reader asReader() const { return *this; }
|
c@106
|
3271
|
c@106
|
3272 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
3273 #if !CAPNP_LITE
|
c@106
|
3274 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
3275 #endif // !CAPNP_LITE
|
c@106
|
3276
|
cannam@218
|
3277 inline typename Id::Builder getId();
|
cannam@218
|
3278 inline typename Id::Builder initId();
|
cannam@218
|
3279
|
cannam@218
|
3280 inline typename Response::Builder getResponse();
|
cannam@218
|
3281 inline typename Response::Builder initResponse();
|
c@106
|
3282
|
c@106
|
3283 private:
|
c@106
|
3284 ::capnp::_::StructBuilder _builder;
|
c@106
|
3285 template <typename, ::capnp::Kind>
|
c@106
|
3286 friend struct ::capnp::ToDynamic_;
|
c@106
|
3287 friend class ::capnp::Orphanage;
|
c@106
|
3288 template <typename, ::capnp::Kind>
|
c@106
|
3289 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3290 };
|
c@106
|
3291
|
c@106
|
3292 #if !CAPNP_LITE
|
c@106
|
3293 class RpcResponse::Pipeline {
|
c@106
|
3294 public:
|
c@106
|
3295 typedef RpcResponse Pipelines;
|
c@106
|
3296
|
c@106
|
3297 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
3298 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
3299 : _typeless(kj::mv(typeless)) {}
|
c@106
|
3300
|
cannam@218
|
3301 inline typename Id::Pipeline getId();
|
cannam@218
|
3302 inline typename Response::Pipeline getResponse();
|
c@106
|
3303 private:
|
c@106
|
3304 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
3305 friend class ::capnp::PipelineHook;
|
c@106
|
3306 template <typename, ::capnp::Kind>
|
c@106
|
3307 friend struct ::capnp::ToDynamic_;
|
c@106
|
3308 };
|
c@106
|
3309 #endif // !CAPNP_LITE
|
c@106
|
3310
|
c@106
|
3311 class RpcResponse::Id::Reader {
|
c@106
|
3312 public:
|
c@106
|
3313 typedef Id Reads;
|
c@106
|
3314
|
c@106
|
3315 Reader() = default;
|
c@106
|
3316 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
3317
|
c@106
|
3318 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
3319 return _reader.totalSize().asPublic();
|
c@106
|
3320 }
|
c@106
|
3321
|
c@106
|
3322 #if !CAPNP_LITE
|
c@106
|
3323 inline ::kj::StringTree toString() const {
|
cannam@218
|
3324 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
3325 }
|
c@106
|
3326 #endif // !CAPNP_LITE
|
c@106
|
3327
|
c@106
|
3328 inline Which which() const;
|
c@106
|
3329 inline bool isNumber() const;
|
c@106
|
3330 inline ::int32_t getNumber() const;
|
c@106
|
3331
|
c@106
|
3332 inline bool isTag() const;
|
c@106
|
3333 inline bool hasTag() const;
|
c@106
|
3334 inline ::capnp::Text::Reader getTag() const;
|
c@106
|
3335
|
c@106
|
3336 inline bool isNone() const;
|
c@106
|
3337 inline ::capnp::Void getNone() const;
|
c@106
|
3338
|
c@106
|
3339 private:
|
c@106
|
3340 ::capnp::_::StructReader _reader;
|
c@106
|
3341 template <typename, ::capnp::Kind>
|
c@106
|
3342 friend struct ::capnp::ToDynamic_;
|
c@106
|
3343 template <typename, ::capnp::Kind>
|
c@106
|
3344 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3345 template <typename, ::capnp::Kind>
|
c@106
|
3346 friend struct ::capnp::List;
|
c@106
|
3347 friend class ::capnp::MessageBuilder;
|
c@106
|
3348 friend class ::capnp::Orphanage;
|
c@106
|
3349 };
|
c@106
|
3350
|
c@106
|
3351 class RpcResponse::Id::Builder {
|
c@106
|
3352 public:
|
c@106
|
3353 typedef Id Builds;
|
c@106
|
3354
|
c@106
|
3355 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
3356 // You can explicitly initialize to nullptr instead.
|
c@106
|
3357 inline Builder(decltype(nullptr)) {}
|
c@106
|
3358 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
3359 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
3360 inline Reader asReader() const { return *this; }
|
c@106
|
3361
|
c@106
|
3362 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
3363 #if !CAPNP_LITE
|
c@106
|
3364 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
3365 #endif // !CAPNP_LITE
|
c@106
|
3366
|
c@106
|
3367 inline Which which();
|
c@106
|
3368 inline bool isNumber();
|
c@106
|
3369 inline ::int32_t getNumber();
|
c@106
|
3370 inline void setNumber( ::int32_t value);
|
c@106
|
3371
|
c@106
|
3372 inline bool isTag();
|
c@106
|
3373 inline bool hasTag();
|
c@106
|
3374 inline ::capnp::Text::Builder getTag();
|
c@106
|
3375 inline void setTag( ::capnp::Text::Reader value);
|
c@106
|
3376 inline ::capnp::Text::Builder initTag(unsigned int size);
|
c@106
|
3377 inline void adoptTag(::capnp::Orphan< ::capnp::Text>&& value);
|
c@106
|
3378 inline ::capnp::Orphan< ::capnp::Text> disownTag();
|
c@106
|
3379
|
c@106
|
3380 inline bool isNone();
|
c@106
|
3381 inline ::capnp::Void getNone();
|
c@106
|
3382 inline void setNone( ::capnp::Void value = ::capnp::VOID);
|
c@106
|
3383
|
c@106
|
3384 private:
|
c@106
|
3385 ::capnp::_::StructBuilder _builder;
|
c@106
|
3386 template <typename, ::capnp::Kind>
|
c@106
|
3387 friend struct ::capnp::ToDynamic_;
|
c@106
|
3388 friend class ::capnp::Orphanage;
|
c@106
|
3389 template <typename, ::capnp::Kind>
|
c@106
|
3390 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3391 };
|
c@106
|
3392
|
c@106
|
3393 #if !CAPNP_LITE
|
c@106
|
3394 class RpcResponse::Id::Pipeline {
|
c@106
|
3395 public:
|
c@106
|
3396 typedef Id Pipelines;
|
c@106
|
3397
|
c@106
|
3398 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
3399 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
3400 : _typeless(kj::mv(typeless)) {}
|
c@106
|
3401
|
c@106
|
3402 private:
|
c@106
|
3403 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
3404 friend class ::capnp::PipelineHook;
|
c@106
|
3405 template <typename, ::capnp::Kind>
|
c@106
|
3406 friend struct ::capnp::ToDynamic_;
|
c@106
|
3407 };
|
c@106
|
3408 #endif // !CAPNP_LITE
|
c@106
|
3409
|
c@106
|
3410 class RpcResponse::Response::Reader {
|
c@106
|
3411 public:
|
c@106
|
3412 typedef Response Reads;
|
c@106
|
3413
|
c@106
|
3414 Reader() = default;
|
c@106
|
3415 inline explicit Reader(::capnp::_::StructReader base): _reader(base) {}
|
c@106
|
3416
|
c@106
|
3417 inline ::capnp::MessageSize totalSize() const {
|
c@106
|
3418 return _reader.totalSize().asPublic();
|
c@106
|
3419 }
|
c@106
|
3420
|
c@106
|
3421 #if !CAPNP_LITE
|
c@106
|
3422 inline ::kj::StringTree toString() const {
|
cannam@218
|
3423 return ::capnp::_::structString(_reader, *_capnpPrivate::brand());
|
c@106
|
3424 }
|
c@106
|
3425 #endif // !CAPNP_LITE
|
c@106
|
3426
|
c@106
|
3427 inline Which which() const;
|
c@106
|
3428 inline bool isError() const;
|
c@106
|
3429 inline bool hasError() const;
|
c@106
|
3430 inline ::piper::Error::Reader getError() const;
|
c@106
|
3431
|
c@106
|
3432 inline bool isList() const;
|
c@106
|
3433 inline bool hasList() const;
|
c@106
|
3434 inline ::piper::ListResponse::Reader getList() const;
|
c@106
|
3435
|
c@106
|
3436 inline bool isLoad() const;
|
c@106
|
3437 inline bool hasLoad() const;
|
c@106
|
3438 inline ::piper::LoadResponse::Reader getLoad() const;
|
c@106
|
3439
|
c@106
|
3440 inline bool isConfigure() const;
|
c@106
|
3441 inline bool hasConfigure() const;
|
c@106
|
3442 inline ::piper::ConfigurationResponse::Reader getConfigure() const;
|
c@106
|
3443
|
c@106
|
3444 inline bool isProcess() const;
|
c@106
|
3445 inline bool hasProcess() const;
|
c@106
|
3446 inline ::piper::ProcessResponse::Reader getProcess() const;
|
c@106
|
3447
|
c@106
|
3448 inline bool isFinish() const;
|
c@106
|
3449 inline bool hasFinish() const;
|
c@106
|
3450 inline ::piper::FinishResponse::Reader getFinish() const;
|
c@106
|
3451
|
c@106
|
3452 private:
|
c@106
|
3453 ::capnp::_::StructReader _reader;
|
c@106
|
3454 template <typename, ::capnp::Kind>
|
c@106
|
3455 friend struct ::capnp::ToDynamic_;
|
c@106
|
3456 template <typename, ::capnp::Kind>
|
c@106
|
3457 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3458 template <typename, ::capnp::Kind>
|
c@106
|
3459 friend struct ::capnp::List;
|
c@106
|
3460 friend class ::capnp::MessageBuilder;
|
c@106
|
3461 friend class ::capnp::Orphanage;
|
c@106
|
3462 };
|
c@106
|
3463
|
c@106
|
3464 class RpcResponse::Response::Builder {
|
c@106
|
3465 public:
|
c@106
|
3466 typedef Response Builds;
|
c@106
|
3467
|
c@106
|
3468 Builder() = delete; // Deleted to discourage incorrect usage.
|
c@106
|
3469 // You can explicitly initialize to nullptr instead.
|
c@106
|
3470 inline Builder(decltype(nullptr)) {}
|
c@106
|
3471 inline explicit Builder(::capnp::_::StructBuilder base): _builder(base) {}
|
c@106
|
3472 inline operator Reader() const { return Reader(_builder.asReader()); }
|
c@106
|
3473 inline Reader asReader() const { return *this; }
|
c@106
|
3474
|
c@106
|
3475 inline ::capnp::MessageSize totalSize() const { return asReader().totalSize(); }
|
c@106
|
3476 #if !CAPNP_LITE
|
c@106
|
3477 inline ::kj::StringTree toString() const { return asReader().toString(); }
|
c@106
|
3478 #endif // !CAPNP_LITE
|
c@106
|
3479
|
c@106
|
3480 inline Which which();
|
c@106
|
3481 inline bool isError();
|
c@106
|
3482 inline bool hasError();
|
c@106
|
3483 inline ::piper::Error::Builder getError();
|
c@106
|
3484 inline void setError( ::piper::Error::Reader value);
|
c@106
|
3485 inline ::piper::Error::Builder initError();
|
c@106
|
3486 inline void adoptError(::capnp::Orphan< ::piper::Error>&& value);
|
c@106
|
3487 inline ::capnp::Orphan< ::piper::Error> disownError();
|
c@106
|
3488
|
c@106
|
3489 inline bool isList();
|
c@106
|
3490 inline bool hasList();
|
c@106
|
3491 inline ::piper::ListResponse::Builder getList();
|
c@106
|
3492 inline void setList( ::piper::ListResponse::Reader value);
|
c@106
|
3493 inline ::piper::ListResponse::Builder initList();
|
c@106
|
3494 inline void adoptList(::capnp::Orphan< ::piper::ListResponse>&& value);
|
c@106
|
3495 inline ::capnp::Orphan< ::piper::ListResponse> disownList();
|
c@106
|
3496
|
c@106
|
3497 inline bool isLoad();
|
c@106
|
3498 inline bool hasLoad();
|
c@106
|
3499 inline ::piper::LoadResponse::Builder getLoad();
|
c@106
|
3500 inline void setLoad( ::piper::LoadResponse::Reader value);
|
c@106
|
3501 inline ::piper::LoadResponse::Builder initLoad();
|
c@106
|
3502 inline void adoptLoad(::capnp::Orphan< ::piper::LoadResponse>&& value);
|
c@106
|
3503 inline ::capnp::Orphan< ::piper::LoadResponse> disownLoad();
|
c@106
|
3504
|
c@106
|
3505 inline bool isConfigure();
|
c@106
|
3506 inline bool hasConfigure();
|
c@106
|
3507 inline ::piper::ConfigurationResponse::Builder getConfigure();
|
c@106
|
3508 inline void setConfigure( ::piper::ConfigurationResponse::Reader value);
|
c@106
|
3509 inline ::piper::ConfigurationResponse::Builder initConfigure();
|
c@106
|
3510 inline void adoptConfigure(::capnp::Orphan< ::piper::ConfigurationResponse>&& value);
|
c@106
|
3511 inline ::capnp::Orphan< ::piper::ConfigurationResponse> disownConfigure();
|
c@106
|
3512
|
c@106
|
3513 inline bool isProcess();
|
c@106
|
3514 inline bool hasProcess();
|
c@106
|
3515 inline ::piper::ProcessResponse::Builder getProcess();
|
c@106
|
3516 inline void setProcess( ::piper::ProcessResponse::Reader value);
|
c@106
|
3517 inline ::piper::ProcessResponse::Builder initProcess();
|
c@106
|
3518 inline void adoptProcess(::capnp::Orphan< ::piper::ProcessResponse>&& value);
|
c@106
|
3519 inline ::capnp::Orphan< ::piper::ProcessResponse> disownProcess();
|
c@106
|
3520
|
c@106
|
3521 inline bool isFinish();
|
c@106
|
3522 inline bool hasFinish();
|
c@106
|
3523 inline ::piper::FinishResponse::Builder getFinish();
|
c@106
|
3524 inline void setFinish( ::piper::FinishResponse::Reader value);
|
c@106
|
3525 inline ::piper::FinishResponse::Builder initFinish();
|
c@106
|
3526 inline void adoptFinish(::capnp::Orphan< ::piper::FinishResponse>&& value);
|
c@106
|
3527 inline ::capnp::Orphan< ::piper::FinishResponse> disownFinish();
|
c@106
|
3528
|
c@106
|
3529 private:
|
c@106
|
3530 ::capnp::_::StructBuilder _builder;
|
c@106
|
3531 template <typename, ::capnp::Kind>
|
c@106
|
3532 friend struct ::capnp::ToDynamic_;
|
c@106
|
3533 friend class ::capnp::Orphanage;
|
c@106
|
3534 template <typename, ::capnp::Kind>
|
c@106
|
3535 friend struct ::capnp::_::PointerHelpers;
|
c@106
|
3536 };
|
c@106
|
3537
|
c@106
|
3538 #if !CAPNP_LITE
|
c@106
|
3539 class RpcResponse::Response::Pipeline {
|
c@106
|
3540 public:
|
c@106
|
3541 typedef Response Pipelines;
|
c@106
|
3542
|
c@106
|
3543 inline Pipeline(decltype(nullptr)): _typeless(nullptr) {}
|
c@106
|
3544 inline explicit Pipeline(::capnp::AnyPointer::Pipeline&& typeless)
|
c@106
|
3545 : _typeless(kj::mv(typeless)) {}
|
c@106
|
3546
|
c@106
|
3547 private:
|
c@106
|
3548 ::capnp::AnyPointer::Pipeline _typeless;
|
c@106
|
3549 friend class ::capnp::PipelineHook;
|
c@106
|
3550 template <typename, ::capnp::Kind>
|
c@106
|
3551 friend struct ::capnp::ToDynamic_;
|
c@106
|
3552 };
|
c@106
|
3553 #endif // !CAPNP_LITE
|
c@106
|
3554
|
c@106
|
3555 // =======================================================================================
|
c@106
|
3556
|
c@106
|
3557 inline bool Basic::Reader::hasIdentifier() const {
|
cannam@218
|
3558 return !_reader.getPointerField(
|
cannam@218
|
3559 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
3560 }
|
c@106
|
3561 inline bool Basic::Builder::hasIdentifier() {
|
cannam@218
|
3562 return !_builder.getPointerField(
|
cannam@218
|
3563 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
3564 }
|
c@106
|
3565 inline ::capnp::Text::Reader Basic::Reader::getIdentifier() const {
|
cannam@218
|
3566 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
3567 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3568 }
|
c@106
|
3569 inline ::capnp::Text::Builder Basic::Builder::getIdentifier() {
|
cannam@218
|
3570 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
3571 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3572 }
|
c@106
|
3573 inline void Basic::Builder::setIdentifier( ::capnp::Text::Reader value) {
|
cannam@218
|
3574 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
3575 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
3576 }
|
c@106
|
3577 inline ::capnp::Text::Builder Basic::Builder::initIdentifier(unsigned int size) {
|
cannam@218
|
3578 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
3579 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
3580 }
|
c@106
|
3581 inline void Basic::Builder::adoptIdentifier(
|
c@106
|
3582 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
3583 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
3584 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
3585 }
|
c@106
|
3586 inline ::capnp::Orphan< ::capnp::Text> Basic::Builder::disownIdentifier() {
|
cannam@218
|
3587 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
3588 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3589 }
|
c@106
|
3590
|
c@106
|
3591 inline bool Basic::Reader::hasName() const {
|
cannam@218
|
3592 return !_reader.getPointerField(
|
cannam@218
|
3593 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
3594 }
|
c@106
|
3595 inline bool Basic::Builder::hasName() {
|
cannam@218
|
3596 return !_builder.getPointerField(
|
cannam@218
|
3597 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
3598 }
|
c@106
|
3599 inline ::capnp::Text::Reader Basic::Reader::getName() const {
|
cannam@218
|
3600 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
3601 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
3602 }
|
c@106
|
3603 inline ::capnp::Text::Builder Basic::Builder::getName() {
|
cannam@218
|
3604 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
3605 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
3606 }
|
c@106
|
3607 inline void Basic::Builder::setName( ::capnp::Text::Reader value) {
|
cannam@218
|
3608 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
3609 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
3610 }
|
c@106
|
3611 inline ::capnp::Text::Builder Basic::Builder::initName(unsigned int size) {
|
cannam@218
|
3612 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
3613 ::capnp::bounded<1>() * ::capnp::POINTERS), size);
|
c@106
|
3614 }
|
c@106
|
3615 inline void Basic::Builder::adoptName(
|
c@106
|
3616 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
3617 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
3618 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
3619 }
|
c@106
|
3620 inline ::capnp::Orphan< ::capnp::Text> Basic::Builder::disownName() {
|
cannam@218
|
3621 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
3622 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
3623 }
|
c@106
|
3624
|
c@106
|
3625 inline bool Basic::Reader::hasDescription() const {
|
cannam@218
|
3626 return !_reader.getPointerField(
|
cannam@218
|
3627 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
c@106
|
3628 }
|
c@106
|
3629 inline bool Basic::Builder::hasDescription() {
|
cannam@218
|
3630 return !_builder.getPointerField(
|
cannam@218
|
3631 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
c@106
|
3632 }
|
c@106
|
3633 inline ::capnp::Text::Reader Basic::Reader::getDescription() const {
|
cannam@218
|
3634 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
3635 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
3636 }
|
c@106
|
3637 inline ::capnp::Text::Builder Basic::Builder::getDescription() {
|
cannam@218
|
3638 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
3639 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
3640 }
|
c@106
|
3641 inline void Basic::Builder::setDescription( ::capnp::Text::Reader value) {
|
cannam@218
|
3642 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
3643 ::capnp::bounded<2>() * ::capnp::POINTERS), value);
|
c@106
|
3644 }
|
c@106
|
3645 inline ::capnp::Text::Builder Basic::Builder::initDescription(unsigned int size) {
|
cannam@218
|
3646 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
3647 ::capnp::bounded<2>() * ::capnp::POINTERS), size);
|
c@106
|
3648 }
|
c@106
|
3649 inline void Basic::Builder::adoptDescription(
|
c@106
|
3650 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
3651 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
3652 ::capnp::bounded<2>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
3653 }
|
c@106
|
3654 inline ::capnp::Orphan< ::capnp::Text> Basic::Builder::disownDescription() {
|
cannam@218
|
3655 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
3656 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
3657 }
|
c@106
|
3658
|
c@106
|
3659 inline bool ParameterDescriptor::Reader::hasBasic() const {
|
cannam@218
|
3660 return !_reader.getPointerField(
|
cannam@218
|
3661 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
3662 }
|
c@106
|
3663 inline bool ParameterDescriptor::Builder::hasBasic() {
|
cannam@218
|
3664 return !_builder.getPointerField(
|
cannam@218
|
3665 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
3666 }
|
c@106
|
3667 inline ::piper::Basic::Reader ParameterDescriptor::Reader::getBasic() const {
|
cannam@218
|
3668 return ::capnp::_::PointerHelpers< ::piper::Basic>::get(_reader.getPointerField(
|
cannam@218
|
3669 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3670 }
|
c@106
|
3671 inline ::piper::Basic::Builder ParameterDescriptor::Builder::getBasic() {
|
cannam@218
|
3672 return ::capnp::_::PointerHelpers< ::piper::Basic>::get(_builder.getPointerField(
|
cannam@218
|
3673 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3674 }
|
c@106
|
3675 #if !CAPNP_LITE
|
c@106
|
3676 inline ::piper::Basic::Pipeline ParameterDescriptor::Pipeline::getBasic() {
|
c@106
|
3677 return ::piper::Basic::Pipeline(_typeless.getPointerField(0));
|
c@106
|
3678 }
|
c@106
|
3679 #endif // !CAPNP_LITE
|
c@106
|
3680 inline void ParameterDescriptor::Builder::setBasic( ::piper::Basic::Reader value) {
|
cannam@218
|
3681 ::capnp::_::PointerHelpers< ::piper::Basic>::set(_builder.getPointerField(
|
cannam@218
|
3682 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
3683 }
|
c@106
|
3684 inline ::piper::Basic::Builder ParameterDescriptor::Builder::initBasic() {
|
cannam@218
|
3685 return ::capnp::_::PointerHelpers< ::piper::Basic>::init(_builder.getPointerField(
|
cannam@218
|
3686 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3687 }
|
c@106
|
3688 inline void ParameterDescriptor::Builder::adoptBasic(
|
c@106
|
3689 ::capnp::Orphan< ::piper::Basic>&& value) {
|
cannam@218
|
3690 ::capnp::_::PointerHelpers< ::piper::Basic>::adopt(_builder.getPointerField(
|
cannam@218
|
3691 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
3692 }
|
c@106
|
3693 inline ::capnp::Orphan< ::piper::Basic> ParameterDescriptor::Builder::disownBasic() {
|
cannam@218
|
3694 return ::capnp::_::PointerHelpers< ::piper::Basic>::disown(_builder.getPointerField(
|
cannam@218
|
3695 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3696 }
|
c@106
|
3697
|
c@106
|
3698 inline bool ParameterDescriptor::Reader::hasUnit() const {
|
cannam@218
|
3699 return !_reader.getPointerField(
|
cannam@218
|
3700 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
3701 }
|
c@106
|
3702 inline bool ParameterDescriptor::Builder::hasUnit() {
|
cannam@218
|
3703 return !_builder.getPointerField(
|
cannam@218
|
3704 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
3705 }
|
c@106
|
3706 inline ::capnp::Text::Reader ParameterDescriptor::Reader::getUnit() const {
|
cannam@218
|
3707 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
3708 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
3709 }
|
c@106
|
3710 inline ::capnp::Text::Builder ParameterDescriptor::Builder::getUnit() {
|
cannam@218
|
3711 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
3712 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
3713 }
|
c@106
|
3714 inline void ParameterDescriptor::Builder::setUnit( ::capnp::Text::Reader value) {
|
cannam@218
|
3715 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
3716 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
3717 }
|
c@106
|
3718 inline ::capnp::Text::Builder ParameterDescriptor::Builder::initUnit(unsigned int size) {
|
cannam@218
|
3719 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
3720 ::capnp::bounded<1>() * ::capnp::POINTERS), size);
|
c@106
|
3721 }
|
c@106
|
3722 inline void ParameterDescriptor::Builder::adoptUnit(
|
c@106
|
3723 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
3724 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
3725 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
3726 }
|
c@106
|
3727 inline ::capnp::Orphan< ::capnp::Text> ParameterDescriptor::Builder::disownUnit() {
|
cannam@218
|
3728 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
3729 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
3730 }
|
c@106
|
3731
|
c@106
|
3732 inline float ParameterDescriptor::Reader::getMinValue() const {
|
c@106
|
3733 return _reader.getDataField<float>(
|
cannam@218
|
3734 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
3735 }
|
c@106
|
3736
|
c@106
|
3737 inline float ParameterDescriptor::Builder::getMinValue() {
|
c@106
|
3738 return _builder.getDataField<float>(
|
cannam@218
|
3739 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
3740 }
|
c@106
|
3741 inline void ParameterDescriptor::Builder::setMinValue(float value) {
|
c@106
|
3742 _builder.setDataField<float>(
|
cannam@218
|
3743 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
3744 }
|
c@106
|
3745
|
c@106
|
3746 inline float ParameterDescriptor::Reader::getMaxValue() const {
|
c@106
|
3747 return _reader.getDataField<float>(
|
cannam@218
|
3748 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
3749 }
|
c@106
|
3750
|
c@106
|
3751 inline float ParameterDescriptor::Builder::getMaxValue() {
|
c@106
|
3752 return _builder.getDataField<float>(
|
cannam@218
|
3753 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
3754 }
|
c@106
|
3755 inline void ParameterDescriptor::Builder::setMaxValue(float value) {
|
c@106
|
3756 _builder.setDataField<float>(
|
cannam@218
|
3757 ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
c@106
|
3758 }
|
c@106
|
3759
|
c@106
|
3760 inline float ParameterDescriptor::Reader::getDefaultValue() const {
|
c@106
|
3761 return _reader.getDataField<float>(
|
cannam@218
|
3762 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
3763 }
|
c@106
|
3764
|
c@106
|
3765 inline float ParameterDescriptor::Builder::getDefaultValue() {
|
c@106
|
3766 return _builder.getDataField<float>(
|
cannam@218
|
3767 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
3768 }
|
c@106
|
3769 inline void ParameterDescriptor::Builder::setDefaultValue(float value) {
|
c@106
|
3770 _builder.setDataField<float>(
|
cannam@218
|
3771 ::capnp::bounded<2>() * ::capnp::ELEMENTS, value);
|
c@106
|
3772 }
|
c@106
|
3773
|
c@106
|
3774 inline bool ParameterDescriptor::Reader::getIsQuantized() const {
|
c@106
|
3775 return _reader.getDataField<bool>(
|
cannam@218
|
3776 ::capnp::bounded<96>() * ::capnp::ELEMENTS);
|
c@106
|
3777 }
|
c@106
|
3778
|
c@106
|
3779 inline bool ParameterDescriptor::Builder::getIsQuantized() {
|
c@106
|
3780 return _builder.getDataField<bool>(
|
cannam@218
|
3781 ::capnp::bounded<96>() * ::capnp::ELEMENTS);
|
c@106
|
3782 }
|
c@106
|
3783 inline void ParameterDescriptor::Builder::setIsQuantized(bool value) {
|
c@106
|
3784 _builder.setDataField<bool>(
|
cannam@218
|
3785 ::capnp::bounded<96>() * ::capnp::ELEMENTS, value);
|
c@106
|
3786 }
|
c@106
|
3787
|
c@106
|
3788 inline float ParameterDescriptor::Reader::getQuantizeStep() const {
|
c@106
|
3789 return _reader.getDataField<float>(
|
cannam@218
|
3790 ::capnp::bounded<4>() * ::capnp::ELEMENTS);
|
c@106
|
3791 }
|
c@106
|
3792
|
c@106
|
3793 inline float ParameterDescriptor::Builder::getQuantizeStep() {
|
c@106
|
3794 return _builder.getDataField<float>(
|
cannam@218
|
3795 ::capnp::bounded<4>() * ::capnp::ELEMENTS);
|
c@106
|
3796 }
|
c@106
|
3797 inline void ParameterDescriptor::Builder::setQuantizeStep(float value) {
|
c@106
|
3798 _builder.setDataField<float>(
|
cannam@218
|
3799 ::capnp::bounded<4>() * ::capnp::ELEMENTS, value);
|
c@106
|
3800 }
|
c@106
|
3801
|
c@106
|
3802 inline bool ParameterDescriptor::Reader::hasValueNames() const {
|
cannam@218
|
3803 return !_reader.getPointerField(
|
cannam@218
|
3804 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
c@106
|
3805 }
|
c@106
|
3806 inline bool ParameterDescriptor::Builder::hasValueNames() {
|
cannam@218
|
3807 return !_builder.getPointerField(
|
cannam@218
|
3808 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
c@106
|
3809 }
|
c@106
|
3810 inline ::capnp::List< ::capnp::Text>::Reader ParameterDescriptor::Reader::getValueNames() const {
|
cannam@218
|
3811 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_reader.getPointerField(
|
cannam@218
|
3812 ::capnp::bounded<2>() * ::capnp::POINTERS),
|
c@106
|
3813 ::capnp::schemas::bp_f8fda10bef70a97d + 147);
|
c@106
|
3814 }
|
c@106
|
3815 inline ::capnp::List< ::capnp::Text>::Builder ParameterDescriptor::Builder::getValueNames() {
|
cannam@218
|
3816 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_builder.getPointerField(
|
cannam@218
|
3817 ::capnp::bounded<2>() * ::capnp::POINTERS),
|
c@106
|
3818 ::capnp::schemas::bp_f8fda10bef70a97d + 147);
|
c@106
|
3819 }
|
c@106
|
3820 inline void ParameterDescriptor::Builder::setValueNames( ::capnp::List< ::capnp::Text>::Reader value) {
|
cannam@218
|
3821 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
3822 ::capnp::bounded<2>() * ::capnp::POINTERS), value);
|
c@106
|
3823 }
|
c@106
|
3824 inline void ParameterDescriptor::Builder::setValueNames(::kj::ArrayPtr<const ::capnp::Text::Reader> value) {
|
cannam@218
|
3825 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
3826 ::capnp::bounded<2>() * ::capnp::POINTERS), value);
|
c@106
|
3827 }
|
c@106
|
3828 inline ::capnp::List< ::capnp::Text>::Builder ParameterDescriptor::Builder::initValueNames(unsigned int size) {
|
cannam@218
|
3829 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::init(_builder.getPointerField(
|
cannam@218
|
3830 ::capnp::bounded<2>() * ::capnp::POINTERS), size);
|
c@106
|
3831 }
|
c@106
|
3832 inline void ParameterDescriptor::Builder::adoptValueNames(
|
c@106
|
3833 ::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value) {
|
cannam@218
|
3834 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::adopt(_builder.getPointerField(
|
cannam@218
|
3835 ::capnp::bounded<2>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
3836 }
|
c@106
|
3837 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> ParameterDescriptor::Builder::disownValueNames() {
|
cannam@218
|
3838 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::disown(_builder.getPointerField(
|
cannam@218
|
3839 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
3840 }
|
c@106
|
3841
|
c@106
|
3842 inline bool ConfiguredOutputDescriptor::Reader::hasUnit() const {
|
cannam@218
|
3843 return !_reader.getPointerField(
|
cannam@218
|
3844 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
3845 }
|
c@106
|
3846 inline bool ConfiguredOutputDescriptor::Builder::hasUnit() {
|
cannam@218
|
3847 return !_builder.getPointerField(
|
cannam@218
|
3848 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
3849 }
|
c@106
|
3850 inline ::capnp::Text::Reader ConfiguredOutputDescriptor::Reader::getUnit() const {
|
cannam@218
|
3851 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
3852 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3853 }
|
c@106
|
3854 inline ::capnp::Text::Builder ConfiguredOutputDescriptor::Builder::getUnit() {
|
cannam@218
|
3855 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
3856 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3857 }
|
c@106
|
3858 inline void ConfiguredOutputDescriptor::Builder::setUnit( ::capnp::Text::Reader value) {
|
cannam@218
|
3859 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
3860 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
3861 }
|
c@106
|
3862 inline ::capnp::Text::Builder ConfiguredOutputDescriptor::Builder::initUnit(unsigned int size) {
|
cannam@218
|
3863 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
3864 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
3865 }
|
c@106
|
3866 inline void ConfiguredOutputDescriptor::Builder::adoptUnit(
|
c@106
|
3867 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
3868 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
3869 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
3870 }
|
c@106
|
3871 inline ::capnp::Orphan< ::capnp::Text> ConfiguredOutputDescriptor::Builder::disownUnit() {
|
cannam@218
|
3872 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
3873 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
3874 }
|
c@106
|
3875
|
c@106
|
3876 inline bool ConfiguredOutputDescriptor::Reader::getHasFixedBinCount() const {
|
c@106
|
3877 return _reader.getDataField<bool>(
|
cannam@218
|
3878 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
3879 }
|
c@106
|
3880
|
c@106
|
3881 inline bool ConfiguredOutputDescriptor::Builder::getHasFixedBinCount() {
|
c@106
|
3882 return _builder.getDataField<bool>(
|
cannam@218
|
3883 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
3884 }
|
c@106
|
3885 inline void ConfiguredOutputDescriptor::Builder::setHasFixedBinCount(bool value) {
|
c@106
|
3886 _builder.setDataField<bool>(
|
cannam@218
|
3887 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
3888 }
|
c@106
|
3889
|
c@106
|
3890 inline ::int32_t ConfiguredOutputDescriptor::Reader::getBinCount() const {
|
c@106
|
3891 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
3892 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
3893 }
|
c@106
|
3894
|
c@106
|
3895 inline ::int32_t ConfiguredOutputDescriptor::Builder::getBinCount() {
|
c@106
|
3896 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
3897 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
3898 }
|
c@106
|
3899 inline void ConfiguredOutputDescriptor::Builder::setBinCount( ::int32_t value) {
|
c@106
|
3900 _builder.setDataField< ::int32_t>(
|
cannam@218
|
3901 ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
c@106
|
3902 }
|
c@106
|
3903
|
c@106
|
3904 inline bool ConfiguredOutputDescriptor::Reader::hasBinNames() const {
|
cannam@218
|
3905 return !_reader.getPointerField(
|
cannam@218
|
3906 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
3907 }
|
c@106
|
3908 inline bool ConfiguredOutputDescriptor::Builder::hasBinNames() {
|
cannam@218
|
3909 return !_builder.getPointerField(
|
cannam@218
|
3910 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
3911 }
|
c@106
|
3912 inline ::capnp::List< ::capnp::Text>::Reader ConfiguredOutputDescriptor::Reader::getBinNames() const {
|
cannam@218
|
3913 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_reader.getPointerField(
|
cannam@218
|
3914 ::capnp::bounded<1>() * ::capnp::POINTERS),
|
c@106
|
3915 ::capnp::schemas::bp_b2d0c825aac8249c + 142);
|
c@106
|
3916 }
|
c@106
|
3917 inline ::capnp::List< ::capnp::Text>::Builder ConfiguredOutputDescriptor::Builder::getBinNames() {
|
cannam@218
|
3918 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_builder.getPointerField(
|
cannam@218
|
3919 ::capnp::bounded<1>() * ::capnp::POINTERS),
|
c@106
|
3920 ::capnp::schemas::bp_b2d0c825aac8249c + 142);
|
c@106
|
3921 }
|
c@106
|
3922 inline void ConfiguredOutputDescriptor::Builder::setBinNames( ::capnp::List< ::capnp::Text>::Reader value) {
|
cannam@218
|
3923 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
3924 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
3925 }
|
c@106
|
3926 inline void ConfiguredOutputDescriptor::Builder::setBinNames(::kj::ArrayPtr<const ::capnp::Text::Reader> value) {
|
cannam@218
|
3927 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
3928 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
3929 }
|
c@106
|
3930 inline ::capnp::List< ::capnp::Text>::Builder ConfiguredOutputDescriptor::Builder::initBinNames(unsigned int size) {
|
cannam@218
|
3931 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::init(_builder.getPointerField(
|
cannam@218
|
3932 ::capnp::bounded<1>() * ::capnp::POINTERS), size);
|
c@106
|
3933 }
|
c@106
|
3934 inline void ConfiguredOutputDescriptor::Builder::adoptBinNames(
|
c@106
|
3935 ::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value) {
|
cannam@218
|
3936 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::adopt(_builder.getPointerField(
|
cannam@218
|
3937 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
3938 }
|
c@106
|
3939 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> ConfiguredOutputDescriptor::Builder::disownBinNames() {
|
cannam@218
|
3940 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::disown(_builder.getPointerField(
|
cannam@218
|
3941 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
3942 }
|
c@106
|
3943
|
c@106
|
3944 inline bool ConfiguredOutputDescriptor::Reader::getHasKnownExtents() const {
|
c@106
|
3945 return _reader.getDataField<bool>(
|
cannam@218
|
3946 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
3947 }
|
c@106
|
3948
|
c@106
|
3949 inline bool ConfiguredOutputDescriptor::Builder::getHasKnownExtents() {
|
c@106
|
3950 return _builder.getDataField<bool>(
|
cannam@218
|
3951 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
3952 }
|
c@106
|
3953 inline void ConfiguredOutputDescriptor::Builder::setHasKnownExtents(bool value) {
|
c@106
|
3954 _builder.setDataField<bool>(
|
cannam@218
|
3955 ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
c@106
|
3956 }
|
c@106
|
3957
|
c@106
|
3958 inline float ConfiguredOutputDescriptor::Reader::getMinValue() const {
|
c@106
|
3959 return _reader.getDataField<float>(
|
cannam@218
|
3960 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
3961 }
|
c@106
|
3962
|
c@106
|
3963 inline float ConfiguredOutputDescriptor::Builder::getMinValue() {
|
c@106
|
3964 return _builder.getDataField<float>(
|
cannam@218
|
3965 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
3966 }
|
c@106
|
3967 inline void ConfiguredOutputDescriptor::Builder::setMinValue(float value) {
|
c@106
|
3968 _builder.setDataField<float>(
|
cannam@218
|
3969 ::capnp::bounded<2>() * ::capnp::ELEMENTS, value);
|
c@106
|
3970 }
|
c@106
|
3971
|
c@106
|
3972 inline float ConfiguredOutputDescriptor::Reader::getMaxValue() const {
|
c@106
|
3973 return _reader.getDataField<float>(
|
cannam@218
|
3974 ::capnp::bounded<3>() * ::capnp::ELEMENTS);
|
c@106
|
3975 }
|
c@106
|
3976
|
c@106
|
3977 inline float ConfiguredOutputDescriptor::Builder::getMaxValue() {
|
c@106
|
3978 return _builder.getDataField<float>(
|
cannam@218
|
3979 ::capnp::bounded<3>() * ::capnp::ELEMENTS);
|
c@106
|
3980 }
|
c@106
|
3981 inline void ConfiguredOutputDescriptor::Builder::setMaxValue(float value) {
|
c@106
|
3982 _builder.setDataField<float>(
|
cannam@218
|
3983 ::capnp::bounded<3>() * ::capnp::ELEMENTS, value);
|
c@106
|
3984 }
|
c@106
|
3985
|
c@106
|
3986 inline bool ConfiguredOutputDescriptor::Reader::getIsQuantized() const {
|
c@106
|
3987 return _reader.getDataField<bool>(
|
cannam@218
|
3988 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
3989 }
|
c@106
|
3990
|
c@106
|
3991 inline bool ConfiguredOutputDescriptor::Builder::getIsQuantized() {
|
c@106
|
3992 return _builder.getDataField<bool>(
|
cannam@218
|
3993 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
3994 }
|
c@106
|
3995 inline void ConfiguredOutputDescriptor::Builder::setIsQuantized(bool value) {
|
c@106
|
3996 _builder.setDataField<bool>(
|
cannam@218
|
3997 ::capnp::bounded<2>() * ::capnp::ELEMENTS, value);
|
c@106
|
3998 }
|
c@106
|
3999
|
c@106
|
4000 inline float ConfiguredOutputDescriptor::Reader::getQuantizeStep() const {
|
c@106
|
4001 return _reader.getDataField<float>(
|
cannam@218
|
4002 ::capnp::bounded<4>() * ::capnp::ELEMENTS);
|
c@106
|
4003 }
|
c@106
|
4004
|
c@106
|
4005 inline float ConfiguredOutputDescriptor::Builder::getQuantizeStep() {
|
c@106
|
4006 return _builder.getDataField<float>(
|
cannam@218
|
4007 ::capnp::bounded<4>() * ::capnp::ELEMENTS);
|
c@106
|
4008 }
|
c@106
|
4009 inline void ConfiguredOutputDescriptor::Builder::setQuantizeStep(float value) {
|
c@106
|
4010 _builder.setDataField<float>(
|
cannam@218
|
4011 ::capnp::bounded<4>() * ::capnp::ELEMENTS, value);
|
c@106
|
4012 }
|
c@106
|
4013
|
c@106
|
4014 inline ::piper::SampleType ConfiguredOutputDescriptor::Reader::getSampleType() const {
|
c@106
|
4015 return _reader.getDataField< ::piper::SampleType>(
|
cannam@218
|
4016 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
4017 }
|
c@106
|
4018
|
c@106
|
4019 inline ::piper::SampleType ConfiguredOutputDescriptor::Builder::getSampleType() {
|
c@106
|
4020 return _builder.getDataField< ::piper::SampleType>(
|
cannam@218
|
4021 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
4022 }
|
c@106
|
4023 inline void ConfiguredOutputDescriptor::Builder::setSampleType( ::piper::SampleType value) {
|
c@106
|
4024 _builder.setDataField< ::piper::SampleType>(
|
cannam@218
|
4025 ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
c@106
|
4026 }
|
c@106
|
4027
|
c@106
|
4028 inline float ConfiguredOutputDescriptor::Reader::getSampleRate() const {
|
c@106
|
4029 return _reader.getDataField<float>(
|
cannam@218
|
4030 ::capnp::bounded<5>() * ::capnp::ELEMENTS);
|
c@106
|
4031 }
|
c@106
|
4032
|
c@106
|
4033 inline float ConfiguredOutputDescriptor::Builder::getSampleRate() {
|
c@106
|
4034 return _builder.getDataField<float>(
|
cannam@218
|
4035 ::capnp::bounded<5>() * ::capnp::ELEMENTS);
|
c@106
|
4036 }
|
c@106
|
4037 inline void ConfiguredOutputDescriptor::Builder::setSampleRate(float value) {
|
c@106
|
4038 _builder.setDataField<float>(
|
cannam@218
|
4039 ::capnp::bounded<5>() * ::capnp::ELEMENTS, value);
|
c@106
|
4040 }
|
c@106
|
4041
|
c@106
|
4042 inline bool ConfiguredOutputDescriptor::Reader::getHasDuration() const {
|
c@106
|
4043 return _reader.getDataField<bool>(
|
cannam@218
|
4044 ::capnp::bounded<3>() * ::capnp::ELEMENTS);
|
c@106
|
4045 }
|
c@106
|
4046
|
c@106
|
4047 inline bool ConfiguredOutputDescriptor::Builder::getHasDuration() {
|
c@106
|
4048 return _builder.getDataField<bool>(
|
cannam@218
|
4049 ::capnp::bounded<3>() * ::capnp::ELEMENTS);
|
c@106
|
4050 }
|
c@106
|
4051 inline void ConfiguredOutputDescriptor::Builder::setHasDuration(bool value) {
|
c@106
|
4052 _builder.setDataField<bool>(
|
cannam@218
|
4053 ::capnp::bounded<3>() * ::capnp::ELEMENTS, value);
|
c@106
|
4054 }
|
c@106
|
4055
|
c@106
|
4056 inline bool OutputDescriptor::Reader::hasBasic() const {
|
cannam@218
|
4057 return !_reader.getPointerField(
|
cannam@218
|
4058 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4059 }
|
c@106
|
4060 inline bool OutputDescriptor::Builder::hasBasic() {
|
cannam@218
|
4061 return !_builder.getPointerField(
|
cannam@218
|
4062 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4063 }
|
c@106
|
4064 inline ::piper::Basic::Reader OutputDescriptor::Reader::getBasic() const {
|
cannam@218
|
4065 return ::capnp::_::PointerHelpers< ::piper::Basic>::get(_reader.getPointerField(
|
cannam@218
|
4066 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4067 }
|
c@106
|
4068 inline ::piper::Basic::Builder OutputDescriptor::Builder::getBasic() {
|
cannam@218
|
4069 return ::capnp::_::PointerHelpers< ::piper::Basic>::get(_builder.getPointerField(
|
cannam@218
|
4070 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4071 }
|
c@106
|
4072 #if !CAPNP_LITE
|
c@106
|
4073 inline ::piper::Basic::Pipeline OutputDescriptor::Pipeline::getBasic() {
|
c@106
|
4074 return ::piper::Basic::Pipeline(_typeless.getPointerField(0));
|
c@106
|
4075 }
|
c@106
|
4076 #endif // !CAPNP_LITE
|
c@106
|
4077 inline void OutputDescriptor::Builder::setBasic( ::piper::Basic::Reader value) {
|
cannam@218
|
4078 ::capnp::_::PointerHelpers< ::piper::Basic>::set(_builder.getPointerField(
|
cannam@218
|
4079 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
4080 }
|
c@106
|
4081 inline ::piper::Basic::Builder OutputDescriptor::Builder::initBasic() {
|
cannam@218
|
4082 return ::capnp::_::PointerHelpers< ::piper::Basic>::init(_builder.getPointerField(
|
cannam@218
|
4083 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4084 }
|
c@106
|
4085 inline void OutputDescriptor::Builder::adoptBasic(
|
c@106
|
4086 ::capnp::Orphan< ::piper::Basic>&& value) {
|
cannam@218
|
4087 ::capnp::_::PointerHelpers< ::piper::Basic>::adopt(_builder.getPointerField(
|
cannam@218
|
4088 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4089 }
|
c@106
|
4090 inline ::capnp::Orphan< ::piper::Basic> OutputDescriptor::Builder::disownBasic() {
|
cannam@218
|
4091 return ::capnp::_::PointerHelpers< ::piper::Basic>::disown(_builder.getPointerField(
|
cannam@218
|
4092 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4093 }
|
c@106
|
4094
|
c@106
|
4095 inline bool OutputDescriptor::Reader::hasConfigured() const {
|
cannam@218
|
4096 return !_reader.getPointerField(
|
cannam@218
|
4097 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4098 }
|
c@106
|
4099 inline bool OutputDescriptor::Builder::hasConfigured() {
|
cannam@218
|
4100 return !_builder.getPointerField(
|
cannam@218
|
4101 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4102 }
|
c@106
|
4103 inline ::piper::ConfiguredOutputDescriptor::Reader OutputDescriptor::Reader::getConfigured() const {
|
cannam@218
|
4104 return ::capnp::_::PointerHelpers< ::piper::ConfiguredOutputDescriptor>::get(_reader.getPointerField(
|
cannam@218
|
4105 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4106 }
|
c@106
|
4107 inline ::piper::ConfiguredOutputDescriptor::Builder OutputDescriptor::Builder::getConfigured() {
|
cannam@218
|
4108 return ::capnp::_::PointerHelpers< ::piper::ConfiguredOutputDescriptor>::get(_builder.getPointerField(
|
cannam@218
|
4109 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4110 }
|
c@106
|
4111 #if !CAPNP_LITE
|
c@106
|
4112 inline ::piper::ConfiguredOutputDescriptor::Pipeline OutputDescriptor::Pipeline::getConfigured() {
|
c@106
|
4113 return ::piper::ConfiguredOutputDescriptor::Pipeline(_typeless.getPointerField(1));
|
c@106
|
4114 }
|
c@106
|
4115 #endif // !CAPNP_LITE
|
c@106
|
4116 inline void OutputDescriptor::Builder::setConfigured( ::piper::ConfiguredOutputDescriptor::Reader value) {
|
cannam@218
|
4117 ::capnp::_::PointerHelpers< ::piper::ConfiguredOutputDescriptor>::set(_builder.getPointerField(
|
cannam@218
|
4118 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
4119 }
|
c@106
|
4120 inline ::piper::ConfiguredOutputDescriptor::Builder OutputDescriptor::Builder::initConfigured() {
|
cannam@218
|
4121 return ::capnp::_::PointerHelpers< ::piper::ConfiguredOutputDescriptor>::init(_builder.getPointerField(
|
cannam@218
|
4122 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4123 }
|
c@106
|
4124 inline void OutputDescriptor::Builder::adoptConfigured(
|
c@106
|
4125 ::capnp::Orphan< ::piper::ConfiguredOutputDescriptor>&& value) {
|
cannam@218
|
4126 ::capnp::_::PointerHelpers< ::piper::ConfiguredOutputDescriptor>::adopt(_builder.getPointerField(
|
cannam@218
|
4127 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4128 }
|
c@106
|
4129 inline ::capnp::Orphan< ::piper::ConfiguredOutputDescriptor> OutputDescriptor::Builder::disownConfigured() {
|
cannam@218
|
4130 return ::capnp::_::PointerHelpers< ::piper::ConfiguredOutputDescriptor>::disown(_builder.getPointerField(
|
cannam@218
|
4131 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4132 }
|
c@106
|
4133
|
c@106
|
4134 inline bool ExtractorStaticData::Reader::hasKey() const {
|
cannam@218
|
4135 return !_reader.getPointerField(
|
cannam@218
|
4136 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4137 }
|
c@106
|
4138 inline bool ExtractorStaticData::Builder::hasKey() {
|
cannam@218
|
4139 return !_builder.getPointerField(
|
cannam@218
|
4140 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4141 }
|
c@106
|
4142 inline ::capnp::Text::Reader ExtractorStaticData::Reader::getKey() const {
|
cannam@218
|
4143 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
4144 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4145 }
|
c@106
|
4146 inline ::capnp::Text::Builder ExtractorStaticData::Builder::getKey() {
|
cannam@218
|
4147 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
4148 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4149 }
|
c@106
|
4150 inline void ExtractorStaticData::Builder::setKey( ::capnp::Text::Reader value) {
|
cannam@218
|
4151 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
4152 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
4153 }
|
c@106
|
4154 inline ::capnp::Text::Builder ExtractorStaticData::Builder::initKey(unsigned int size) {
|
cannam@218
|
4155 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
4156 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
4157 }
|
c@106
|
4158 inline void ExtractorStaticData::Builder::adoptKey(
|
c@106
|
4159 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
4160 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
4161 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4162 }
|
c@106
|
4163 inline ::capnp::Orphan< ::capnp::Text> ExtractorStaticData::Builder::disownKey() {
|
cannam@218
|
4164 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
4165 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4166 }
|
c@106
|
4167
|
c@106
|
4168 inline bool ExtractorStaticData::Reader::hasBasic() const {
|
cannam@218
|
4169 return !_reader.getPointerField(
|
cannam@218
|
4170 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4171 }
|
c@106
|
4172 inline bool ExtractorStaticData::Builder::hasBasic() {
|
cannam@218
|
4173 return !_builder.getPointerField(
|
cannam@218
|
4174 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4175 }
|
c@106
|
4176 inline ::piper::Basic::Reader ExtractorStaticData::Reader::getBasic() const {
|
cannam@218
|
4177 return ::capnp::_::PointerHelpers< ::piper::Basic>::get(_reader.getPointerField(
|
cannam@218
|
4178 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4179 }
|
c@106
|
4180 inline ::piper::Basic::Builder ExtractorStaticData::Builder::getBasic() {
|
cannam@218
|
4181 return ::capnp::_::PointerHelpers< ::piper::Basic>::get(_builder.getPointerField(
|
cannam@218
|
4182 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4183 }
|
c@106
|
4184 #if !CAPNP_LITE
|
c@106
|
4185 inline ::piper::Basic::Pipeline ExtractorStaticData::Pipeline::getBasic() {
|
c@106
|
4186 return ::piper::Basic::Pipeline(_typeless.getPointerField(1));
|
c@106
|
4187 }
|
c@106
|
4188 #endif // !CAPNP_LITE
|
c@106
|
4189 inline void ExtractorStaticData::Builder::setBasic( ::piper::Basic::Reader value) {
|
cannam@218
|
4190 ::capnp::_::PointerHelpers< ::piper::Basic>::set(_builder.getPointerField(
|
cannam@218
|
4191 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
4192 }
|
c@106
|
4193 inline ::piper::Basic::Builder ExtractorStaticData::Builder::initBasic() {
|
cannam@218
|
4194 return ::capnp::_::PointerHelpers< ::piper::Basic>::init(_builder.getPointerField(
|
cannam@218
|
4195 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4196 }
|
c@106
|
4197 inline void ExtractorStaticData::Builder::adoptBasic(
|
c@106
|
4198 ::capnp::Orphan< ::piper::Basic>&& value) {
|
cannam@218
|
4199 ::capnp::_::PointerHelpers< ::piper::Basic>::adopt(_builder.getPointerField(
|
cannam@218
|
4200 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4201 }
|
c@106
|
4202 inline ::capnp::Orphan< ::piper::Basic> ExtractorStaticData::Builder::disownBasic() {
|
cannam@218
|
4203 return ::capnp::_::PointerHelpers< ::piper::Basic>::disown(_builder.getPointerField(
|
cannam@218
|
4204 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4205 }
|
c@106
|
4206
|
c@106
|
4207 inline bool ExtractorStaticData::Reader::hasMaker() const {
|
cannam@218
|
4208 return !_reader.getPointerField(
|
cannam@218
|
4209 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
c@106
|
4210 }
|
c@106
|
4211 inline bool ExtractorStaticData::Builder::hasMaker() {
|
cannam@218
|
4212 return !_builder.getPointerField(
|
cannam@218
|
4213 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
c@106
|
4214 }
|
c@106
|
4215 inline ::capnp::Text::Reader ExtractorStaticData::Reader::getMaker() const {
|
cannam@218
|
4216 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
4217 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
4218 }
|
c@106
|
4219 inline ::capnp::Text::Builder ExtractorStaticData::Builder::getMaker() {
|
cannam@218
|
4220 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
4221 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
4222 }
|
c@106
|
4223 inline void ExtractorStaticData::Builder::setMaker( ::capnp::Text::Reader value) {
|
cannam@218
|
4224 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
4225 ::capnp::bounded<2>() * ::capnp::POINTERS), value);
|
c@106
|
4226 }
|
c@106
|
4227 inline ::capnp::Text::Builder ExtractorStaticData::Builder::initMaker(unsigned int size) {
|
cannam@218
|
4228 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
4229 ::capnp::bounded<2>() * ::capnp::POINTERS), size);
|
c@106
|
4230 }
|
c@106
|
4231 inline void ExtractorStaticData::Builder::adoptMaker(
|
c@106
|
4232 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
4233 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
4234 ::capnp::bounded<2>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4235 }
|
c@106
|
4236 inline ::capnp::Orphan< ::capnp::Text> ExtractorStaticData::Builder::disownMaker() {
|
cannam@218
|
4237 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
4238 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
4239 }
|
c@106
|
4240
|
cannam@216
|
4241 inline bool ExtractorStaticData::Reader::hasRights() const {
|
cannam@218
|
4242 return !_reader.getPointerField(
|
cannam@218
|
4243 ::capnp::bounded<3>() * ::capnp::POINTERS).isNull();
|
c@106
|
4244 }
|
cannam@216
|
4245 inline bool ExtractorStaticData::Builder::hasRights() {
|
cannam@218
|
4246 return !_builder.getPointerField(
|
cannam@218
|
4247 ::capnp::bounded<3>() * ::capnp::POINTERS).isNull();
|
c@106
|
4248 }
|
cannam@216
|
4249 inline ::capnp::Text::Reader ExtractorStaticData::Reader::getRights() const {
|
cannam@218
|
4250 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
4251 ::capnp::bounded<3>() * ::capnp::POINTERS));
|
c@106
|
4252 }
|
cannam@216
|
4253 inline ::capnp::Text::Builder ExtractorStaticData::Builder::getRights() {
|
cannam@218
|
4254 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
4255 ::capnp::bounded<3>() * ::capnp::POINTERS));
|
c@106
|
4256 }
|
cannam@216
|
4257 inline void ExtractorStaticData::Builder::setRights( ::capnp::Text::Reader value) {
|
cannam@218
|
4258 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
4259 ::capnp::bounded<3>() * ::capnp::POINTERS), value);
|
c@106
|
4260 }
|
cannam@216
|
4261 inline ::capnp::Text::Builder ExtractorStaticData::Builder::initRights(unsigned int size) {
|
cannam@218
|
4262 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
4263 ::capnp::bounded<3>() * ::capnp::POINTERS), size);
|
c@106
|
4264 }
|
cannam@216
|
4265 inline void ExtractorStaticData::Builder::adoptRights(
|
c@106
|
4266 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
4267 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
4268 ::capnp::bounded<3>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4269 }
|
cannam@216
|
4270 inline ::capnp::Orphan< ::capnp::Text> ExtractorStaticData::Builder::disownRights() {
|
cannam@218
|
4271 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
4272 ::capnp::bounded<3>() * ::capnp::POINTERS));
|
c@106
|
4273 }
|
c@106
|
4274
|
c@106
|
4275 inline ::int32_t ExtractorStaticData::Reader::getVersion() const {
|
c@106
|
4276 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
4277 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
4278 }
|
c@106
|
4279
|
c@106
|
4280 inline ::int32_t ExtractorStaticData::Builder::getVersion() {
|
c@106
|
4281 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
4282 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
4283 }
|
c@106
|
4284 inline void ExtractorStaticData::Builder::setVersion( ::int32_t value) {
|
c@106
|
4285 _builder.setDataField< ::int32_t>(
|
cannam@218
|
4286 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
4287 }
|
c@106
|
4288
|
c@106
|
4289 inline bool ExtractorStaticData::Reader::hasCategory() const {
|
cannam@218
|
4290 return !_reader.getPointerField(
|
cannam@218
|
4291 ::capnp::bounded<4>() * ::capnp::POINTERS).isNull();
|
c@106
|
4292 }
|
c@106
|
4293 inline bool ExtractorStaticData::Builder::hasCategory() {
|
cannam@218
|
4294 return !_builder.getPointerField(
|
cannam@218
|
4295 ::capnp::bounded<4>() * ::capnp::POINTERS).isNull();
|
c@106
|
4296 }
|
c@106
|
4297 inline ::capnp::List< ::capnp::Text>::Reader ExtractorStaticData::Reader::getCategory() const {
|
cannam@218
|
4298 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_reader.getPointerField(
|
cannam@218
|
4299 ::capnp::bounded<4>() * ::capnp::POINTERS));
|
c@106
|
4300 }
|
c@106
|
4301 inline ::capnp::List< ::capnp::Text>::Builder ExtractorStaticData::Builder::getCategory() {
|
cannam@218
|
4302 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_builder.getPointerField(
|
cannam@218
|
4303 ::capnp::bounded<4>() * ::capnp::POINTERS));
|
c@106
|
4304 }
|
c@106
|
4305 inline void ExtractorStaticData::Builder::setCategory( ::capnp::List< ::capnp::Text>::Reader value) {
|
cannam@218
|
4306 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
4307 ::capnp::bounded<4>() * ::capnp::POINTERS), value);
|
c@106
|
4308 }
|
c@106
|
4309 inline void ExtractorStaticData::Builder::setCategory(::kj::ArrayPtr<const ::capnp::Text::Reader> value) {
|
cannam@218
|
4310 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
4311 ::capnp::bounded<4>() * ::capnp::POINTERS), value);
|
c@106
|
4312 }
|
c@106
|
4313 inline ::capnp::List< ::capnp::Text>::Builder ExtractorStaticData::Builder::initCategory(unsigned int size) {
|
cannam@218
|
4314 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::init(_builder.getPointerField(
|
cannam@218
|
4315 ::capnp::bounded<4>() * ::capnp::POINTERS), size);
|
c@106
|
4316 }
|
c@106
|
4317 inline void ExtractorStaticData::Builder::adoptCategory(
|
c@106
|
4318 ::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value) {
|
cannam@218
|
4319 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::adopt(_builder.getPointerField(
|
cannam@218
|
4320 ::capnp::bounded<4>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4321 }
|
c@106
|
4322 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> ExtractorStaticData::Builder::disownCategory() {
|
cannam@218
|
4323 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::disown(_builder.getPointerField(
|
cannam@218
|
4324 ::capnp::bounded<4>() * ::capnp::POINTERS));
|
c@106
|
4325 }
|
c@106
|
4326
|
c@106
|
4327 inline ::int32_t ExtractorStaticData::Reader::getMinChannelCount() const {
|
c@106
|
4328 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
4329 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
4330 }
|
c@106
|
4331
|
c@106
|
4332 inline ::int32_t ExtractorStaticData::Builder::getMinChannelCount() {
|
c@106
|
4333 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
4334 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
4335 }
|
c@106
|
4336 inline void ExtractorStaticData::Builder::setMinChannelCount( ::int32_t value) {
|
c@106
|
4337 _builder.setDataField< ::int32_t>(
|
cannam@218
|
4338 ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
c@106
|
4339 }
|
c@106
|
4340
|
c@106
|
4341 inline ::int32_t ExtractorStaticData::Reader::getMaxChannelCount() const {
|
c@106
|
4342 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
4343 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
4344 }
|
c@106
|
4345
|
c@106
|
4346 inline ::int32_t ExtractorStaticData::Builder::getMaxChannelCount() {
|
c@106
|
4347 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
4348 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
4349 }
|
c@106
|
4350 inline void ExtractorStaticData::Builder::setMaxChannelCount( ::int32_t value) {
|
c@106
|
4351 _builder.setDataField< ::int32_t>(
|
cannam@218
|
4352 ::capnp::bounded<2>() * ::capnp::ELEMENTS, value);
|
c@106
|
4353 }
|
c@106
|
4354
|
c@106
|
4355 inline bool ExtractorStaticData::Reader::hasParameters() const {
|
cannam@218
|
4356 return !_reader.getPointerField(
|
cannam@218
|
4357 ::capnp::bounded<5>() * ::capnp::POINTERS).isNull();
|
c@106
|
4358 }
|
c@106
|
4359 inline bool ExtractorStaticData::Builder::hasParameters() {
|
cannam@218
|
4360 return !_builder.getPointerField(
|
cannam@218
|
4361 ::capnp::bounded<5>() * ::capnp::POINTERS).isNull();
|
c@106
|
4362 }
|
c@106
|
4363 inline ::capnp::List< ::piper::ParameterDescriptor>::Reader ExtractorStaticData::Reader::getParameters() const {
|
cannam@218
|
4364 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ParameterDescriptor>>::get(_reader.getPointerField(
|
cannam@218
|
4365 ::capnp::bounded<5>() * ::capnp::POINTERS));
|
c@106
|
4366 }
|
c@106
|
4367 inline ::capnp::List< ::piper::ParameterDescriptor>::Builder ExtractorStaticData::Builder::getParameters() {
|
cannam@218
|
4368 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ParameterDescriptor>>::get(_builder.getPointerField(
|
cannam@218
|
4369 ::capnp::bounded<5>() * ::capnp::POINTERS));
|
c@106
|
4370 }
|
c@106
|
4371 inline void ExtractorStaticData::Builder::setParameters( ::capnp::List< ::piper::ParameterDescriptor>::Reader value) {
|
cannam@218
|
4372 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ParameterDescriptor>>::set(_builder.getPointerField(
|
cannam@218
|
4373 ::capnp::bounded<5>() * ::capnp::POINTERS), value);
|
c@106
|
4374 }
|
c@106
|
4375 inline ::capnp::List< ::piper::ParameterDescriptor>::Builder ExtractorStaticData::Builder::initParameters(unsigned int size) {
|
cannam@218
|
4376 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ParameterDescriptor>>::init(_builder.getPointerField(
|
cannam@218
|
4377 ::capnp::bounded<5>() * ::capnp::POINTERS), size);
|
c@106
|
4378 }
|
c@106
|
4379 inline void ExtractorStaticData::Builder::adoptParameters(
|
c@106
|
4380 ::capnp::Orphan< ::capnp::List< ::piper::ParameterDescriptor>>&& value) {
|
cannam@218
|
4381 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ParameterDescriptor>>::adopt(_builder.getPointerField(
|
cannam@218
|
4382 ::capnp::bounded<5>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4383 }
|
c@106
|
4384 inline ::capnp::Orphan< ::capnp::List< ::piper::ParameterDescriptor>> ExtractorStaticData::Builder::disownParameters() {
|
cannam@218
|
4385 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ParameterDescriptor>>::disown(_builder.getPointerField(
|
cannam@218
|
4386 ::capnp::bounded<5>() * ::capnp::POINTERS));
|
c@106
|
4387 }
|
c@106
|
4388
|
c@106
|
4389 inline bool ExtractorStaticData::Reader::hasPrograms() const {
|
cannam@218
|
4390 return !_reader.getPointerField(
|
cannam@218
|
4391 ::capnp::bounded<6>() * ::capnp::POINTERS).isNull();
|
c@106
|
4392 }
|
c@106
|
4393 inline bool ExtractorStaticData::Builder::hasPrograms() {
|
cannam@218
|
4394 return !_builder.getPointerField(
|
cannam@218
|
4395 ::capnp::bounded<6>() * ::capnp::POINTERS).isNull();
|
c@106
|
4396 }
|
c@106
|
4397 inline ::capnp::List< ::capnp::Text>::Reader ExtractorStaticData::Reader::getPrograms() const {
|
cannam@218
|
4398 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_reader.getPointerField(
|
cannam@218
|
4399 ::capnp::bounded<6>() * ::capnp::POINTERS));
|
c@106
|
4400 }
|
c@106
|
4401 inline ::capnp::List< ::capnp::Text>::Builder ExtractorStaticData::Builder::getPrograms() {
|
cannam@218
|
4402 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_builder.getPointerField(
|
cannam@218
|
4403 ::capnp::bounded<6>() * ::capnp::POINTERS));
|
c@106
|
4404 }
|
c@106
|
4405 inline void ExtractorStaticData::Builder::setPrograms( ::capnp::List< ::capnp::Text>::Reader value) {
|
cannam@218
|
4406 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
4407 ::capnp::bounded<6>() * ::capnp::POINTERS), value);
|
c@106
|
4408 }
|
c@106
|
4409 inline void ExtractorStaticData::Builder::setPrograms(::kj::ArrayPtr<const ::capnp::Text::Reader> value) {
|
cannam@218
|
4410 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
4411 ::capnp::bounded<6>() * ::capnp::POINTERS), value);
|
c@106
|
4412 }
|
c@106
|
4413 inline ::capnp::List< ::capnp::Text>::Builder ExtractorStaticData::Builder::initPrograms(unsigned int size) {
|
cannam@218
|
4414 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::init(_builder.getPointerField(
|
cannam@218
|
4415 ::capnp::bounded<6>() * ::capnp::POINTERS), size);
|
c@106
|
4416 }
|
c@106
|
4417 inline void ExtractorStaticData::Builder::adoptPrograms(
|
c@106
|
4418 ::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value) {
|
cannam@218
|
4419 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::adopt(_builder.getPointerField(
|
cannam@218
|
4420 ::capnp::bounded<6>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4421 }
|
c@106
|
4422 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> ExtractorStaticData::Builder::disownPrograms() {
|
cannam@218
|
4423 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::disown(_builder.getPointerField(
|
cannam@218
|
4424 ::capnp::bounded<6>() * ::capnp::POINTERS));
|
c@106
|
4425 }
|
c@106
|
4426
|
c@106
|
4427 inline ::piper::InputDomain ExtractorStaticData::Reader::getInputDomain() const {
|
c@106
|
4428 return _reader.getDataField< ::piper::InputDomain>(
|
cannam@218
|
4429 ::capnp::bounded<6>() * ::capnp::ELEMENTS);
|
c@106
|
4430 }
|
c@106
|
4431
|
c@106
|
4432 inline ::piper::InputDomain ExtractorStaticData::Builder::getInputDomain() {
|
c@106
|
4433 return _builder.getDataField< ::piper::InputDomain>(
|
cannam@218
|
4434 ::capnp::bounded<6>() * ::capnp::ELEMENTS);
|
c@106
|
4435 }
|
c@106
|
4436 inline void ExtractorStaticData::Builder::setInputDomain( ::piper::InputDomain value) {
|
c@106
|
4437 _builder.setDataField< ::piper::InputDomain>(
|
cannam@218
|
4438 ::capnp::bounded<6>() * ::capnp::ELEMENTS, value);
|
c@106
|
4439 }
|
c@106
|
4440
|
c@106
|
4441 inline bool ExtractorStaticData::Reader::hasBasicOutputInfo() const {
|
cannam@218
|
4442 return !_reader.getPointerField(
|
cannam@218
|
4443 ::capnp::bounded<7>() * ::capnp::POINTERS).isNull();
|
c@106
|
4444 }
|
c@106
|
4445 inline bool ExtractorStaticData::Builder::hasBasicOutputInfo() {
|
cannam@218
|
4446 return !_builder.getPointerField(
|
cannam@218
|
4447 ::capnp::bounded<7>() * ::capnp::POINTERS).isNull();
|
c@106
|
4448 }
|
c@106
|
4449 inline ::capnp::List< ::piper::Basic>::Reader ExtractorStaticData::Reader::getBasicOutputInfo() const {
|
cannam@218
|
4450 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Basic>>::get(_reader.getPointerField(
|
cannam@218
|
4451 ::capnp::bounded<7>() * ::capnp::POINTERS));
|
c@106
|
4452 }
|
c@106
|
4453 inline ::capnp::List< ::piper::Basic>::Builder ExtractorStaticData::Builder::getBasicOutputInfo() {
|
cannam@218
|
4454 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Basic>>::get(_builder.getPointerField(
|
cannam@218
|
4455 ::capnp::bounded<7>() * ::capnp::POINTERS));
|
c@106
|
4456 }
|
c@106
|
4457 inline void ExtractorStaticData::Builder::setBasicOutputInfo( ::capnp::List< ::piper::Basic>::Reader value) {
|
cannam@218
|
4458 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Basic>>::set(_builder.getPointerField(
|
cannam@218
|
4459 ::capnp::bounded<7>() * ::capnp::POINTERS), value);
|
c@106
|
4460 }
|
c@106
|
4461 inline ::capnp::List< ::piper::Basic>::Builder ExtractorStaticData::Builder::initBasicOutputInfo(unsigned int size) {
|
cannam@218
|
4462 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Basic>>::init(_builder.getPointerField(
|
cannam@218
|
4463 ::capnp::bounded<7>() * ::capnp::POINTERS), size);
|
c@106
|
4464 }
|
c@106
|
4465 inline void ExtractorStaticData::Builder::adoptBasicOutputInfo(
|
c@106
|
4466 ::capnp::Orphan< ::capnp::List< ::piper::Basic>>&& value) {
|
cannam@218
|
4467 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Basic>>::adopt(_builder.getPointerField(
|
cannam@218
|
4468 ::capnp::bounded<7>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4469 }
|
c@106
|
4470 inline ::capnp::Orphan< ::capnp::List< ::piper::Basic>> ExtractorStaticData::Builder::disownBasicOutputInfo() {
|
cannam@218
|
4471 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Basic>>::disown(_builder.getPointerField(
|
cannam@218
|
4472 ::capnp::bounded<7>() * ::capnp::POINTERS));
|
c@106
|
4473 }
|
c@106
|
4474
|
c@106
|
4475 inline ::int32_t RealTime::Reader::getSec() const {
|
c@106
|
4476 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
4477 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
4478 }
|
c@106
|
4479
|
c@106
|
4480 inline ::int32_t RealTime::Builder::getSec() {
|
c@106
|
4481 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
4482 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
4483 }
|
c@106
|
4484 inline void RealTime::Builder::setSec( ::int32_t value) {
|
c@106
|
4485 _builder.setDataField< ::int32_t>(
|
cannam@218
|
4486 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
4487 }
|
c@106
|
4488
|
c@106
|
4489 inline ::int32_t RealTime::Reader::getNsec() const {
|
c@106
|
4490 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
4491 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
4492 }
|
c@106
|
4493
|
c@106
|
4494 inline ::int32_t RealTime::Builder::getNsec() {
|
c@106
|
4495 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
4496 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
4497 }
|
c@106
|
4498 inline void RealTime::Builder::setNsec( ::int32_t value) {
|
c@106
|
4499 _builder.setDataField< ::int32_t>(
|
cannam@218
|
4500 ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
c@106
|
4501 }
|
c@106
|
4502
|
c@106
|
4503 inline bool ProcessInput::Reader::hasInputBuffers() const {
|
cannam@218
|
4504 return !_reader.getPointerField(
|
cannam@218
|
4505 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4506 }
|
c@106
|
4507 inline bool ProcessInput::Builder::hasInputBuffers() {
|
cannam@218
|
4508 return !_builder.getPointerField(
|
cannam@218
|
4509 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4510 }
|
c@106
|
4511 inline ::capnp::List< ::capnp::List<float>>::Reader ProcessInput::Reader::getInputBuffers() const {
|
cannam@218
|
4512 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::List<float>>>::get(_reader.getPointerField(
|
cannam@218
|
4513 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4514 }
|
c@106
|
4515 inline ::capnp::List< ::capnp::List<float>>::Builder ProcessInput::Builder::getInputBuffers() {
|
cannam@218
|
4516 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::List<float>>>::get(_builder.getPointerField(
|
cannam@218
|
4517 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4518 }
|
c@106
|
4519 inline void ProcessInput::Builder::setInputBuffers( ::capnp::List< ::capnp::List<float>>::Reader value) {
|
cannam@218
|
4520 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::List<float>>>::set(_builder.getPointerField(
|
cannam@218
|
4521 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
4522 }
|
c@106
|
4523 inline void ProcessInput::Builder::setInputBuffers(::kj::ArrayPtr<const ::capnp::List<float>::Reader> value) {
|
cannam@218
|
4524 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::List<float>>>::set(_builder.getPointerField(
|
cannam@218
|
4525 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
4526 }
|
c@106
|
4527 inline ::capnp::List< ::capnp::List<float>>::Builder ProcessInput::Builder::initInputBuffers(unsigned int size) {
|
cannam@218
|
4528 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::List<float>>>::init(_builder.getPointerField(
|
cannam@218
|
4529 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
4530 }
|
c@106
|
4531 inline void ProcessInput::Builder::adoptInputBuffers(
|
c@106
|
4532 ::capnp::Orphan< ::capnp::List< ::capnp::List<float>>>&& value) {
|
cannam@218
|
4533 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::List<float>>>::adopt(_builder.getPointerField(
|
cannam@218
|
4534 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4535 }
|
c@106
|
4536 inline ::capnp::Orphan< ::capnp::List< ::capnp::List<float>>> ProcessInput::Builder::disownInputBuffers() {
|
cannam@218
|
4537 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::List<float>>>::disown(_builder.getPointerField(
|
cannam@218
|
4538 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4539 }
|
c@106
|
4540
|
c@106
|
4541 inline bool ProcessInput::Reader::hasTimestamp() const {
|
cannam@218
|
4542 return !_reader.getPointerField(
|
cannam@218
|
4543 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4544 }
|
c@106
|
4545 inline bool ProcessInput::Builder::hasTimestamp() {
|
cannam@218
|
4546 return !_builder.getPointerField(
|
cannam@218
|
4547 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4548 }
|
c@106
|
4549 inline ::piper::RealTime::Reader ProcessInput::Reader::getTimestamp() const {
|
cannam@218
|
4550 return ::capnp::_::PointerHelpers< ::piper::RealTime>::get(_reader.getPointerField(
|
cannam@218
|
4551 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4552 }
|
c@106
|
4553 inline ::piper::RealTime::Builder ProcessInput::Builder::getTimestamp() {
|
cannam@218
|
4554 return ::capnp::_::PointerHelpers< ::piper::RealTime>::get(_builder.getPointerField(
|
cannam@218
|
4555 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4556 }
|
c@106
|
4557 #if !CAPNP_LITE
|
c@106
|
4558 inline ::piper::RealTime::Pipeline ProcessInput::Pipeline::getTimestamp() {
|
c@106
|
4559 return ::piper::RealTime::Pipeline(_typeless.getPointerField(1));
|
c@106
|
4560 }
|
c@106
|
4561 #endif // !CAPNP_LITE
|
c@106
|
4562 inline void ProcessInput::Builder::setTimestamp( ::piper::RealTime::Reader value) {
|
cannam@218
|
4563 ::capnp::_::PointerHelpers< ::piper::RealTime>::set(_builder.getPointerField(
|
cannam@218
|
4564 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
4565 }
|
c@106
|
4566 inline ::piper::RealTime::Builder ProcessInput::Builder::initTimestamp() {
|
cannam@218
|
4567 return ::capnp::_::PointerHelpers< ::piper::RealTime>::init(_builder.getPointerField(
|
cannam@218
|
4568 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4569 }
|
c@106
|
4570 inline void ProcessInput::Builder::adoptTimestamp(
|
c@106
|
4571 ::capnp::Orphan< ::piper::RealTime>&& value) {
|
cannam@218
|
4572 ::capnp::_::PointerHelpers< ::piper::RealTime>::adopt(_builder.getPointerField(
|
cannam@218
|
4573 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4574 }
|
c@106
|
4575 inline ::capnp::Orphan< ::piper::RealTime> ProcessInput::Builder::disownTimestamp() {
|
cannam@218
|
4576 return ::capnp::_::PointerHelpers< ::piper::RealTime>::disown(_builder.getPointerField(
|
cannam@218
|
4577 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4578 }
|
c@106
|
4579
|
c@106
|
4580 inline bool Feature::Reader::getHasTimestamp() const {
|
c@106
|
4581 return _reader.getDataField<bool>(
|
cannam@218
|
4582 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
4583 }
|
c@106
|
4584
|
c@106
|
4585 inline bool Feature::Builder::getHasTimestamp() {
|
c@106
|
4586 return _builder.getDataField<bool>(
|
cannam@218
|
4587 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
4588 }
|
c@106
|
4589 inline void Feature::Builder::setHasTimestamp(bool value) {
|
c@106
|
4590 _builder.setDataField<bool>(
|
cannam@218
|
4591 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
4592 }
|
c@106
|
4593
|
c@106
|
4594 inline bool Feature::Reader::hasTimestamp() const {
|
cannam@218
|
4595 return !_reader.getPointerField(
|
cannam@218
|
4596 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4597 }
|
c@106
|
4598 inline bool Feature::Builder::hasTimestamp() {
|
cannam@218
|
4599 return !_builder.getPointerField(
|
cannam@218
|
4600 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4601 }
|
c@106
|
4602 inline ::piper::RealTime::Reader Feature::Reader::getTimestamp() const {
|
cannam@218
|
4603 return ::capnp::_::PointerHelpers< ::piper::RealTime>::get(_reader.getPointerField(
|
cannam@218
|
4604 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4605 }
|
c@106
|
4606 inline ::piper::RealTime::Builder Feature::Builder::getTimestamp() {
|
cannam@218
|
4607 return ::capnp::_::PointerHelpers< ::piper::RealTime>::get(_builder.getPointerField(
|
cannam@218
|
4608 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4609 }
|
c@106
|
4610 #if !CAPNP_LITE
|
c@106
|
4611 inline ::piper::RealTime::Pipeline Feature::Pipeline::getTimestamp() {
|
c@106
|
4612 return ::piper::RealTime::Pipeline(_typeless.getPointerField(0));
|
c@106
|
4613 }
|
c@106
|
4614 #endif // !CAPNP_LITE
|
c@106
|
4615 inline void Feature::Builder::setTimestamp( ::piper::RealTime::Reader value) {
|
cannam@218
|
4616 ::capnp::_::PointerHelpers< ::piper::RealTime>::set(_builder.getPointerField(
|
cannam@218
|
4617 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
4618 }
|
c@106
|
4619 inline ::piper::RealTime::Builder Feature::Builder::initTimestamp() {
|
cannam@218
|
4620 return ::capnp::_::PointerHelpers< ::piper::RealTime>::init(_builder.getPointerField(
|
cannam@218
|
4621 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4622 }
|
c@106
|
4623 inline void Feature::Builder::adoptTimestamp(
|
c@106
|
4624 ::capnp::Orphan< ::piper::RealTime>&& value) {
|
cannam@218
|
4625 ::capnp::_::PointerHelpers< ::piper::RealTime>::adopt(_builder.getPointerField(
|
cannam@218
|
4626 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4627 }
|
c@106
|
4628 inline ::capnp::Orphan< ::piper::RealTime> Feature::Builder::disownTimestamp() {
|
cannam@218
|
4629 return ::capnp::_::PointerHelpers< ::piper::RealTime>::disown(_builder.getPointerField(
|
cannam@218
|
4630 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4631 }
|
c@106
|
4632
|
c@106
|
4633 inline bool Feature::Reader::getHasDuration() const {
|
c@106
|
4634 return _reader.getDataField<bool>(
|
cannam@218
|
4635 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
4636 }
|
c@106
|
4637
|
c@106
|
4638 inline bool Feature::Builder::getHasDuration() {
|
c@106
|
4639 return _builder.getDataField<bool>(
|
cannam@218
|
4640 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
c@106
|
4641 }
|
c@106
|
4642 inline void Feature::Builder::setHasDuration(bool value) {
|
c@106
|
4643 _builder.setDataField<bool>(
|
cannam@218
|
4644 ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
c@106
|
4645 }
|
c@106
|
4646
|
c@106
|
4647 inline bool Feature::Reader::hasDuration() const {
|
cannam@218
|
4648 return !_reader.getPointerField(
|
cannam@218
|
4649 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4650 }
|
c@106
|
4651 inline bool Feature::Builder::hasDuration() {
|
cannam@218
|
4652 return !_builder.getPointerField(
|
cannam@218
|
4653 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4654 }
|
c@106
|
4655 inline ::piper::RealTime::Reader Feature::Reader::getDuration() const {
|
cannam@218
|
4656 return ::capnp::_::PointerHelpers< ::piper::RealTime>::get(_reader.getPointerField(
|
cannam@218
|
4657 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4658 }
|
c@106
|
4659 inline ::piper::RealTime::Builder Feature::Builder::getDuration() {
|
cannam@218
|
4660 return ::capnp::_::PointerHelpers< ::piper::RealTime>::get(_builder.getPointerField(
|
cannam@218
|
4661 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4662 }
|
c@106
|
4663 #if !CAPNP_LITE
|
c@106
|
4664 inline ::piper::RealTime::Pipeline Feature::Pipeline::getDuration() {
|
c@106
|
4665 return ::piper::RealTime::Pipeline(_typeless.getPointerField(1));
|
c@106
|
4666 }
|
c@106
|
4667 #endif // !CAPNP_LITE
|
c@106
|
4668 inline void Feature::Builder::setDuration( ::piper::RealTime::Reader value) {
|
cannam@218
|
4669 ::capnp::_::PointerHelpers< ::piper::RealTime>::set(_builder.getPointerField(
|
cannam@218
|
4670 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
4671 }
|
c@106
|
4672 inline ::piper::RealTime::Builder Feature::Builder::initDuration() {
|
cannam@218
|
4673 return ::capnp::_::PointerHelpers< ::piper::RealTime>::init(_builder.getPointerField(
|
cannam@218
|
4674 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4675 }
|
c@106
|
4676 inline void Feature::Builder::adoptDuration(
|
c@106
|
4677 ::capnp::Orphan< ::piper::RealTime>&& value) {
|
cannam@218
|
4678 ::capnp::_::PointerHelpers< ::piper::RealTime>::adopt(_builder.getPointerField(
|
cannam@218
|
4679 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4680 }
|
c@106
|
4681 inline ::capnp::Orphan< ::piper::RealTime> Feature::Builder::disownDuration() {
|
cannam@218
|
4682 return ::capnp::_::PointerHelpers< ::piper::RealTime>::disown(_builder.getPointerField(
|
cannam@218
|
4683 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4684 }
|
c@106
|
4685
|
c@106
|
4686 inline bool Feature::Reader::hasLabel() const {
|
cannam@218
|
4687 return !_reader.getPointerField(
|
cannam@218
|
4688 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
c@106
|
4689 }
|
c@106
|
4690 inline bool Feature::Builder::hasLabel() {
|
cannam@218
|
4691 return !_builder.getPointerField(
|
cannam@218
|
4692 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
c@106
|
4693 }
|
c@106
|
4694 inline ::capnp::Text::Reader Feature::Reader::getLabel() const {
|
cannam@218
|
4695 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
4696 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
4697 }
|
c@106
|
4698 inline ::capnp::Text::Builder Feature::Builder::getLabel() {
|
cannam@218
|
4699 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
4700 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
4701 }
|
c@106
|
4702 inline void Feature::Builder::setLabel( ::capnp::Text::Reader value) {
|
cannam@218
|
4703 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
4704 ::capnp::bounded<2>() * ::capnp::POINTERS), value);
|
c@106
|
4705 }
|
c@106
|
4706 inline ::capnp::Text::Builder Feature::Builder::initLabel(unsigned int size) {
|
cannam@218
|
4707 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
4708 ::capnp::bounded<2>() * ::capnp::POINTERS), size);
|
c@106
|
4709 }
|
c@106
|
4710 inline void Feature::Builder::adoptLabel(
|
c@106
|
4711 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
4712 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
4713 ::capnp::bounded<2>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4714 }
|
c@106
|
4715 inline ::capnp::Orphan< ::capnp::Text> Feature::Builder::disownLabel() {
|
cannam@218
|
4716 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
4717 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
4718 }
|
c@106
|
4719
|
c@106
|
4720 inline bool Feature::Reader::hasFeatureValues() const {
|
cannam@218
|
4721 return !_reader.getPointerField(
|
cannam@218
|
4722 ::capnp::bounded<3>() * ::capnp::POINTERS).isNull();
|
c@106
|
4723 }
|
c@106
|
4724 inline bool Feature::Builder::hasFeatureValues() {
|
cannam@218
|
4725 return !_builder.getPointerField(
|
cannam@218
|
4726 ::capnp::bounded<3>() * ::capnp::POINTERS).isNull();
|
c@106
|
4727 }
|
c@106
|
4728 inline ::capnp::List<float>::Reader Feature::Reader::getFeatureValues() const {
|
cannam@218
|
4729 return ::capnp::_::PointerHelpers< ::capnp::List<float>>::get(_reader.getPointerField(
|
cannam@218
|
4730 ::capnp::bounded<3>() * ::capnp::POINTERS),
|
c@106
|
4731 ::capnp::schemas::bp_d6a172208c9a1760 + 115);
|
c@106
|
4732 }
|
c@106
|
4733 inline ::capnp::List<float>::Builder Feature::Builder::getFeatureValues() {
|
cannam@218
|
4734 return ::capnp::_::PointerHelpers< ::capnp::List<float>>::get(_builder.getPointerField(
|
cannam@218
|
4735 ::capnp::bounded<3>() * ::capnp::POINTERS),
|
c@106
|
4736 ::capnp::schemas::bp_d6a172208c9a1760 + 115);
|
c@106
|
4737 }
|
c@106
|
4738 inline void Feature::Builder::setFeatureValues( ::capnp::List<float>::Reader value) {
|
cannam@218
|
4739 ::capnp::_::PointerHelpers< ::capnp::List<float>>::set(_builder.getPointerField(
|
cannam@218
|
4740 ::capnp::bounded<3>() * ::capnp::POINTERS), value);
|
c@106
|
4741 }
|
c@106
|
4742 inline void Feature::Builder::setFeatureValues(::kj::ArrayPtr<const float> value) {
|
cannam@218
|
4743 ::capnp::_::PointerHelpers< ::capnp::List<float>>::set(_builder.getPointerField(
|
cannam@218
|
4744 ::capnp::bounded<3>() * ::capnp::POINTERS), value);
|
c@106
|
4745 }
|
c@106
|
4746 inline ::capnp::List<float>::Builder Feature::Builder::initFeatureValues(unsigned int size) {
|
cannam@218
|
4747 return ::capnp::_::PointerHelpers< ::capnp::List<float>>::init(_builder.getPointerField(
|
cannam@218
|
4748 ::capnp::bounded<3>() * ::capnp::POINTERS), size);
|
c@106
|
4749 }
|
c@106
|
4750 inline void Feature::Builder::adoptFeatureValues(
|
c@106
|
4751 ::capnp::Orphan< ::capnp::List<float>>&& value) {
|
cannam@218
|
4752 ::capnp::_::PointerHelpers< ::capnp::List<float>>::adopt(_builder.getPointerField(
|
cannam@218
|
4753 ::capnp::bounded<3>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4754 }
|
c@106
|
4755 inline ::capnp::Orphan< ::capnp::List<float>> Feature::Builder::disownFeatureValues() {
|
cannam@218
|
4756 return ::capnp::_::PointerHelpers< ::capnp::List<float>>::disown(_builder.getPointerField(
|
cannam@218
|
4757 ::capnp::bounded<3>() * ::capnp::POINTERS));
|
c@106
|
4758 }
|
c@106
|
4759
|
c@106
|
4760 inline bool FeatureSet::Reader::hasFeaturePairs() const {
|
cannam@218
|
4761 return !_reader.getPointerField(
|
cannam@218
|
4762 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4763 }
|
c@106
|
4764 inline bool FeatureSet::Builder::hasFeaturePairs() {
|
cannam@218
|
4765 return !_builder.getPointerField(
|
cannam@218
|
4766 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4767 }
|
c@106
|
4768 inline ::capnp::List< ::piper::FeatureSet::FSPair>::Reader FeatureSet::Reader::getFeaturePairs() const {
|
cannam@218
|
4769 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::FeatureSet::FSPair>>::get(_reader.getPointerField(
|
cannam@218
|
4770 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4771 }
|
c@106
|
4772 inline ::capnp::List< ::piper::FeatureSet::FSPair>::Builder FeatureSet::Builder::getFeaturePairs() {
|
cannam@218
|
4773 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::FeatureSet::FSPair>>::get(_builder.getPointerField(
|
cannam@218
|
4774 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4775 }
|
c@106
|
4776 inline void FeatureSet::Builder::setFeaturePairs( ::capnp::List< ::piper::FeatureSet::FSPair>::Reader value) {
|
cannam@218
|
4777 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::FeatureSet::FSPair>>::set(_builder.getPointerField(
|
cannam@218
|
4778 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
4779 }
|
c@106
|
4780 inline ::capnp::List< ::piper::FeatureSet::FSPair>::Builder FeatureSet::Builder::initFeaturePairs(unsigned int size) {
|
cannam@218
|
4781 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::FeatureSet::FSPair>>::init(_builder.getPointerField(
|
cannam@218
|
4782 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
4783 }
|
c@106
|
4784 inline void FeatureSet::Builder::adoptFeaturePairs(
|
c@106
|
4785 ::capnp::Orphan< ::capnp::List< ::piper::FeatureSet::FSPair>>&& value) {
|
cannam@218
|
4786 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::FeatureSet::FSPair>>::adopt(_builder.getPointerField(
|
cannam@218
|
4787 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4788 }
|
c@106
|
4789 inline ::capnp::Orphan< ::capnp::List< ::piper::FeatureSet::FSPair>> FeatureSet::Builder::disownFeaturePairs() {
|
cannam@218
|
4790 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::FeatureSet::FSPair>>::disown(_builder.getPointerField(
|
cannam@218
|
4791 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4792 }
|
c@106
|
4793
|
c@106
|
4794 inline bool FeatureSet::FSPair::Reader::hasOutput() const {
|
cannam@218
|
4795 return !_reader.getPointerField(
|
cannam@218
|
4796 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4797 }
|
c@106
|
4798 inline bool FeatureSet::FSPair::Builder::hasOutput() {
|
cannam@218
|
4799 return !_builder.getPointerField(
|
cannam@218
|
4800 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4801 }
|
c@106
|
4802 inline ::capnp::Text::Reader FeatureSet::FSPair::Reader::getOutput() const {
|
cannam@218
|
4803 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
4804 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4805 }
|
c@106
|
4806 inline ::capnp::Text::Builder FeatureSet::FSPair::Builder::getOutput() {
|
cannam@218
|
4807 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
4808 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4809 }
|
c@106
|
4810 inline void FeatureSet::FSPair::Builder::setOutput( ::capnp::Text::Reader value) {
|
cannam@218
|
4811 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
4812 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
4813 }
|
c@106
|
4814 inline ::capnp::Text::Builder FeatureSet::FSPair::Builder::initOutput(unsigned int size) {
|
cannam@218
|
4815 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
4816 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
4817 }
|
c@106
|
4818 inline void FeatureSet::FSPair::Builder::adoptOutput(
|
c@106
|
4819 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
4820 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
4821 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4822 }
|
c@106
|
4823 inline ::capnp::Orphan< ::capnp::Text> FeatureSet::FSPair::Builder::disownOutput() {
|
cannam@218
|
4824 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
4825 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4826 }
|
c@106
|
4827
|
c@106
|
4828 inline bool FeatureSet::FSPair::Reader::hasFeatures() const {
|
cannam@218
|
4829 return !_reader.getPointerField(
|
cannam@218
|
4830 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4831 }
|
c@106
|
4832 inline bool FeatureSet::FSPair::Builder::hasFeatures() {
|
cannam@218
|
4833 return !_builder.getPointerField(
|
cannam@218
|
4834 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4835 }
|
c@106
|
4836 inline ::capnp::List< ::piper::Feature>::Reader FeatureSet::FSPair::Reader::getFeatures() const {
|
cannam@218
|
4837 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Feature>>::get(_reader.getPointerField(
|
cannam@218
|
4838 ::capnp::bounded<1>() * ::capnp::POINTERS),
|
c@106
|
4839 ::capnp::schemas::bp_ab2572c346316b24 + 52);
|
c@106
|
4840 }
|
c@106
|
4841 inline ::capnp::List< ::piper::Feature>::Builder FeatureSet::FSPair::Builder::getFeatures() {
|
cannam@218
|
4842 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Feature>>::get(_builder.getPointerField(
|
cannam@218
|
4843 ::capnp::bounded<1>() * ::capnp::POINTERS),
|
c@106
|
4844 ::capnp::schemas::bp_ab2572c346316b24 + 52);
|
c@106
|
4845 }
|
c@106
|
4846 inline void FeatureSet::FSPair::Builder::setFeatures( ::capnp::List< ::piper::Feature>::Reader value) {
|
cannam@218
|
4847 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Feature>>::set(_builder.getPointerField(
|
cannam@218
|
4848 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
4849 }
|
c@106
|
4850 inline ::capnp::List< ::piper::Feature>::Builder FeatureSet::FSPair::Builder::initFeatures(unsigned int size) {
|
cannam@218
|
4851 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Feature>>::init(_builder.getPointerField(
|
cannam@218
|
4852 ::capnp::bounded<1>() * ::capnp::POINTERS), size);
|
c@106
|
4853 }
|
c@106
|
4854 inline void FeatureSet::FSPair::Builder::adoptFeatures(
|
c@106
|
4855 ::capnp::Orphan< ::capnp::List< ::piper::Feature>>&& value) {
|
cannam@218
|
4856 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Feature>>::adopt(_builder.getPointerField(
|
cannam@218
|
4857 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4858 }
|
c@106
|
4859 inline ::capnp::Orphan< ::capnp::List< ::piper::Feature>> FeatureSet::FSPair::Builder::disownFeatures() {
|
cannam@218
|
4860 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Feature>>::disown(_builder.getPointerField(
|
cannam@218
|
4861 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4862 }
|
c@106
|
4863
|
cannam@216
|
4864 inline ::int32_t Framing::Reader::getBlockSize() const {
|
cannam@216
|
4865 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
4866 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
cannam@216
|
4867 }
|
cannam@216
|
4868
|
cannam@216
|
4869 inline ::int32_t Framing::Builder::getBlockSize() {
|
cannam@216
|
4870 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
4871 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
cannam@216
|
4872 }
|
cannam@216
|
4873 inline void Framing::Builder::setBlockSize( ::int32_t value) {
|
cannam@216
|
4874 _builder.setDataField< ::int32_t>(
|
cannam@218
|
4875 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
cannam@216
|
4876 }
|
cannam@216
|
4877
|
cannam@185
|
4878 inline ::int32_t Framing::Reader::getStepSize() const {
|
cannam@185
|
4879 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
4880 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
cannam@185
|
4881 }
|
cannam@185
|
4882
|
cannam@185
|
4883 inline ::int32_t Framing::Builder::getStepSize() {
|
cannam@185
|
4884 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
4885 ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
cannam@185
|
4886 }
|
cannam@185
|
4887 inline void Framing::Builder::setStepSize( ::int32_t value) {
|
cannam@185
|
4888 _builder.setDataField< ::int32_t>(
|
cannam@218
|
4889 ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
cannam@185
|
4890 }
|
cannam@185
|
4891
|
c@106
|
4892 inline bool Configuration::Reader::hasParameterValues() const {
|
cannam@218
|
4893 return !_reader.getPointerField(
|
cannam@218
|
4894 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4895 }
|
c@106
|
4896 inline bool Configuration::Builder::hasParameterValues() {
|
cannam@218
|
4897 return !_builder.getPointerField(
|
cannam@218
|
4898 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
4899 }
|
c@106
|
4900 inline ::capnp::List< ::piper::Configuration::PVPair>::Reader Configuration::Reader::getParameterValues() const {
|
cannam@218
|
4901 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Configuration::PVPair>>::get(_reader.getPointerField(
|
cannam@218
|
4902 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4903 }
|
c@106
|
4904 inline ::capnp::List< ::piper::Configuration::PVPair>::Builder Configuration::Builder::getParameterValues() {
|
cannam@218
|
4905 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Configuration::PVPair>>::get(_builder.getPointerField(
|
cannam@218
|
4906 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4907 }
|
c@106
|
4908 inline void Configuration::Builder::setParameterValues( ::capnp::List< ::piper::Configuration::PVPair>::Reader value) {
|
cannam@218
|
4909 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Configuration::PVPair>>::set(_builder.getPointerField(
|
cannam@218
|
4910 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
4911 }
|
c@106
|
4912 inline ::capnp::List< ::piper::Configuration::PVPair>::Builder Configuration::Builder::initParameterValues(unsigned int size) {
|
cannam@218
|
4913 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Configuration::PVPair>>::init(_builder.getPointerField(
|
cannam@218
|
4914 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
4915 }
|
c@106
|
4916 inline void Configuration::Builder::adoptParameterValues(
|
c@106
|
4917 ::capnp::Orphan< ::capnp::List< ::piper::Configuration::PVPair>>&& value) {
|
cannam@218
|
4918 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Configuration::PVPair>>::adopt(_builder.getPointerField(
|
cannam@218
|
4919 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4920 }
|
c@106
|
4921 inline ::capnp::Orphan< ::capnp::List< ::piper::Configuration::PVPair>> Configuration::Builder::disownParameterValues() {
|
cannam@218
|
4922 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::Configuration::PVPair>>::disown(_builder.getPointerField(
|
cannam@218
|
4923 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
4924 }
|
c@106
|
4925
|
c@106
|
4926 inline bool Configuration::Reader::hasCurrentProgram() const {
|
cannam@218
|
4927 return !_reader.getPointerField(
|
cannam@218
|
4928 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4929 }
|
c@106
|
4930 inline bool Configuration::Builder::hasCurrentProgram() {
|
cannam@218
|
4931 return !_builder.getPointerField(
|
cannam@218
|
4932 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
4933 }
|
c@106
|
4934 inline ::capnp::Text::Reader Configuration::Reader::getCurrentProgram() const {
|
cannam@218
|
4935 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
4936 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4937 }
|
c@106
|
4938 inline ::capnp::Text::Builder Configuration::Builder::getCurrentProgram() {
|
cannam@218
|
4939 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
4940 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4941 }
|
c@106
|
4942 inline void Configuration::Builder::setCurrentProgram( ::capnp::Text::Reader value) {
|
cannam@218
|
4943 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
4944 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
4945 }
|
c@106
|
4946 inline ::capnp::Text::Builder Configuration::Builder::initCurrentProgram(unsigned int size) {
|
cannam@218
|
4947 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
4948 ::capnp::bounded<1>() * ::capnp::POINTERS), size);
|
c@106
|
4949 }
|
c@106
|
4950 inline void Configuration::Builder::adoptCurrentProgram(
|
c@106
|
4951 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
4952 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
4953 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
4954 }
|
c@106
|
4955 inline ::capnp::Orphan< ::capnp::Text> Configuration::Builder::disownCurrentProgram() {
|
cannam@218
|
4956 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
4957 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
4958 }
|
c@106
|
4959
|
c@106
|
4960 inline ::int32_t Configuration::Reader::getChannelCount() const {
|
c@106
|
4961 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
4962 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
4963 }
|
c@106
|
4964
|
c@106
|
4965 inline ::int32_t Configuration::Builder::getChannelCount() {
|
c@106
|
4966 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
4967 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
4968 }
|
c@106
|
4969 inline void Configuration::Builder::setChannelCount( ::int32_t value) {
|
c@106
|
4970 _builder.setDataField< ::int32_t>(
|
cannam@218
|
4971 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
4972 }
|
c@106
|
4973
|
cannam@185
|
4974 inline bool Configuration::Reader::hasFraming() const {
|
cannam@218
|
4975 return !_reader.getPointerField(
|
cannam@218
|
4976 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
cannam@185
|
4977 }
|
cannam@185
|
4978 inline bool Configuration::Builder::hasFraming() {
|
cannam@218
|
4979 return !_builder.getPointerField(
|
cannam@218
|
4980 ::capnp::bounded<2>() * ::capnp::POINTERS).isNull();
|
cannam@185
|
4981 }
|
cannam@185
|
4982 inline ::piper::Framing::Reader Configuration::Reader::getFraming() const {
|
cannam@218
|
4983 return ::capnp::_::PointerHelpers< ::piper::Framing>::get(_reader.getPointerField(
|
cannam@218
|
4984 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
cannam@185
|
4985 }
|
cannam@185
|
4986 inline ::piper::Framing::Builder Configuration::Builder::getFraming() {
|
cannam@218
|
4987 return ::capnp::_::PointerHelpers< ::piper::Framing>::get(_builder.getPointerField(
|
cannam@218
|
4988 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
cannam@185
|
4989 }
|
cannam@185
|
4990 #if !CAPNP_LITE
|
cannam@185
|
4991 inline ::piper::Framing::Pipeline Configuration::Pipeline::getFraming() {
|
cannam@185
|
4992 return ::piper::Framing::Pipeline(_typeless.getPointerField(2));
|
cannam@185
|
4993 }
|
cannam@185
|
4994 #endif // !CAPNP_LITE
|
cannam@185
|
4995 inline void Configuration::Builder::setFraming( ::piper::Framing::Reader value) {
|
cannam@218
|
4996 ::capnp::_::PointerHelpers< ::piper::Framing>::set(_builder.getPointerField(
|
cannam@218
|
4997 ::capnp::bounded<2>() * ::capnp::POINTERS), value);
|
cannam@185
|
4998 }
|
cannam@185
|
4999 inline ::piper::Framing::Builder Configuration::Builder::initFraming() {
|
cannam@218
|
5000 return ::capnp::_::PointerHelpers< ::piper::Framing>::init(_builder.getPointerField(
|
cannam@218
|
5001 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
cannam@185
|
5002 }
|
cannam@185
|
5003 inline void Configuration::Builder::adoptFraming(
|
cannam@185
|
5004 ::capnp::Orphan< ::piper::Framing>&& value) {
|
cannam@218
|
5005 ::capnp::_::PointerHelpers< ::piper::Framing>::adopt(_builder.getPointerField(
|
cannam@218
|
5006 ::capnp::bounded<2>() * ::capnp::POINTERS), kj::mv(value));
|
cannam@185
|
5007 }
|
cannam@185
|
5008 inline ::capnp::Orphan< ::piper::Framing> Configuration::Builder::disownFraming() {
|
cannam@218
|
5009 return ::capnp::_::PointerHelpers< ::piper::Framing>::disown(_builder.getPointerField(
|
cannam@218
|
5010 ::capnp::bounded<2>() * ::capnp::POINTERS));
|
c@106
|
5011 }
|
c@106
|
5012
|
c@106
|
5013 inline bool Configuration::PVPair::Reader::hasParameter() const {
|
cannam@218
|
5014 return !_reader.getPointerField(
|
cannam@218
|
5015 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5016 }
|
c@106
|
5017 inline bool Configuration::PVPair::Builder::hasParameter() {
|
cannam@218
|
5018 return !_builder.getPointerField(
|
cannam@218
|
5019 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5020 }
|
c@106
|
5021 inline ::capnp::Text::Reader Configuration::PVPair::Reader::getParameter() const {
|
cannam@218
|
5022 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
5023 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5024 }
|
c@106
|
5025 inline ::capnp::Text::Builder Configuration::PVPair::Builder::getParameter() {
|
cannam@218
|
5026 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
5027 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5028 }
|
c@106
|
5029 inline void Configuration::PVPair::Builder::setParameter( ::capnp::Text::Reader value) {
|
cannam@218
|
5030 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
5031 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5032 }
|
c@106
|
5033 inline ::capnp::Text::Builder Configuration::PVPair::Builder::initParameter(unsigned int size) {
|
cannam@218
|
5034 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
5035 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
5036 }
|
c@106
|
5037 inline void Configuration::PVPair::Builder::adoptParameter(
|
c@106
|
5038 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
5039 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
5040 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5041 }
|
c@106
|
5042 inline ::capnp::Orphan< ::capnp::Text> Configuration::PVPair::Builder::disownParameter() {
|
cannam@218
|
5043 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
5044 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5045 }
|
c@106
|
5046
|
c@106
|
5047 inline float Configuration::PVPair::Reader::getValue() const {
|
c@106
|
5048 return _reader.getDataField<float>(
|
cannam@218
|
5049 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5050 }
|
c@106
|
5051
|
c@106
|
5052 inline float Configuration::PVPair::Builder::getValue() {
|
c@106
|
5053 return _builder.getDataField<float>(
|
cannam@218
|
5054 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5055 }
|
c@106
|
5056 inline void Configuration::PVPair::Builder::setValue(float value) {
|
c@106
|
5057 _builder.setDataField<float>(
|
cannam@218
|
5058 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5059 }
|
c@106
|
5060
|
c@127
|
5061 inline bool ListRequest::Reader::hasFrom() const {
|
cannam@218
|
5062 return !_reader.getPointerField(
|
cannam@218
|
5063 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@127
|
5064 }
|
c@127
|
5065 inline bool ListRequest::Builder::hasFrom() {
|
cannam@218
|
5066 return !_builder.getPointerField(
|
cannam@218
|
5067 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@127
|
5068 }
|
c@127
|
5069 inline ::capnp::List< ::capnp::Text>::Reader ListRequest::Reader::getFrom() const {
|
cannam@218
|
5070 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_reader.getPointerField(
|
cannam@218
|
5071 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@127
|
5072 }
|
c@127
|
5073 inline ::capnp::List< ::capnp::Text>::Builder ListRequest::Builder::getFrom() {
|
cannam@218
|
5074 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::get(_builder.getPointerField(
|
cannam@218
|
5075 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@127
|
5076 }
|
c@127
|
5077 inline void ListRequest::Builder::setFrom( ::capnp::List< ::capnp::Text>::Reader value) {
|
cannam@218
|
5078 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
5079 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@127
|
5080 }
|
c@127
|
5081 inline void ListRequest::Builder::setFrom(::kj::ArrayPtr<const ::capnp::Text::Reader> value) {
|
cannam@218
|
5082 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::set(_builder.getPointerField(
|
cannam@218
|
5083 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@127
|
5084 }
|
c@127
|
5085 inline ::capnp::List< ::capnp::Text>::Builder ListRequest::Builder::initFrom(unsigned int size) {
|
cannam@218
|
5086 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::init(_builder.getPointerField(
|
cannam@218
|
5087 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@127
|
5088 }
|
c@127
|
5089 inline void ListRequest::Builder::adoptFrom(
|
c@127
|
5090 ::capnp::Orphan< ::capnp::List< ::capnp::Text>>&& value) {
|
cannam@218
|
5091 ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::adopt(_builder.getPointerField(
|
cannam@218
|
5092 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@127
|
5093 }
|
c@127
|
5094 inline ::capnp::Orphan< ::capnp::List< ::capnp::Text>> ListRequest::Builder::disownFrom() {
|
cannam@218
|
5095 return ::capnp::_::PointerHelpers< ::capnp::List< ::capnp::Text>>::disown(_builder.getPointerField(
|
cannam@218
|
5096 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@127
|
5097 }
|
c@127
|
5098
|
c@106
|
5099 inline bool ListResponse::Reader::hasAvailable() const {
|
cannam@218
|
5100 return !_reader.getPointerField(
|
cannam@218
|
5101 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5102 }
|
c@106
|
5103 inline bool ListResponse::Builder::hasAvailable() {
|
cannam@218
|
5104 return !_builder.getPointerField(
|
cannam@218
|
5105 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5106 }
|
c@106
|
5107 inline ::capnp::List< ::piper::ExtractorStaticData>::Reader ListResponse::Reader::getAvailable() const {
|
cannam@218
|
5108 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ExtractorStaticData>>::get(_reader.getPointerField(
|
cannam@218
|
5109 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5110 }
|
c@106
|
5111 inline ::capnp::List< ::piper::ExtractorStaticData>::Builder ListResponse::Builder::getAvailable() {
|
cannam@218
|
5112 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ExtractorStaticData>>::get(_builder.getPointerField(
|
cannam@218
|
5113 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5114 }
|
c@106
|
5115 inline void ListResponse::Builder::setAvailable( ::capnp::List< ::piper::ExtractorStaticData>::Reader value) {
|
cannam@218
|
5116 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ExtractorStaticData>>::set(_builder.getPointerField(
|
cannam@218
|
5117 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5118 }
|
c@106
|
5119 inline ::capnp::List< ::piper::ExtractorStaticData>::Builder ListResponse::Builder::initAvailable(unsigned int size) {
|
cannam@218
|
5120 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ExtractorStaticData>>::init(_builder.getPointerField(
|
cannam@218
|
5121 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
5122 }
|
c@106
|
5123 inline void ListResponse::Builder::adoptAvailable(
|
c@106
|
5124 ::capnp::Orphan< ::capnp::List< ::piper::ExtractorStaticData>>&& value) {
|
cannam@218
|
5125 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ExtractorStaticData>>::adopt(_builder.getPointerField(
|
cannam@218
|
5126 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5127 }
|
c@106
|
5128 inline ::capnp::Orphan< ::capnp::List< ::piper::ExtractorStaticData>> ListResponse::Builder::disownAvailable() {
|
cannam@218
|
5129 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::ExtractorStaticData>>::disown(_builder.getPointerField(
|
cannam@218
|
5130 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5131 }
|
c@106
|
5132
|
c@106
|
5133 inline bool LoadRequest::Reader::hasKey() const {
|
cannam@218
|
5134 return !_reader.getPointerField(
|
cannam@218
|
5135 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5136 }
|
c@106
|
5137 inline bool LoadRequest::Builder::hasKey() {
|
cannam@218
|
5138 return !_builder.getPointerField(
|
cannam@218
|
5139 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5140 }
|
c@106
|
5141 inline ::capnp::Text::Reader LoadRequest::Reader::getKey() const {
|
cannam@218
|
5142 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
5143 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5144 }
|
c@106
|
5145 inline ::capnp::Text::Builder LoadRequest::Builder::getKey() {
|
cannam@218
|
5146 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
5147 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5148 }
|
c@106
|
5149 inline void LoadRequest::Builder::setKey( ::capnp::Text::Reader value) {
|
cannam@218
|
5150 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
5151 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5152 }
|
c@106
|
5153 inline ::capnp::Text::Builder LoadRequest::Builder::initKey(unsigned int size) {
|
cannam@218
|
5154 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
5155 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
5156 }
|
c@106
|
5157 inline void LoadRequest::Builder::adoptKey(
|
c@106
|
5158 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
5159 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
5160 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5161 }
|
c@106
|
5162 inline ::capnp::Orphan< ::capnp::Text> LoadRequest::Builder::disownKey() {
|
cannam@218
|
5163 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
5164 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5165 }
|
c@106
|
5166
|
c@106
|
5167 inline float LoadRequest::Reader::getInputSampleRate() const {
|
c@106
|
5168 return _reader.getDataField<float>(
|
cannam@218
|
5169 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5170 }
|
c@106
|
5171
|
c@106
|
5172 inline float LoadRequest::Builder::getInputSampleRate() {
|
c@106
|
5173 return _builder.getDataField<float>(
|
cannam@218
|
5174 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5175 }
|
c@106
|
5176 inline void LoadRequest::Builder::setInputSampleRate(float value) {
|
c@106
|
5177 _builder.setDataField<float>(
|
cannam@218
|
5178 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5179 }
|
c@106
|
5180
|
c@106
|
5181 inline bool LoadRequest::Reader::hasAdapterFlags() const {
|
cannam@218
|
5182 return !_reader.getPointerField(
|
cannam@218
|
5183 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5184 }
|
c@106
|
5185 inline bool LoadRequest::Builder::hasAdapterFlags() {
|
cannam@218
|
5186 return !_builder.getPointerField(
|
cannam@218
|
5187 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5188 }
|
c@106
|
5189 inline ::capnp::List< ::piper::AdapterFlag>::Reader LoadRequest::Reader::getAdapterFlags() const {
|
cannam@218
|
5190 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::AdapterFlag>>::get(_reader.getPointerField(
|
cannam@218
|
5191 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5192 }
|
c@106
|
5193 inline ::capnp::List< ::piper::AdapterFlag>::Builder LoadRequest::Builder::getAdapterFlags() {
|
cannam@218
|
5194 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::AdapterFlag>>::get(_builder.getPointerField(
|
cannam@218
|
5195 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5196 }
|
c@106
|
5197 inline void LoadRequest::Builder::setAdapterFlags( ::capnp::List< ::piper::AdapterFlag>::Reader value) {
|
cannam@218
|
5198 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::AdapterFlag>>::set(_builder.getPointerField(
|
cannam@218
|
5199 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
5200 }
|
c@106
|
5201 inline void LoadRequest::Builder::setAdapterFlags(::kj::ArrayPtr<const ::piper::AdapterFlag> value) {
|
cannam@218
|
5202 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::AdapterFlag>>::set(_builder.getPointerField(
|
cannam@218
|
5203 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
5204 }
|
c@106
|
5205 inline ::capnp::List< ::piper::AdapterFlag>::Builder LoadRequest::Builder::initAdapterFlags(unsigned int size) {
|
cannam@218
|
5206 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::AdapterFlag>>::init(_builder.getPointerField(
|
cannam@218
|
5207 ::capnp::bounded<1>() * ::capnp::POINTERS), size);
|
c@106
|
5208 }
|
c@106
|
5209 inline void LoadRequest::Builder::adoptAdapterFlags(
|
c@106
|
5210 ::capnp::Orphan< ::capnp::List< ::piper::AdapterFlag>>&& value) {
|
cannam@218
|
5211 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::AdapterFlag>>::adopt(_builder.getPointerField(
|
cannam@218
|
5212 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5213 }
|
c@106
|
5214 inline ::capnp::Orphan< ::capnp::List< ::piper::AdapterFlag>> LoadRequest::Builder::disownAdapterFlags() {
|
cannam@218
|
5215 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::AdapterFlag>>::disown(_builder.getPointerField(
|
cannam@218
|
5216 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5217 }
|
c@106
|
5218
|
c@106
|
5219 inline ::int32_t LoadResponse::Reader::getHandle() const {
|
c@106
|
5220 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5221 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5222 }
|
c@106
|
5223
|
c@106
|
5224 inline ::int32_t LoadResponse::Builder::getHandle() {
|
c@106
|
5225 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5226 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5227 }
|
c@106
|
5228 inline void LoadResponse::Builder::setHandle( ::int32_t value) {
|
c@106
|
5229 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5230 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5231 }
|
c@106
|
5232
|
c@106
|
5233 inline bool LoadResponse::Reader::hasStaticData() const {
|
cannam@218
|
5234 return !_reader.getPointerField(
|
cannam@218
|
5235 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5236 }
|
c@106
|
5237 inline bool LoadResponse::Builder::hasStaticData() {
|
cannam@218
|
5238 return !_builder.getPointerField(
|
cannam@218
|
5239 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5240 }
|
c@106
|
5241 inline ::piper::ExtractorStaticData::Reader LoadResponse::Reader::getStaticData() const {
|
cannam@218
|
5242 return ::capnp::_::PointerHelpers< ::piper::ExtractorStaticData>::get(_reader.getPointerField(
|
cannam@218
|
5243 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5244 }
|
c@106
|
5245 inline ::piper::ExtractorStaticData::Builder LoadResponse::Builder::getStaticData() {
|
cannam@218
|
5246 return ::capnp::_::PointerHelpers< ::piper::ExtractorStaticData>::get(_builder.getPointerField(
|
cannam@218
|
5247 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5248 }
|
c@106
|
5249 #if !CAPNP_LITE
|
c@106
|
5250 inline ::piper::ExtractorStaticData::Pipeline LoadResponse::Pipeline::getStaticData() {
|
c@106
|
5251 return ::piper::ExtractorStaticData::Pipeline(_typeless.getPointerField(0));
|
c@106
|
5252 }
|
c@106
|
5253 #endif // !CAPNP_LITE
|
c@106
|
5254 inline void LoadResponse::Builder::setStaticData( ::piper::ExtractorStaticData::Reader value) {
|
cannam@218
|
5255 ::capnp::_::PointerHelpers< ::piper::ExtractorStaticData>::set(_builder.getPointerField(
|
cannam@218
|
5256 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5257 }
|
c@106
|
5258 inline ::piper::ExtractorStaticData::Builder LoadResponse::Builder::initStaticData() {
|
cannam@218
|
5259 return ::capnp::_::PointerHelpers< ::piper::ExtractorStaticData>::init(_builder.getPointerField(
|
cannam@218
|
5260 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5261 }
|
c@106
|
5262 inline void LoadResponse::Builder::adoptStaticData(
|
c@106
|
5263 ::capnp::Orphan< ::piper::ExtractorStaticData>&& value) {
|
cannam@218
|
5264 ::capnp::_::PointerHelpers< ::piper::ExtractorStaticData>::adopt(_builder.getPointerField(
|
cannam@218
|
5265 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5266 }
|
c@106
|
5267 inline ::capnp::Orphan< ::piper::ExtractorStaticData> LoadResponse::Builder::disownStaticData() {
|
cannam@218
|
5268 return ::capnp::_::PointerHelpers< ::piper::ExtractorStaticData>::disown(_builder.getPointerField(
|
cannam@218
|
5269 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5270 }
|
c@106
|
5271
|
c@106
|
5272 inline bool LoadResponse::Reader::hasDefaultConfiguration() const {
|
cannam@218
|
5273 return !_reader.getPointerField(
|
cannam@218
|
5274 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5275 }
|
c@106
|
5276 inline bool LoadResponse::Builder::hasDefaultConfiguration() {
|
cannam@218
|
5277 return !_builder.getPointerField(
|
cannam@218
|
5278 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5279 }
|
c@106
|
5280 inline ::piper::Configuration::Reader LoadResponse::Reader::getDefaultConfiguration() const {
|
cannam@218
|
5281 return ::capnp::_::PointerHelpers< ::piper::Configuration>::get(_reader.getPointerField(
|
cannam@218
|
5282 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5283 }
|
c@106
|
5284 inline ::piper::Configuration::Builder LoadResponse::Builder::getDefaultConfiguration() {
|
cannam@218
|
5285 return ::capnp::_::PointerHelpers< ::piper::Configuration>::get(_builder.getPointerField(
|
cannam@218
|
5286 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5287 }
|
c@106
|
5288 #if !CAPNP_LITE
|
c@106
|
5289 inline ::piper::Configuration::Pipeline LoadResponse::Pipeline::getDefaultConfiguration() {
|
c@106
|
5290 return ::piper::Configuration::Pipeline(_typeless.getPointerField(1));
|
c@106
|
5291 }
|
c@106
|
5292 #endif // !CAPNP_LITE
|
c@106
|
5293 inline void LoadResponse::Builder::setDefaultConfiguration( ::piper::Configuration::Reader value) {
|
cannam@218
|
5294 ::capnp::_::PointerHelpers< ::piper::Configuration>::set(_builder.getPointerField(
|
cannam@218
|
5295 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
5296 }
|
c@106
|
5297 inline ::piper::Configuration::Builder LoadResponse::Builder::initDefaultConfiguration() {
|
cannam@218
|
5298 return ::capnp::_::PointerHelpers< ::piper::Configuration>::init(_builder.getPointerField(
|
cannam@218
|
5299 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5300 }
|
c@106
|
5301 inline void LoadResponse::Builder::adoptDefaultConfiguration(
|
c@106
|
5302 ::capnp::Orphan< ::piper::Configuration>&& value) {
|
cannam@218
|
5303 ::capnp::_::PointerHelpers< ::piper::Configuration>::adopt(_builder.getPointerField(
|
cannam@218
|
5304 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5305 }
|
c@106
|
5306 inline ::capnp::Orphan< ::piper::Configuration> LoadResponse::Builder::disownDefaultConfiguration() {
|
cannam@218
|
5307 return ::capnp::_::PointerHelpers< ::piper::Configuration>::disown(_builder.getPointerField(
|
cannam@218
|
5308 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5309 }
|
c@106
|
5310
|
c@106
|
5311 inline ::int32_t ConfigurationRequest::Reader::getHandle() const {
|
c@106
|
5312 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5313 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5314 }
|
c@106
|
5315
|
c@106
|
5316 inline ::int32_t ConfigurationRequest::Builder::getHandle() {
|
c@106
|
5317 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5318 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5319 }
|
c@106
|
5320 inline void ConfigurationRequest::Builder::setHandle( ::int32_t value) {
|
c@106
|
5321 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5322 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5323 }
|
c@106
|
5324
|
c@106
|
5325 inline bool ConfigurationRequest::Reader::hasConfiguration() const {
|
cannam@218
|
5326 return !_reader.getPointerField(
|
cannam@218
|
5327 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5328 }
|
c@106
|
5329 inline bool ConfigurationRequest::Builder::hasConfiguration() {
|
cannam@218
|
5330 return !_builder.getPointerField(
|
cannam@218
|
5331 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5332 }
|
c@106
|
5333 inline ::piper::Configuration::Reader ConfigurationRequest::Reader::getConfiguration() const {
|
cannam@218
|
5334 return ::capnp::_::PointerHelpers< ::piper::Configuration>::get(_reader.getPointerField(
|
cannam@218
|
5335 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5336 }
|
c@106
|
5337 inline ::piper::Configuration::Builder ConfigurationRequest::Builder::getConfiguration() {
|
cannam@218
|
5338 return ::capnp::_::PointerHelpers< ::piper::Configuration>::get(_builder.getPointerField(
|
cannam@218
|
5339 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5340 }
|
c@106
|
5341 #if !CAPNP_LITE
|
c@106
|
5342 inline ::piper::Configuration::Pipeline ConfigurationRequest::Pipeline::getConfiguration() {
|
c@106
|
5343 return ::piper::Configuration::Pipeline(_typeless.getPointerField(0));
|
c@106
|
5344 }
|
c@106
|
5345 #endif // !CAPNP_LITE
|
c@106
|
5346 inline void ConfigurationRequest::Builder::setConfiguration( ::piper::Configuration::Reader value) {
|
cannam@218
|
5347 ::capnp::_::PointerHelpers< ::piper::Configuration>::set(_builder.getPointerField(
|
cannam@218
|
5348 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5349 }
|
c@106
|
5350 inline ::piper::Configuration::Builder ConfigurationRequest::Builder::initConfiguration() {
|
cannam@218
|
5351 return ::capnp::_::PointerHelpers< ::piper::Configuration>::init(_builder.getPointerField(
|
cannam@218
|
5352 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5353 }
|
c@106
|
5354 inline void ConfigurationRequest::Builder::adoptConfiguration(
|
c@106
|
5355 ::capnp::Orphan< ::piper::Configuration>&& value) {
|
cannam@218
|
5356 ::capnp::_::PointerHelpers< ::piper::Configuration>::adopt(_builder.getPointerField(
|
cannam@218
|
5357 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5358 }
|
c@106
|
5359 inline ::capnp::Orphan< ::piper::Configuration> ConfigurationRequest::Builder::disownConfiguration() {
|
cannam@218
|
5360 return ::capnp::_::PointerHelpers< ::piper::Configuration>::disown(_builder.getPointerField(
|
cannam@218
|
5361 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5362 }
|
c@106
|
5363
|
c@106
|
5364 inline ::int32_t ConfigurationResponse::Reader::getHandle() const {
|
c@106
|
5365 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5366 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5367 }
|
c@106
|
5368
|
c@106
|
5369 inline ::int32_t ConfigurationResponse::Builder::getHandle() {
|
c@106
|
5370 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5371 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5372 }
|
c@106
|
5373 inline void ConfigurationResponse::Builder::setHandle( ::int32_t value) {
|
c@106
|
5374 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5375 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5376 }
|
c@106
|
5377
|
c@106
|
5378 inline bool ConfigurationResponse::Reader::hasOutputs() const {
|
cannam@218
|
5379 return !_reader.getPointerField(
|
cannam@218
|
5380 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5381 }
|
c@106
|
5382 inline bool ConfigurationResponse::Builder::hasOutputs() {
|
cannam@218
|
5383 return !_builder.getPointerField(
|
cannam@218
|
5384 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5385 }
|
c@106
|
5386 inline ::capnp::List< ::piper::OutputDescriptor>::Reader ConfigurationResponse::Reader::getOutputs() const {
|
cannam@218
|
5387 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::OutputDescriptor>>::get(_reader.getPointerField(
|
cannam@218
|
5388 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5389 }
|
c@106
|
5390 inline ::capnp::List< ::piper::OutputDescriptor>::Builder ConfigurationResponse::Builder::getOutputs() {
|
cannam@218
|
5391 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::OutputDescriptor>>::get(_builder.getPointerField(
|
cannam@218
|
5392 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5393 }
|
c@106
|
5394 inline void ConfigurationResponse::Builder::setOutputs( ::capnp::List< ::piper::OutputDescriptor>::Reader value) {
|
cannam@218
|
5395 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::OutputDescriptor>>::set(_builder.getPointerField(
|
cannam@218
|
5396 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5397 }
|
c@106
|
5398 inline ::capnp::List< ::piper::OutputDescriptor>::Builder ConfigurationResponse::Builder::initOutputs(unsigned int size) {
|
cannam@218
|
5399 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::OutputDescriptor>>::init(_builder.getPointerField(
|
cannam@218
|
5400 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
5401 }
|
c@106
|
5402 inline void ConfigurationResponse::Builder::adoptOutputs(
|
c@106
|
5403 ::capnp::Orphan< ::capnp::List< ::piper::OutputDescriptor>>&& value) {
|
cannam@218
|
5404 ::capnp::_::PointerHelpers< ::capnp::List< ::piper::OutputDescriptor>>::adopt(_builder.getPointerField(
|
cannam@218
|
5405 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5406 }
|
c@106
|
5407 inline ::capnp::Orphan< ::capnp::List< ::piper::OutputDescriptor>> ConfigurationResponse::Builder::disownOutputs() {
|
cannam@218
|
5408 return ::capnp::_::PointerHelpers< ::capnp::List< ::piper::OutputDescriptor>>::disown(_builder.getPointerField(
|
cannam@218
|
5409 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5410 }
|
c@106
|
5411
|
cannam@185
|
5412 inline bool ConfigurationResponse::Reader::hasFraming() const {
|
cannam@218
|
5413 return !_reader.getPointerField(
|
cannam@218
|
5414 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
cannam@185
|
5415 }
|
cannam@185
|
5416 inline bool ConfigurationResponse::Builder::hasFraming() {
|
cannam@218
|
5417 return !_builder.getPointerField(
|
cannam@218
|
5418 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
cannam@185
|
5419 }
|
cannam@185
|
5420 inline ::piper::Framing::Reader ConfigurationResponse::Reader::getFraming() const {
|
cannam@218
|
5421 return ::capnp::_::PointerHelpers< ::piper::Framing>::get(_reader.getPointerField(
|
cannam@218
|
5422 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
cannam@185
|
5423 }
|
cannam@185
|
5424 inline ::piper::Framing::Builder ConfigurationResponse::Builder::getFraming() {
|
cannam@218
|
5425 return ::capnp::_::PointerHelpers< ::piper::Framing>::get(_builder.getPointerField(
|
cannam@218
|
5426 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
cannam@185
|
5427 }
|
cannam@185
|
5428 #if !CAPNP_LITE
|
cannam@185
|
5429 inline ::piper::Framing::Pipeline ConfigurationResponse::Pipeline::getFraming() {
|
cannam@185
|
5430 return ::piper::Framing::Pipeline(_typeless.getPointerField(1));
|
cannam@185
|
5431 }
|
cannam@185
|
5432 #endif // !CAPNP_LITE
|
cannam@185
|
5433 inline void ConfigurationResponse::Builder::setFraming( ::piper::Framing::Reader value) {
|
cannam@218
|
5434 ::capnp::_::PointerHelpers< ::piper::Framing>::set(_builder.getPointerField(
|
cannam@218
|
5435 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
cannam@185
|
5436 }
|
cannam@185
|
5437 inline ::piper::Framing::Builder ConfigurationResponse::Builder::initFraming() {
|
cannam@218
|
5438 return ::capnp::_::PointerHelpers< ::piper::Framing>::init(_builder.getPointerField(
|
cannam@218
|
5439 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
cannam@185
|
5440 }
|
cannam@185
|
5441 inline void ConfigurationResponse::Builder::adoptFraming(
|
cannam@185
|
5442 ::capnp::Orphan< ::piper::Framing>&& value) {
|
cannam@218
|
5443 ::capnp::_::PointerHelpers< ::piper::Framing>::adopt(_builder.getPointerField(
|
cannam@218
|
5444 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
cannam@185
|
5445 }
|
cannam@185
|
5446 inline ::capnp::Orphan< ::piper::Framing> ConfigurationResponse::Builder::disownFraming() {
|
cannam@218
|
5447 return ::capnp::_::PointerHelpers< ::piper::Framing>::disown(_builder.getPointerField(
|
cannam@218
|
5448 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
cannam@185
|
5449 }
|
cannam@185
|
5450
|
c@106
|
5451 inline ::int32_t ProcessRequest::Reader::getHandle() const {
|
c@106
|
5452 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5453 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5454 }
|
c@106
|
5455
|
c@106
|
5456 inline ::int32_t ProcessRequest::Builder::getHandle() {
|
c@106
|
5457 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5458 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5459 }
|
c@106
|
5460 inline void ProcessRequest::Builder::setHandle( ::int32_t value) {
|
c@106
|
5461 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5462 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5463 }
|
c@106
|
5464
|
c@106
|
5465 inline bool ProcessRequest::Reader::hasProcessInput() const {
|
cannam@218
|
5466 return !_reader.getPointerField(
|
cannam@218
|
5467 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5468 }
|
c@106
|
5469 inline bool ProcessRequest::Builder::hasProcessInput() {
|
cannam@218
|
5470 return !_builder.getPointerField(
|
cannam@218
|
5471 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5472 }
|
c@106
|
5473 inline ::piper::ProcessInput::Reader ProcessRequest::Reader::getProcessInput() const {
|
cannam@218
|
5474 return ::capnp::_::PointerHelpers< ::piper::ProcessInput>::get(_reader.getPointerField(
|
cannam@218
|
5475 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5476 }
|
c@106
|
5477 inline ::piper::ProcessInput::Builder ProcessRequest::Builder::getProcessInput() {
|
cannam@218
|
5478 return ::capnp::_::PointerHelpers< ::piper::ProcessInput>::get(_builder.getPointerField(
|
cannam@218
|
5479 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5480 }
|
c@106
|
5481 #if !CAPNP_LITE
|
c@106
|
5482 inline ::piper::ProcessInput::Pipeline ProcessRequest::Pipeline::getProcessInput() {
|
c@106
|
5483 return ::piper::ProcessInput::Pipeline(_typeless.getPointerField(0));
|
c@106
|
5484 }
|
c@106
|
5485 #endif // !CAPNP_LITE
|
c@106
|
5486 inline void ProcessRequest::Builder::setProcessInput( ::piper::ProcessInput::Reader value) {
|
cannam@218
|
5487 ::capnp::_::PointerHelpers< ::piper::ProcessInput>::set(_builder.getPointerField(
|
cannam@218
|
5488 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5489 }
|
c@106
|
5490 inline ::piper::ProcessInput::Builder ProcessRequest::Builder::initProcessInput() {
|
cannam@218
|
5491 return ::capnp::_::PointerHelpers< ::piper::ProcessInput>::init(_builder.getPointerField(
|
cannam@218
|
5492 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5493 }
|
c@106
|
5494 inline void ProcessRequest::Builder::adoptProcessInput(
|
c@106
|
5495 ::capnp::Orphan< ::piper::ProcessInput>&& value) {
|
cannam@218
|
5496 ::capnp::_::PointerHelpers< ::piper::ProcessInput>::adopt(_builder.getPointerField(
|
cannam@218
|
5497 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5498 }
|
c@106
|
5499 inline ::capnp::Orphan< ::piper::ProcessInput> ProcessRequest::Builder::disownProcessInput() {
|
cannam@218
|
5500 return ::capnp::_::PointerHelpers< ::piper::ProcessInput>::disown(_builder.getPointerField(
|
cannam@218
|
5501 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5502 }
|
c@106
|
5503
|
c@106
|
5504 inline ::int32_t ProcessResponse::Reader::getHandle() const {
|
c@106
|
5505 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5506 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5507 }
|
c@106
|
5508
|
c@106
|
5509 inline ::int32_t ProcessResponse::Builder::getHandle() {
|
c@106
|
5510 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5511 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5512 }
|
c@106
|
5513 inline void ProcessResponse::Builder::setHandle( ::int32_t value) {
|
c@106
|
5514 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5515 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5516 }
|
c@106
|
5517
|
c@106
|
5518 inline bool ProcessResponse::Reader::hasFeatures() const {
|
cannam@218
|
5519 return !_reader.getPointerField(
|
cannam@218
|
5520 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5521 }
|
c@106
|
5522 inline bool ProcessResponse::Builder::hasFeatures() {
|
cannam@218
|
5523 return !_builder.getPointerField(
|
cannam@218
|
5524 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5525 }
|
c@106
|
5526 inline ::piper::FeatureSet::Reader ProcessResponse::Reader::getFeatures() const {
|
cannam@218
|
5527 return ::capnp::_::PointerHelpers< ::piper::FeatureSet>::get(_reader.getPointerField(
|
cannam@218
|
5528 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5529 }
|
c@106
|
5530 inline ::piper::FeatureSet::Builder ProcessResponse::Builder::getFeatures() {
|
cannam@218
|
5531 return ::capnp::_::PointerHelpers< ::piper::FeatureSet>::get(_builder.getPointerField(
|
cannam@218
|
5532 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5533 }
|
c@106
|
5534 #if !CAPNP_LITE
|
c@106
|
5535 inline ::piper::FeatureSet::Pipeline ProcessResponse::Pipeline::getFeatures() {
|
c@106
|
5536 return ::piper::FeatureSet::Pipeline(_typeless.getPointerField(0));
|
c@106
|
5537 }
|
c@106
|
5538 #endif // !CAPNP_LITE
|
c@106
|
5539 inline void ProcessResponse::Builder::setFeatures( ::piper::FeatureSet::Reader value) {
|
cannam@218
|
5540 ::capnp::_::PointerHelpers< ::piper::FeatureSet>::set(_builder.getPointerField(
|
cannam@218
|
5541 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5542 }
|
c@106
|
5543 inline ::piper::FeatureSet::Builder ProcessResponse::Builder::initFeatures() {
|
cannam@218
|
5544 return ::capnp::_::PointerHelpers< ::piper::FeatureSet>::init(_builder.getPointerField(
|
cannam@218
|
5545 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5546 }
|
c@106
|
5547 inline void ProcessResponse::Builder::adoptFeatures(
|
c@106
|
5548 ::capnp::Orphan< ::piper::FeatureSet>&& value) {
|
cannam@218
|
5549 ::capnp::_::PointerHelpers< ::piper::FeatureSet>::adopt(_builder.getPointerField(
|
cannam@218
|
5550 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5551 }
|
c@106
|
5552 inline ::capnp::Orphan< ::piper::FeatureSet> ProcessResponse::Builder::disownFeatures() {
|
cannam@218
|
5553 return ::capnp::_::PointerHelpers< ::piper::FeatureSet>::disown(_builder.getPointerField(
|
cannam@218
|
5554 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5555 }
|
c@106
|
5556
|
c@106
|
5557 inline ::int32_t FinishRequest::Reader::getHandle() const {
|
c@106
|
5558 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5559 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5560 }
|
c@106
|
5561
|
c@106
|
5562 inline ::int32_t FinishRequest::Builder::getHandle() {
|
c@106
|
5563 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5564 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5565 }
|
c@106
|
5566 inline void FinishRequest::Builder::setHandle( ::int32_t value) {
|
c@106
|
5567 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5568 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5569 }
|
c@106
|
5570
|
c@106
|
5571 inline ::int32_t FinishResponse::Reader::getHandle() const {
|
c@106
|
5572 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5573 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5574 }
|
c@106
|
5575
|
c@106
|
5576 inline ::int32_t FinishResponse::Builder::getHandle() {
|
c@106
|
5577 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5578 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5579 }
|
c@106
|
5580 inline void FinishResponse::Builder::setHandle( ::int32_t value) {
|
c@106
|
5581 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5582 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5583 }
|
c@106
|
5584
|
c@106
|
5585 inline bool FinishResponse::Reader::hasFeatures() const {
|
cannam@218
|
5586 return !_reader.getPointerField(
|
cannam@218
|
5587 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5588 }
|
c@106
|
5589 inline bool FinishResponse::Builder::hasFeatures() {
|
cannam@218
|
5590 return !_builder.getPointerField(
|
cannam@218
|
5591 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5592 }
|
c@106
|
5593 inline ::piper::FeatureSet::Reader FinishResponse::Reader::getFeatures() const {
|
cannam@218
|
5594 return ::capnp::_::PointerHelpers< ::piper::FeatureSet>::get(_reader.getPointerField(
|
cannam@218
|
5595 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5596 }
|
c@106
|
5597 inline ::piper::FeatureSet::Builder FinishResponse::Builder::getFeatures() {
|
cannam@218
|
5598 return ::capnp::_::PointerHelpers< ::piper::FeatureSet>::get(_builder.getPointerField(
|
cannam@218
|
5599 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5600 }
|
c@106
|
5601 #if !CAPNP_LITE
|
c@106
|
5602 inline ::piper::FeatureSet::Pipeline FinishResponse::Pipeline::getFeatures() {
|
c@106
|
5603 return ::piper::FeatureSet::Pipeline(_typeless.getPointerField(0));
|
c@106
|
5604 }
|
c@106
|
5605 #endif // !CAPNP_LITE
|
c@106
|
5606 inline void FinishResponse::Builder::setFeatures( ::piper::FeatureSet::Reader value) {
|
cannam@218
|
5607 ::capnp::_::PointerHelpers< ::piper::FeatureSet>::set(_builder.getPointerField(
|
cannam@218
|
5608 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5609 }
|
c@106
|
5610 inline ::piper::FeatureSet::Builder FinishResponse::Builder::initFeatures() {
|
cannam@218
|
5611 return ::capnp::_::PointerHelpers< ::piper::FeatureSet>::init(_builder.getPointerField(
|
cannam@218
|
5612 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5613 }
|
c@106
|
5614 inline void FinishResponse::Builder::adoptFeatures(
|
c@106
|
5615 ::capnp::Orphan< ::piper::FeatureSet>&& value) {
|
cannam@218
|
5616 ::capnp::_::PointerHelpers< ::piper::FeatureSet>::adopt(_builder.getPointerField(
|
cannam@218
|
5617 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5618 }
|
c@106
|
5619 inline ::capnp::Orphan< ::piper::FeatureSet> FinishResponse::Builder::disownFeatures() {
|
cannam@218
|
5620 return ::capnp::_::PointerHelpers< ::piper::FeatureSet>::disown(_builder.getPointerField(
|
cannam@218
|
5621 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5622 }
|
c@106
|
5623
|
c@106
|
5624 inline ::int32_t Error::Reader::getCode() const {
|
c@106
|
5625 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5626 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5627 }
|
c@106
|
5628
|
c@106
|
5629 inline ::int32_t Error::Builder::getCode() {
|
c@106
|
5630 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5631 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5632 }
|
c@106
|
5633 inline void Error::Builder::setCode( ::int32_t value) {
|
c@106
|
5634 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5635 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5636 }
|
c@106
|
5637
|
c@106
|
5638 inline bool Error::Reader::hasMessage() const {
|
cannam@218
|
5639 return !_reader.getPointerField(
|
cannam@218
|
5640 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5641 }
|
c@106
|
5642 inline bool Error::Builder::hasMessage() {
|
cannam@218
|
5643 return !_builder.getPointerField(
|
cannam@218
|
5644 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5645 }
|
c@106
|
5646 inline ::capnp::Text::Reader Error::Reader::getMessage() const {
|
cannam@218
|
5647 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
5648 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5649 }
|
c@106
|
5650 inline ::capnp::Text::Builder Error::Builder::getMessage() {
|
cannam@218
|
5651 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
5652 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5653 }
|
c@106
|
5654 inline void Error::Builder::setMessage( ::capnp::Text::Reader value) {
|
cannam@218
|
5655 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
5656 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5657 }
|
c@106
|
5658 inline ::capnp::Text::Builder Error::Builder::initMessage(unsigned int size) {
|
cannam@218
|
5659 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
5660 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
5661 }
|
c@106
|
5662 inline void Error::Builder::adoptMessage(
|
c@106
|
5663 ::capnp::Orphan< ::capnp::Text>&& value) {
|
cannam@218
|
5664 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
5665 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5666 }
|
c@106
|
5667 inline ::capnp::Orphan< ::capnp::Text> Error::Builder::disownMessage() {
|
cannam@218
|
5668 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
5669 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
cannam@218
|
5670 }
|
cannam@218
|
5671
|
cannam@218
|
5672 inline typename RpcRequest::Id::Reader RpcRequest::Reader::getId() const {
|
cannam@218
|
5673 return typename RpcRequest::Id::Reader(_reader);
|
cannam@218
|
5674 }
|
cannam@218
|
5675 inline typename RpcRequest::Id::Builder RpcRequest::Builder::getId() {
|
cannam@218
|
5676 return typename RpcRequest::Id::Builder(_builder);
|
c@106
|
5677 }
|
c@106
|
5678 #if !CAPNP_LITE
|
cannam@218
|
5679 inline typename RpcRequest::Id::Pipeline RpcRequest::Pipeline::getId() {
|
cannam@218
|
5680 return typename RpcRequest::Id::Pipeline(_typeless.noop());
|
c@106
|
5681 }
|
c@106
|
5682 #endif // !CAPNP_LITE
|
cannam@218
|
5683 inline typename RpcRequest::Id::Builder RpcRequest::Builder::initId() {
|
cannam@218
|
5684 _builder.setDataField< ::uint32_t>(::capnp::bounded<0>() * ::capnp::ELEMENTS, 0);
|
cannam@218
|
5685 _builder.setDataField< ::uint16_t>(::capnp::bounded<2>() * ::capnp::ELEMENTS, 0);
|
cannam@218
|
5686 _builder.getPointerField(::capnp::bounded<0>() * ::capnp::POINTERS).clear();
|
cannam@218
|
5687 return typename RpcRequest::Id::Builder(_builder);
|
cannam@218
|
5688 }
|
cannam@218
|
5689 inline typename RpcRequest::Request::Reader RpcRequest::Reader::getRequest() const {
|
cannam@218
|
5690 return typename RpcRequest::Request::Reader(_reader);
|
cannam@218
|
5691 }
|
cannam@218
|
5692 inline typename RpcRequest::Request::Builder RpcRequest::Builder::getRequest() {
|
cannam@218
|
5693 return typename RpcRequest::Request::Builder(_builder);
|
c@106
|
5694 }
|
c@106
|
5695 #if !CAPNP_LITE
|
cannam@218
|
5696 inline typename RpcRequest::Request::Pipeline RpcRequest::Pipeline::getRequest() {
|
cannam@218
|
5697 return typename RpcRequest::Request::Pipeline(_typeless.noop());
|
c@106
|
5698 }
|
c@106
|
5699 #endif // !CAPNP_LITE
|
cannam@218
|
5700 inline typename RpcRequest::Request::Builder RpcRequest::Builder::initRequest() {
|
cannam@218
|
5701 _builder.setDataField< ::uint16_t>(::capnp::bounded<3>() * ::capnp::ELEMENTS, 0);
|
cannam@218
|
5702 _builder.getPointerField(::capnp::bounded<1>() * ::capnp::POINTERS).clear();
|
cannam@218
|
5703 return typename RpcRequest::Request::Builder(_builder);
|
c@106
|
5704 }
|
c@106
|
5705 inline ::piper::RpcRequest::Id::Which RpcRequest::Id::Reader::which() const {
|
cannam@218
|
5706 return _reader.getDataField<Which>(
|
cannam@218
|
5707 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
5708 }
|
c@106
|
5709 inline ::piper::RpcRequest::Id::Which RpcRequest::Id::Builder::which() {
|
cannam@218
|
5710 return _builder.getDataField<Which>(
|
cannam@218
|
5711 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
5712 }
|
c@106
|
5713
|
c@106
|
5714 inline bool RpcRequest::Id::Reader::isNumber() const {
|
c@106
|
5715 return which() == RpcRequest::Id::NUMBER;
|
c@106
|
5716 }
|
c@106
|
5717 inline bool RpcRequest::Id::Builder::isNumber() {
|
c@106
|
5718 return which() == RpcRequest::Id::NUMBER;
|
c@106
|
5719 }
|
c@106
|
5720 inline ::int32_t RpcRequest::Id::Reader::getNumber() const {
|
c@106
|
5721 KJ_IREQUIRE((which() == RpcRequest::Id::NUMBER),
|
c@106
|
5722 "Must check which() before get()ing a union member.");
|
c@106
|
5723 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
5724 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5725 }
|
c@106
|
5726
|
c@106
|
5727 inline ::int32_t RpcRequest::Id::Builder::getNumber() {
|
c@106
|
5728 KJ_IREQUIRE((which() == RpcRequest::Id::NUMBER),
|
c@106
|
5729 "Must check which() before get()ing a union member.");
|
c@106
|
5730 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
5731 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5732 }
|
c@106
|
5733 inline void RpcRequest::Id::Builder::setNumber( ::int32_t value) {
|
c@106
|
5734 _builder.setDataField<RpcRequest::Id::Which>(
|
cannam@218
|
5735 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcRequest::Id::NUMBER);
|
c@106
|
5736 _builder.setDataField< ::int32_t>(
|
cannam@218
|
5737 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5738 }
|
c@106
|
5739
|
c@106
|
5740 inline bool RpcRequest::Id::Reader::isTag() const {
|
c@106
|
5741 return which() == RpcRequest::Id::TAG;
|
c@106
|
5742 }
|
c@106
|
5743 inline bool RpcRequest::Id::Builder::isTag() {
|
c@106
|
5744 return which() == RpcRequest::Id::TAG;
|
c@106
|
5745 }
|
c@106
|
5746 inline bool RpcRequest::Id::Reader::hasTag() const {
|
c@106
|
5747 if (which() != RpcRequest::Id::TAG) return false;
|
cannam@218
|
5748 return !_reader.getPointerField(
|
cannam@218
|
5749 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5750 }
|
c@106
|
5751 inline bool RpcRequest::Id::Builder::hasTag() {
|
c@106
|
5752 if (which() != RpcRequest::Id::TAG) return false;
|
cannam@218
|
5753 return !_builder.getPointerField(
|
cannam@218
|
5754 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
5755 }
|
c@106
|
5756 inline ::capnp::Text::Reader RpcRequest::Id::Reader::getTag() const {
|
c@106
|
5757 KJ_IREQUIRE((which() == RpcRequest::Id::TAG),
|
c@106
|
5758 "Must check which() before get()ing a union member.");
|
cannam@218
|
5759 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
5760 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5761 }
|
c@106
|
5762 inline ::capnp::Text::Builder RpcRequest::Id::Builder::getTag() {
|
c@106
|
5763 KJ_IREQUIRE((which() == RpcRequest::Id::TAG),
|
c@106
|
5764 "Must check which() before get()ing a union member.");
|
cannam@218
|
5765 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
5766 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5767 }
|
c@106
|
5768 inline void RpcRequest::Id::Builder::setTag( ::capnp::Text::Reader value) {
|
c@106
|
5769 _builder.setDataField<RpcRequest::Id::Which>(
|
cannam@218
|
5770 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcRequest::Id::TAG);
|
cannam@218
|
5771 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
5772 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
5773 }
|
c@106
|
5774 inline ::capnp::Text::Builder RpcRequest::Id::Builder::initTag(unsigned int size) {
|
c@106
|
5775 _builder.setDataField<RpcRequest::Id::Which>(
|
cannam@218
|
5776 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcRequest::Id::TAG);
|
cannam@218
|
5777 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
5778 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
5779 }
|
c@106
|
5780 inline void RpcRequest::Id::Builder::adoptTag(
|
c@106
|
5781 ::capnp::Orphan< ::capnp::Text>&& value) {
|
c@106
|
5782 _builder.setDataField<RpcRequest::Id::Which>(
|
cannam@218
|
5783 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcRequest::Id::TAG);
|
cannam@218
|
5784 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
5785 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5786 }
|
c@106
|
5787 inline ::capnp::Orphan< ::capnp::Text> RpcRequest::Id::Builder::disownTag() {
|
c@106
|
5788 KJ_IREQUIRE((which() == RpcRequest::Id::TAG),
|
c@106
|
5789 "Must check which() before get()ing a union member.");
|
cannam@218
|
5790 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
5791 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
5792 }
|
c@106
|
5793
|
c@106
|
5794 inline bool RpcRequest::Id::Reader::isNone() const {
|
c@106
|
5795 return which() == RpcRequest::Id::NONE;
|
c@106
|
5796 }
|
c@106
|
5797 inline bool RpcRequest::Id::Builder::isNone() {
|
c@106
|
5798 return which() == RpcRequest::Id::NONE;
|
c@106
|
5799 }
|
c@106
|
5800 inline ::capnp::Void RpcRequest::Id::Reader::getNone() const {
|
c@106
|
5801 KJ_IREQUIRE((which() == RpcRequest::Id::NONE),
|
c@106
|
5802 "Must check which() before get()ing a union member.");
|
c@106
|
5803 return _reader.getDataField< ::capnp::Void>(
|
cannam@218
|
5804 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5805 }
|
c@106
|
5806
|
c@106
|
5807 inline ::capnp::Void RpcRequest::Id::Builder::getNone() {
|
c@106
|
5808 KJ_IREQUIRE((which() == RpcRequest::Id::NONE),
|
c@106
|
5809 "Must check which() before get()ing a union member.");
|
c@106
|
5810 return _builder.getDataField< ::capnp::Void>(
|
cannam@218
|
5811 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
5812 }
|
c@106
|
5813 inline void RpcRequest::Id::Builder::setNone( ::capnp::Void value) {
|
c@106
|
5814 _builder.setDataField<RpcRequest::Id::Which>(
|
cannam@218
|
5815 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcRequest::Id::NONE);
|
c@106
|
5816 _builder.setDataField< ::capnp::Void>(
|
cannam@218
|
5817 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
5818 }
|
c@106
|
5819
|
c@106
|
5820 inline ::piper::RpcRequest::Request::Which RpcRequest::Request::Reader::which() const {
|
cannam@218
|
5821 return _reader.getDataField<Which>(
|
cannam@218
|
5822 ::capnp::bounded<3>() * ::capnp::ELEMENTS);
|
c@106
|
5823 }
|
c@106
|
5824 inline ::piper::RpcRequest::Request::Which RpcRequest::Request::Builder::which() {
|
cannam@218
|
5825 return _builder.getDataField<Which>(
|
cannam@218
|
5826 ::capnp::bounded<3>() * ::capnp::ELEMENTS);
|
c@106
|
5827 }
|
c@106
|
5828
|
c@106
|
5829 inline bool RpcRequest::Request::Reader::isList() const {
|
c@106
|
5830 return which() == RpcRequest::Request::LIST;
|
c@106
|
5831 }
|
c@106
|
5832 inline bool RpcRequest::Request::Builder::isList() {
|
c@106
|
5833 return which() == RpcRequest::Request::LIST;
|
c@106
|
5834 }
|
c@106
|
5835 inline bool RpcRequest::Request::Reader::hasList() const {
|
c@106
|
5836 if (which() != RpcRequest::Request::LIST) return false;
|
cannam@218
|
5837 return !_reader.getPointerField(
|
cannam@218
|
5838 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5839 }
|
c@106
|
5840 inline bool RpcRequest::Request::Builder::hasList() {
|
c@106
|
5841 if (which() != RpcRequest::Request::LIST) return false;
|
cannam@218
|
5842 return !_builder.getPointerField(
|
cannam@218
|
5843 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5844 }
|
c@106
|
5845 inline ::piper::ListRequest::Reader RpcRequest::Request::Reader::getList() const {
|
c@106
|
5846 KJ_IREQUIRE((which() == RpcRequest::Request::LIST),
|
c@106
|
5847 "Must check which() before get()ing a union member.");
|
cannam@218
|
5848 return ::capnp::_::PointerHelpers< ::piper::ListRequest>::get(_reader.getPointerField(
|
cannam@218
|
5849 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5850 }
|
c@106
|
5851 inline ::piper::ListRequest::Builder RpcRequest::Request::Builder::getList() {
|
c@106
|
5852 KJ_IREQUIRE((which() == RpcRequest::Request::LIST),
|
c@106
|
5853 "Must check which() before get()ing a union member.");
|
cannam@218
|
5854 return ::capnp::_::PointerHelpers< ::piper::ListRequest>::get(_builder.getPointerField(
|
cannam@218
|
5855 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5856 }
|
c@106
|
5857 inline void RpcRequest::Request::Builder::setList( ::piper::ListRequest::Reader value) {
|
c@106
|
5858 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5859 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::LIST);
|
cannam@218
|
5860 ::capnp::_::PointerHelpers< ::piper::ListRequest>::set(_builder.getPointerField(
|
cannam@218
|
5861 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
5862 }
|
c@106
|
5863 inline ::piper::ListRequest::Builder RpcRequest::Request::Builder::initList() {
|
c@106
|
5864 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5865 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::LIST);
|
cannam@218
|
5866 return ::capnp::_::PointerHelpers< ::piper::ListRequest>::init(_builder.getPointerField(
|
cannam@218
|
5867 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5868 }
|
c@106
|
5869 inline void RpcRequest::Request::Builder::adoptList(
|
c@106
|
5870 ::capnp::Orphan< ::piper::ListRequest>&& value) {
|
c@106
|
5871 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5872 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::LIST);
|
cannam@218
|
5873 ::capnp::_::PointerHelpers< ::piper::ListRequest>::adopt(_builder.getPointerField(
|
cannam@218
|
5874 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5875 }
|
c@106
|
5876 inline ::capnp::Orphan< ::piper::ListRequest> RpcRequest::Request::Builder::disownList() {
|
c@106
|
5877 KJ_IREQUIRE((which() == RpcRequest::Request::LIST),
|
c@106
|
5878 "Must check which() before get()ing a union member.");
|
cannam@218
|
5879 return ::capnp::_::PointerHelpers< ::piper::ListRequest>::disown(_builder.getPointerField(
|
cannam@218
|
5880 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5881 }
|
c@106
|
5882
|
c@106
|
5883 inline bool RpcRequest::Request::Reader::isLoad() const {
|
c@106
|
5884 return which() == RpcRequest::Request::LOAD;
|
c@106
|
5885 }
|
c@106
|
5886 inline bool RpcRequest::Request::Builder::isLoad() {
|
c@106
|
5887 return which() == RpcRequest::Request::LOAD;
|
c@106
|
5888 }
|
c@106
|
5889 inline bool RpcRequest::Request::Reader::hasLoad() const {
|
c@106
|
5890 if (which() != RpcRequest::Request::LOAD) return false;
|
cannam@218
|
5891 return !_reader.getPointerField(
|
cannam@218
|
5892 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5893 }
|
c@106
|
5894 inline bool RpcRequest::Request::Builder::hasLoad() {
|
c@106
|
5895 if (which() != RpcRequest::Request::LOAD) return false;
|
cannam@218
|
5896 return !_builder.getPointerField(
|
cannam@218
|
5897 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5898 }
|
c@106
|
5899 inline ::piper::LoadRequest::Reader RpcRequest::Request::Reader::getLoad() const {
|
c@106
|
5900 KJ_IREQUIRE((which() == RpcRequest::Request::LOAD),
|
c@106
|
5901 "Must check which() before get()ing a union member.");
|
cannam@218
|
5902 return ::capnp::_::PointerHelpers< ::piper::LoadRequest>::get(_reader.getPointerField(
|
cannam@218
|
5903 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5904 }
|
c@106
|
5905 inline ::piper::LoadRequest::Builder RpcRequest::Request::Builder::getLoad() {
|
c@106
|
5906 KJ_IREQUIRE((which() == RpcRequest::Request::LOAD),
|
c@106
|
5907 "Must check which() before get()ing a union member.");
|
cannam@218
|
5908 return ::capnp::_::PointerHelpers< ::piper::LoadRequest>::get(_builder.getPointerField(
|
cannam@218
|
5909 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5910 }
|
c@106
|
5911 inline void RpcRequest::Request::Builder::setLoad( ::piper::LoadRequest::Reader value) {
|
c@106
|
5912 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5913 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::LOAD);
|
cannam@218
|
5914 ::capnp::_::PointerHelpers< ::piper::LoadRequest>::set(_builder.getPointerField(
|
cannam@218
|
5915 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
5916 }
|
c@106
|
5917 inline ::piper::LoadRequest::Builder RpcRequest::Request::Builder::initLoad() {
|
c@106
|
5918 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5919 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::LOAD);
|
cannam@218
|
5920 return ::capnp::_::PointerHelpers< ::piper::LoadRequest>::init(_builder.getPointerField(
|
cannam@218
|
5921 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5922 }
|
c@106
|
5923 inline void RpcRequest::Request::Builder::adoptLoad(
|
c@106
|
5924 ::capnp::Orphan< ::piper::LoadRequest>&& value) {
|
c@106
|
5925 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5926 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::LOAD);
|
cannam@218
|
5927 ::capnp::_::PointerHelpers< ::piper::LoadRequest>::adopt(_builder.getPointerField(
|
cannam@218
|
5928 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5929 }
|
c@106
|
5930 inline ::capnp::Orphan< ::piper::LoadRequest> RpcRequest::Request::Builder::disownLoad() {
|
c@106
|
5931 KJ_IREQUIRE((which() == RpcRequest::Request::LOAD),
|
c@106
|
5932 "Must check which() before get()ing a union member.");
|
cannam@218
|
5933 return ::capnp::_::PointerHelpers< ::piper::LoadRequest>::disown(_builder.getPointerField(
|
cannam@218
|
5934 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5935 }
|
c@106
|
5936
|
c@106
|
5937 inline bool RpcRequest::Request::Reader::isConfigure() const {
|
c@106
|
5938 return which() == RpcRequest::Request::CONFIGURE;
|
c@106
|
5939 }
|
c@106
|
5940 inline bool RpcRequest::Request::Builder::isConfigure() {
|
c@106
|
5941 return which() == RpcRequest::Request::CONFIGURE;
|
c@106
|
5942 }
|
c@106
|
5943 inline bool RpcRequest::Request::Reader::hasConfigure() const {
|
c@106
|
5944 if (which() != RpcRequest::Request::CONFIGURE) return false;
|
cannam@218
|
5945 return !_reader.getPointerField(
|
cannam@218
|
5946 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5947 }
|
c@106
|
5948 inline bool RpcRequest::Request::Builder::hasConfigure() {
|
c@106
|
5949 if (which() != RpcRequest::Request::CONFIGURE) return false;
|
cannam@218
|
5950 return !_builder.getPointerField(
|
cannam@218
|
5951 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
5952 }
|
c@106
|
5953 inline ::piper::ConfigurationRequest::Reader RpcRequest::Request::Reader::getConfigure() const {
|
c@106
|
5954 KJ_IREQUIRE((which() == RpcRequest::Request::CONFIGURE),
|
c@106
|
5955 "Must check which() before get()ing a union member.");
|
cannam@218
|
5956 return ::capnp::_::PointerHelpers< ::piper::ConfigurationRequest>::get(_reader.getPointerField(
|
cannam@218
|
5957 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5958 }
|
c@106
|
5959 inline ::piper::ConfigurationRequest::Builder RpcRequest::Request::Builder::getConfigure() {
|
c@106
|
5960 KJ_IREQUIRE((which() == RpcRequest::Request::CONFIGURE),
|
c@106
|
5961 "Must check which() before get()ing a union member.");
|
cannam@218
|
5962 return ::capnp::_::PointerHelpers< ::piper::ConfigurationRequest>::get(_builder.getPointerField(
|
cannam@218
|
5963 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5964 }
|
c@106
|
5965 inline void RpcRequest::Request::Builder::setConfigure( ::piper::ConfigurationRequest::Reader value) {
|
c@106
|
5966 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5967 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::CONFIGURE);
|
cannam@218
|
5968 ::capnp::_::PointerHelpers< ::piper::ConfigurationRequest>::set(_builder.getPointerField(
|
cannam@218
|
5969 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
5970 }
|
c@106
|
5971 inline ::piper::ConfigurationRequest::Builder RpcRequest::Request::Builder::initConfigure() {
|
c@106
|
5972 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5973 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::CONFIGURE);
|
cannam@218
|
5974 return ::capnp::_::PointerHelpers< ::piper::ConfigurationRequest>::init(_builder.getPointerField(
|
cannam@218
|
5975 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5976 }
|
c@106
|
5977 inline void RpcRequest::Request::Builder::adoptConfigure(
|
c@106
|
5978 ::capnp::Orphan< ::piper::ConfigurationRequest>&& value) {
|
c@106
|
5979 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
5980 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::CONFIGURE);
|
cannam@218
|
5981 ::capnp::_::PointerHelpers< ::piper::ConfigurationRequest>::adopt(_builder.getPointerField(
|
cannam@218
|
5982 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
5983 }
|
c@106
|
5984 inline ::capnp::Orphan< ::piper::ConfigurationRequest> RpcRequest::Request::Builder::disownConfigure() {
|
c@106
|
5985 KJ_IREQUIRE((which() == RpcRequest::Request::CONFIGURE),
|
c@106
|
5986 "Must check which() before get()ing a union member.");
|
cannam@218
|
5987 return ::capnp::_::PointerHelpers< ::piper::ConfigurationRequest>::disown(_builder.getPointerField(
|
cannam@218
|
5988 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
5989 }
|
c@106
|
5990
|
c@106
|
5991 inline bool RpcRequest::Request::Reader::isProcess() const {
|
c@106
|
5992 return which() == RpcRequest::Request::PROCESS;
|
c@106
|
5993 }
|
c@106
|
5994 inline bool RpcRequest::Request::Builder::isProcess() {
|
c@106
|
5995 return which() == RpcRequest::Request::PROCESS;
|
c@106
|
5996 }
|
c@106
|
5997 inline bool RpcRequest::Request::Reader::hasProcess() const {
|
c@106
|
5998 if (which() != RpcRequest::Request::PROCESS) return false;
|
cannam@218
|
5999 return !_reader.getPointerField(
|
cannam@218
|
6000 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6001 }
|
c@106
|
6002 inline bool RpcRequest::Request::Builder::hasProcess() {
|
c@106
|
6003 if (which() != RpcRequest::Request::PROCESS) return false;
|
cannam@218
|
6004 return !_builder.getPointerField(
|
cannam@218
|
6005 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6006 }
|
c@106
|
6007 inline ::piper::ProcessRequest::Reader RpcRequest::Request::Reader::getProcess() const {
|
c@106
|
6008 KJ_IREQUIRE((which() == RpcRequest::Request::PROCESS),
|
c@106
|
6009 "Must check which() before get()ing a union member.");
|
cannam@218
|
6010 return ::capnp::_::PointerHelpers< ::piper::ProcessRequest>::get(_reader.getPointerField(
|
cannam@218
|
6011 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6012 }
|
c@106
|
6013 inline ::piper::ProcessRequest::Builder RpcRequest::Request::Builder::getProcess() {
|
c@106
|
6014 KJ_IREQUIRE((which() == RpcRequest::Request::PROCESS),
|
c@106
|
6015 "Must check which() before get()ing a union member.");
|
cannam@218
|
6016 return ::capnp::_::PointerHelpers< ::piper::ProcessRequest>::get(_builder.getPointerField(
|
cannam@218
|
6017 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6018 }
|
c@106
|
6019 inline void RpcRequest::Request::Builder::setProcess( ::piper::ProcessRequest::Reader value) {
|
c@106
|
6020 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
6021 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::PROCESS);
|
cannam@218
|
6022 ::capnp::_::PointerHelpers< ::piper::ProcessRequest>::set(_builder.getPointerField(
|
cannam@218
|
6023 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
6024 }
|
c@106
|
6025 inline ::piper::ProcessRequest::Builder RpcRequest::Request::Builder::initProcess() {
|
c@106
|
6026 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
6027 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::PROCESS);
|
cannam@218
|
6028 return ::capnp::_::PointerHelpers< ::piper::ProcessRequest>::init(_builder.getPointerField(
|
cannam@218
|
6029 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6030 }
|
c@106
|
6031 inline void RpcRequest::Request::Builder::adoptProcess(
|
c@106
|
6032 ::capnp::Orphan< ::piper::ProcessRequest>&& value) {
|
c@106
|
6033 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
6034 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::PROCESS);
|
cannam@218
|
6035 ::capnp::_::PointerHelpers< ::piper::ProcessRequest>::adopt(_builder.getPointerField(
|
cannam@218
|
6036 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6037 }
|
c@106
|
6038 inline ::capnp::Orphan< ::piper::ProcessRequest> RpcRequest::Request::Builder::disownProcess() {
|
c@106
|
6039 KJ_IREQUIRE((which() == RpcRequest::Request::PROCESS),
|
c@106
|
6040 "Must check which() before get()ing a union member.");
|
cannam@218
|
6041 return ::capnp::_::PointerHelpers< ::piper::ProcessRequest>::disown(_builder.getPointerField(
|
cannam@218
|
6042 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6043 }
|
c@106
|
6044
|
c@106
|
6045 inline bool RpcRequest::Request::Reader::isFinish() const {
|
c@106
|
6046 return which() == RpcRequest::Request::FINISH;
|
c@106
|
6047 }
|
c@106
|
6048 inline bool RpcRequest::Request::Builder::isFinish() {
|
c@106
|
6049 return which() == RpcRequest::Request::FINISH;
|
c@106
|
6050 }
|
c@106
|
6051 inline bool RpcRequest::Request::Reader::hasFinish() const {
|
c@106
|
6052 if (which() != RpcRequest::Request::FINISH) return false;
|
cannam@218
|
6053 return !_reader.getPointerField(
|
cannam@218
|
6054 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6055 }
|
c@106
|
6056 inline bool RpcRequest::Request::Builder::hasFinish() {
|
c@106
|
6057 if (which() != RpcRequest::Request::FINISH) return false;
|
cannam@218
|
6058 return !_builder.getPointerField(
|
cannam@218
|
6059 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6060 }
|
c@106
|
6061 inline ::piper::FinishRequest::Reader RpcRequest::Request::Reader::getFinish() const {
|
c@106
|
6062 KJ_IREQUIRE((which() == RpcRequest::Request::FINISH),
|
c@106
|
6063 "Must check which() before get()ing a union member.");
|
cannam@218
|
6064 return ::capnp::_::PointerHelpers< ::piper::FinishRequest>::get(_reader.getPointerField(
|
cannam@218
|
6065 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6066 }
|
c@106
|
6067 inline ::piper::FinishRequest::Builder RpcRequest::Request::Builder::getFinish() {
|
c@106
|
6068 KJ_IREQUIRE((which() == RpcRequest::Request::FINISH),
|
c@106
|
6069 "Must check which() before get()ing a union member.");
|
cannam@218
|
6070 return ::capnp::_::PointerHelpers< ::piper::FinishRequest>::get(_builder.getPointerField(
|
cannam@218
|
6071 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6072 }
|
c@106
|
6073 inline void RpcRequest::Request::Builder::setFinish( ::piper::FinishRequest::Reader value) {
|
c@106
|
6074 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
6075 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::FINISH);
|
cannam@218
|
6076 ::capnp::_::PointerHelpers< ::piper::FinishRequest>::set(_builder.getPointerField(
|
cannam@218
|
6077 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
6078 }
|
c@106
|
6079 inline ::piper::FinishRequest::Builder RpcRequest::Request::Builder::initFinish() {
|
c@106
|
6080 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
6081 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::FINISH);
|
cannam@218
|
6082 return ::capnp::_::PointerHelpers< ::piper::FinishRequest>::init(_builder.getPointerField(
|
cannam@218
|
6083 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6084 }
|
c@106
|
6085 inline void RpcRequest::Request::Builder::adoptFinish(
|
c@106
|
6086 ::capnp::Orphan< ::piper::FinishRequest>&& value) {
|
c@106
|
6087 _builder.setDataField<RpcRequest::Request::Which>(
|
cannam@218
|
6088 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcRequest::Request::FINISH);
|
cannam@218
|
6089 ::capnp::_::PointerHelpers< ::piper::FinishRequest>::adopt(_builder.getPointerField(
|
cannam@218
|
6090 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6091 }
|
c@106
|
6092 inline ::capnp::Orphan< ::piper::FinishRequest> RpcRequest::Request::Builder::disownFinish() {
|
c@106
|
6093 KJ_IREQUIRE((which() == RpcRequest::Request::FINISH),
|
c@106
|
6094 "Must check which() before get()ing a union member.");
|
cannam@218
|
6095 return ::capnp::_::PointerHelpers< ::piper::FinishRequest>::disown(_builder.getPointerField(
|
cannam@218
|
6096 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
cannam@218
|
6097 }
|
cannam@218
|
6098
|
cannam@218
|
6099 inline typename RpcResponse::Id::Reader RpcResponse::Reader::getId() const {
|
cannam@218
|
6100 return typename RpcResponse::Id::Reader(_reader);
|
cannam@218
|
6101 }
|
cannam@218
|
6102 inline typename RpcResponse::Id::Builder RpcResponse::Builder::getId() {
|
cannam@218
|
6103 return typename RpcResponse::Id::Builder(_builder);
|
c@106
|
6104 }
|
c@106
|
6105 #if !CAPNP_LITE
|
cannam@218
|
6106 inline typename RpcResponse::Id::Pipeline RpcResponse::Pipeline::getId() {
|
cannam@218
|
6107 return typename RpcResponse::Id::Pipeline(_typeless.noop());
|
c@106
|
6108 }
|
c@106
|
6109 #endif // !CAPNP_LITE
|
cannam@218
|
6110 inline typename RpcResponse::Id::Builder RpcResponse::Builder::initId() {
|
cannam@218
|
6111 _builder.setDataField< ::uint32_t>(::capnp::bounded<0>() * ::capnp::ELEMENTS, 0);
|
cannam@218
|
6112 _builder.setDataField< ::uint16_t>(::capnp::bounded<2>() * ::capnp::ELEMENTS, 0);
|
cannam@218
|
6113 _builder.getPointerField(::capnp::bounded<0>() * ::capnp::POINTERS).clear();
|
cannam@218
|
6114 return typename RpcResponse::Id::Builder(_builder);
|
cannam@218
|
6115 }
|
cannam@218
|
6116 inline typename RpcResponse::Response::Reader RpcResponse::Reader::getResponse() const {
|
cannam@218
|
6117 return typename RpcResponse::Response::Reader(_reader);
|
cannam@218
|
6118 }
|
cannam@218
|
6119 inline typename RpcResponse::Response::Builder RpcResponse::Builder::getResponse() {
|
cannam@218
|
6120 return typename RpcResponse::Response::Builder(_builder);
|
c@106
|
6121 }
|
c@106
|
6122 #if !CAPNP_LITE
|
cannam@218
|
6123 inline typename RpcResponse::Response::Pipeline RpcResponse::Pipeline::getResponse() {
|
cannam@218
|
6124 return typename RpcResponse::Response::Pipeline(_typeless.noop());
|
c@106
|
6125 }
|
c@106
|
6126 #endif // !CAPNP_LITE
|
cannam@218
|
6127 inline typename RpcResponse::Response::Builder RpcResponse::Builder::initResponse() {
|
cannam@218
|
6128 _builder.setDataField< ::uint16_t>(::capnp::bounded<3>() * ::capnp::ELEMENTS, 0);
|
cannam@218
|
6129 _builder.getPointerField(::capnp::bounded<1>() * ::capnp::POINTERS).clear();
|
cannam@218
|
6130 return typename RpcResponse::Response::Builder(_builder);
|
c@106
|
6131 }
|
c@106
|
6132 inline ::piper::RpcResponse::Id::Which RpcResponse::Id::Reader::which() const {
|
cannam@218
|
6133 return _reader.getDataField<Which>(
|
cannam@218
|
6134 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
6135 }
|
c@106
|
6136 inline ::piper::RpcResponse::Id::Which RpcResponse::Id::Builder::which() {
|
cannam@218
|
6137 return _builder.getDataField<Which>(
|
cannam@218
|
6138 ::capnp::bounded<2>() * ::capnp::ELEMENTS);
|
c@106
|
6139 }
|
c@106
|
6140
|
c@106
|
6141 inline bool RpcResponse::Id::Reader::isNumber() const {
|
c@106
|
6142 return which() == RpcResponse::Id::NUMBER;
|
c@106
|
6143 }
|
c@106
|
6144 inline bool RpcResponse::Id::Builder::isNumber() {
|
c@106
|
6145 return which() == RpcResponse::Id::NUMBER;
|
c@106
|
6146 }
|
c@106
|
6147 inline ::int32_t RpcResponse::Id::Reader::getNumber() const {
|
c@106
|
6148 KJ_IREQUIRE((which() == RpcResponse::Id::NUMBER),
|
c@106
|
6149 "Must check which() before get()ing a union member.");
|
c@106
|
6150 return _reader.getDataField< ::int32_t>(
|
cannam@218
|
6151 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
6152 }
|
c@106
|
6153
|
c@106
|
6154 inline ::int32_t RpcResponse::Id::Builder::getNumber() {
|
c@106
|
6155 KJ_IREQUIRE((which() == RpcResponse::Id::NUMBER),
|
c@106
|
6156 "Must check which() before get()ing a union member.");
|
c@106
|
6157 return _builder.getDataField< ::int32_t>(
|
cannam@218
|
6158 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
6159 }
|
c@106
|
6160 inline void RpcResponse::Id::Builder::setNumber( ::int32_t value) {
|
c@106
|
6161 _builder.setDataField<RpcResponse::Id::Which>(
|
cannam@218
|
6162 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcResponse::Id::NUMBER);
|
c@106
|
6163 _builder.setDataField< ::int32_t>(
|
cannam@218
|
6164 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
6165 }
|
c@106
|
6166
|
c@106
|
6167 inline bool RpcResponse::Id::Reader::isTag() const {
|
c@106
|
6168 return which() == RpcResponse::Id::TAG;
|
c@106
|
6169 }
|
c@106
|
6170 inline bool RpcResponse::Id::Builder::isTag() {
|
c@106
|
6171 return which() == RpcResponse::Id::TAG;
|
c@106
|
6172 }
|
c@106
|
6173 inline bool RpcResponse::Id::Reader::hasTag() const {
|
c@106
|
6174 if (which() != RpcResponse::Id::TAG) return false;
|
cannam@218
|
6175 return !_reader.getPointerField(
|
cannam@218
|
6176 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
6177 }
|
c@106
|
6178 inline bool RpcResponse::Id::Builder::hasTag() {
|
c@106
|
6179 if (which() != RpcResponse::Id::TAG) return false;
|
cannam@218
|
6180 return !_builder.getPointerField(
|
cannam@218
|
6181 ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|
c@106
|
6182 }
|
c@106
|
6183 inline ::capnp::Text::Reader RpcResponse::Id::Reader::getTag() const {
|
c@106
|
6184 KJ_IREQUIRE((which() == RpcResponse::Id::TAG),
|
c@106
|
6185 "Must check which() before get()ing a union member.");
|
cannam@218
|
6186 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_reader.getPointerField(
|
cannam@218
|
6187 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
6188 }
|
c@106
|
6189 inline ::capnp::Text::Builder RpcResponse::Id::Builder::getTag() {
|
c@106
|
6190 KJ_IREQUIRE((which() == RpcResponse::Id::TAG),
|
c@106
|
6191 "Must check which() before get()ing a union member.");
|
cannam@218
|
6192 return ::capnp::_::PointerHelpers< ::capnp::Text>::get(_builder.getPointerField(
|
cannam@218
|
6193 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
6194 }
|
c@106
|
6195 inline void RpcResponse::Id::Builder::setTag( ::capnp::Text::Reader value) {
|
c@106
|
6196 _builder.setDataField<RpcResponse::Id::Which>(
|
cannam@218
|
6197 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcResponse::Id::TAG);
|
cannam@218
|
6198 ::capnp::_::PointerHelpers< ::capnp::Text>::set(_builder.getPointerField(
|
cannam@218
|
6199 ::capnp::bounded<0>() * ::capnp::POINTERS), value);
|
c@106
|
6200 }
|
c@106
|
6201 inline ::capnp::Text::Builder RpcResponse::Id::Builder::initTag(unsigned int size) {
|
c@106
|
6202 _builder.setDataField<RpcResponse::Id::Which>(
|
cannam@218
|
6203 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcResponse::Id::TAG);
|
cannam@218
|
6204 return ::capnp::_::PointerHelpers< ::capnp::Text>::init(_builder.getPointerField(
|
cannam@218
|
6205 ::capnp::bounded<0>() * ::capnp::POINTERS), size);
|
c@106
|
6206 }
|
c@106
|
6207 inline void RpcResponse::Id::Builder::adoptTag(
|
c@106
|
6208 ::capnp::Orphan< ::capnp::Text>&& value) {
|
c@106
|
6209 _builder.setDataField<RpcResponse::Id::Which>(
|
cannam@218
|
6210 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcResponse::Id::TAG);
|
cannam@218
|
6211 ::capnp::_::PointerHelpers< ::capnp::Text>::adopt(_builder.getPointerField(
|
cannam@218
|
6212 ::capnp::bounded<0>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6213 }
|
c@106
|
6214 inline ::capnp::Orphan< ::capnp::Text> RpcResponse::Id::Builder::disownTag() {
|
c@106
|
6215 KJ_IREQUIRE((which() == RpcResponse::Id::TAG),
|
c@106
|
6216 "Must check which() before get()ing a union member.");
|
cannam@218
|
6217 return ::capnp::_::PointerHelpers< ::capnp::Text>::disown(_builder.getPointerField(
|
cannam@218
|
6218 ::capnp::bounded<0>() * ::capnp::POINTERS));
|
c@106
|
6219 }
|
c@106
|
6220
|
c@106
|
6221 inline bool RpcResponse::Id::Reader::isNone() const {
|
c@106
|
6222 return which() == RpcResponse::Id::NONE;
|
c@106
|
6223 }
|
c@106
|
6224 inline bool RpcResponse::Id::Builder::isNone() {
|
c@106
|
6225 return which() == RpcResponse::Id::NONE;
|
c@106
|
6226 }
|
c@106
|
6227 inline ::capnp::Void RpcResponse::Id::Reader::getNone() const {
|
c@106
|
6228 KJ_IREQUIRE((which() == RpcResponse::Id::NONE),
|
c@106
|
6229 "Must check which() before get()ing a union member.");
|
c@106
|
6230 return _reader.getDataField< ::capnp::Void>(
|
cannam@218
|
6231 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
6232 }
|
c@106
|
6233
|
c@106
|
6234 inline ::capnp::Void RpcResponse::Id::Builder::getNone() {
|
c@106
|
6235 KJ_IREQUIRE((which() == RpcResponse::Id::NONE),
|
c@106
|
6236 "Must check which() before get()ing a union member.");
|
c@106
|
6237 return _builder.getDataField< ::capnp::Void>(
|
cannam@218
|
6238 ::capnp::bounded<0>() * ::capnp::ELEMENTS);
|
c@106
|
6239 }
|
c@106
|
6240 inline void RpcResponse::Id::Builder::setNone( ::capnp::Void value) {
|
c@106
|
6241 _builder.setDataField<RpcResponse::Id::Which>(
|
cannam@218
|
6242 ::capnp::bounded<2>() * ::capnp::ELEMENTS, RpcResponse::Id::NONE);
|
c@106
|
6243 _builder.setDataField< ::capnp::Void>(
|
cannam@218
|
6244 ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
c@106
|
6245 }
|
c@106
|
6246
|
c@106
|
6247 inline ::piper::RpcResponse::Response::Which RpcResponse::Response::Reader::which() const {
|
cannam@218
|
6248 return _reader.getDataField<Which>(
|
cannam@218
|
6249 ::capnp::bounded<3>() * ::capnp::ELEMENTS);
|
c@106
|
6250 }
|
c@106
|
6251 inline ::piper::RpcResponse::Response::Which RpcResponse::Response::Builder::which() {
|
cannam@218
|
6252 return _builder.getDataField<Which>(
|
cannam@218
|
6253 ::capnp::bounded<3>() * ::capnp::ELEMENTS);
|
c@106
|
6254 }
|
c@106
|
6255
|
c@106
|
6256 inline bool RpcResponse::Response::Reader::isError() const {
|
c@106
|
6257 return which() == RpcResponse::Response::ERROR;
|
c@106
|
6258 }
|
c@106
|
6259 inline bool RpcResponse::Response::Builder::isError() {
|
c@106
|
6260 return which() == RpcResponse::Response::ERROR;
|
c@106
|
6261 }
|
c@106
|
6262 inline bool RpcResponse::Response::Reader::hasError() const {
|
c@106
|
6263 if (which() != RpcResponse::Response::ERROR) return false;
|
cannam@218
|
6264 return !_reader.getPointerField(
|
cannam@218
|
6265 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6266 }
|
c@106
|
6267 inline bool RpcResponse::Response::Builder::hasError() {
|
c@106
|
6268 if (which() != RpcResponse::Response::ERROR) return false;
|
cannam@218
|
6269 return !_builder.getPointerField(
|
cannam@218
|
6270 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6271 }
|
c@106
|
6272 inline ::piper::Error::Reader RpcResponse::Response::Reader::getError() const {
|
c@106
|
6273 KJ_IREQUIRE((which() == RpcResponse::Response::ERROR),
|
c@106
|
6274 "Must check which() before get()ing a union member.");
|
cannam@218
|
6275 return ::capnp::_::PointerHelpers< ::piper::Error>::get(_reader.getPointerField(
|
cannam@218
|
6276 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6277 }
|
c@106
|
6278 inline ::piper::Error::Builder RpcResponse::Response::Builder::getError() {
|
c@106
|
6279 KJ_IREQUIRE((which() == RpcResponse::Response::ERROR),
|
c@106
|
6280 "Must check which() before get()ing a union member.");
|
cannam@218
|
6281 return ::capnp::_::PointerHelpers< ::piper::Error>::get(_builder.getPointerField(
|
cannam@218
|
6282 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6283 }
|
c@106
|
6284 inline void RpcResponse::Response::Builder::setError( ::piper::Error::Reader value) {
|
c@106
|
6285 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6286 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::ERROR);
|
cannam@218
|
6287 ::capnp::_::PointerHelpers< ::piper::Error>::set(_builder.getPointerField(
|
cannam@218
|
6288 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
6289 }
|
c@106
|
6290 inline ::piper::Error::Builder RpcResponse::Response::Builder::initError() {
|
c@106
|
6291 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6292 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::ERROR);
|
cannam@218
|
6293 return ::capnp::_::PointerHelpers< ::piper::Error>::init(_builder.getPointerField(
|
cannam@218
|
6294 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6295 }
|
c@106
|
6296 inline void RpcResponse::Response::Builder::adoptError(
|
c@106
|
6297 ::capnp::Orphan< ::piper::Error>&& value) {
|
c@106
|
6298 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6299 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::ERROR);
|
cannam@218
|
6300 ::capnp::_::PointerHelpers< ::piper::Error>::adopt(_builder.getPointerField(
|
cannam@218
|
6301 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6302 }
|
c@106
|
6303 inline ::capnp::Orphan< ::piper::Error> RpcResponse::Response::Builder::disownError() {
|
c@106
|
6304 KJ_IREQUIRE((which() == RpcResponse::Response::ERROR),
|
c@106
|
6305 "Must check which() before get()ing a union member.");
|
cannam@218
|
6306 return ::capnp::_::PointerHelpers< ::piper::Error>::disown(_builder.getPointerField(
|
cannam@218
|
6307 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6308 }
|
c@106
|
6309
|
c@106
|
6310 inline bool RpcResponse::Response::Reader::isList() const {
|
c@106
|
6311 return which() == RpcResponse::Response::LIST;
|
c@106
|
6312 }
|
c@106
|
6313 inline bool RpcResponse::Response::Builder::isList() {
|
c@106
|
6314 return which() == RpcResponse::Response::LIST;
|
c@106
|
6315 }
|
c@106
|
6316 inline bool RpcResponse::Response::Reader::hasList() const {
|
c@106
|
6317 if (which() != RpcResponse::Response::LIST) return false;
|
cannam@218
|
6318 return !_reader.getPointerField(
|
cannam@218
|
6319 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6320 }
|
c@106
|
6321 inline bool RpcResponse::Response::Builder::hasList() {
|
c@106
|
6322 if (which() != RpcResponse::Response::LIST) return false;
|
cannam@218
|
6323 return !_builder.getPointerField(
|
cannam@218
|
6324 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6325 }
|
c@106
|
6326 inline ::piper::ListResponse::Reader RpcResponse::Response::Reader::getList() const {
|
c@106
|
6327 KJ_IREQUIRE((which() == RpcResponse::Response::LIST),
|
c@106
|
6328 "Must check which() before get()ing a union member.");
|
cannam@218
|
6329 return ::capnp::_::PointerHelpers< ::piper::ListResponse>::get(_reader.getPointerField(
|
cannam@218
|
6330 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6331 }
|
c@106
|
6332 inline ::piper::ListResponse::Builder RpcResponse::Response::Builder::getList() {
|
c@106
|
6333 KJ_IREQUIRE((which() == RpcResponse::Response::LIST),
|
c@106
|
6334 "Must check which() before get()ing a union member.");
|
cannam@218
|
6335 return ::capnp::_::PointerHelpers< ::piper::ListResponse>::get(_builder.getPointerField(
|
cannam@218
|
6336 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6337 }
|
c@106
|
6338 inline void RpcResponse::Response::Builder::setList( ::piper::ListResponse::Reader value) {
|
c@106
|
6339 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6340 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::LIST);
|
cannam@218
|
6341 ::capnp::_::PointerHelpers< ::piper::ListResponse>::set(_builder.getPointerField(
|
cannam@218
|
6342 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
6343 }
|
c@106
|
6344 inline ::piper::ListResponse::Builder RpcResponse::Response::Builder::initList() {
|
c@106
|
6345 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6346 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::LIST);
|
cannam@218
|
6347 return ::capnp::_::PointerHelpers< ::piper::ListResponse>::init(_builder.getPointerField(
|
cannam@218
|
6348 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6349 }
|
c@106
|
6350 inline void RpcResponse::Response::Builder::adoptList(
|
c@106
|
6351 ::capnp::Orphan< ::piper::ListResponse>&& value) {
|
c@106
|
6352 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6353 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::LIST);
|
cannam@218
|
6354 ::capnp::_::PointerHelpers< ::piper::ListResponse>::adopt(_builder.getPointerField(
|
cannam@218
|
6355 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6356 }
|
c@106
|
6357 inline ::capnp::Orphan< ::piper::ListResponse> RpcResponse::Response::Builder::disownList() {
|
c@106
|
6358 KJ_IREQUIRE((which() == RpcResponse::Response::LIST),
|
c@106
|
6359 "Must check which() before get()ing a union member.");
|
cannam@218
|
6360 return ::capnp::_::PointerHelpers< ::piper::ListResponse>::disown(_builder.getPointerField(
|
cannam@218
|
6361 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6362 }
|
c@106
|
6363
|
c@106
|
6364 inline bool RpcResponse::Response::Reader::isLoad() const {
|
c@106
|
6365 return which() == RpcResponse::Response::LOAD;
|
c@106
|
6366 }
|
c@106
|
6367 inline bool RpcResponse::Response::Builder::isLoad() {
|
c@106
|
6368 return which() == RpcResponse::Response::LOAD;
|
c@106
|
6369 }
|
c@106
|
6370 inline bool RpcResponse::Response::Reader::hasLoad() const {
|
c@106
|
6371 if (which() != RpcResponse::Response::LOAD) return false;
|
cannam@218
|
6372 return !_reader.getPointerField(
|
cannam@218
|
6373 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6374 }
|
c@106
|
6375 inline bool RpcResponse::Response::Builder::hasLoad() {
|
c@106
|
6376 if (which() != RpcResponse::Response::LOAD) return false;
|
cannam@218
|
6377 return !_builder.getPointerField(
|
cannam@218
|
6378 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6379 }
|
c@106
|
6380 inline ::piper::LoadResponse::Reader RpcResponse::Response::Reader::getLoad() const {
|
c@106
|
6381 KJ_IREQUIRE((which() == RpcResponse::Response::LOAD),
|
c@106
|
6382 "Must check which() before get()ing a union member.");
|
cannam@218
|
6383 return ::capnp::_::PointerHelpers< ::piper::LoadResponse>::get(_reader.getPointerField(
|
cannam@218
|
6384 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6385 }
|
c@106
|
6386 inline ::piper::LoadResponse::Builder RpcResponse::Response::Builder::getLoad() {
|
c@106
|
6387 KJ_IREQUIRE((which() == RpcResponse::Response::LOAD),
|
c@106
|
6388 "Must check which() before get()ing a union member.");
|
cannam@218
|
6389 return ::capnp::_::PointerHelpers< ::piper::LoadResponse>::get(_builder.getPointerField(
|
cannam@218
|
6390 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6391 }
|
c@106
|
6392 inline void RpcResponse::Response::Builder::setLoad( ::piper::LoadResponse::Reader value) {
|
c@106
|
6393 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6394 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::LOAD);
|
cannam@218
|
6395 ::capnp::_::PointerHelpers< ::piper::LoadResponse>::set(_builder.getPointerField(
|
cannam@218
|
6396 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
6397 }
|
c@106
|
6398 inline ::piper::LoadResponse::Builder RpcResponse::Response::Builder::initLoad() {
|
c@106
|
6399 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6400 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::LOAD);
|
cannam@218
|
6401 return ::capnp::_::PointerHelpers< ::piper::LoadResponse>::init(_builder.getPointerField(
|
cannam@218
|
6402 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6403 }
|
c@106
|
6404 inline void RpcResponse::Response::Builder::adoptLoad(
|
c@106
|
6405 ::capnp::Orphan< ::piper::LoadResponse>&& value) {
|
c@106
|
6406 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6407 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::LOAD);
|
cannam@218
|
6408 ::capnp::_::PointerHelpers< ::piper::LoadResponse>::adopt(_builder.getPointerField(
|
cannam@218
|
6409 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6410 }
|
c@106
|
6411 inline ::capnp::Orphan< ::piper::LoadResponse> RpcResponse::Response::Builder::disownLoad() {
|
c@106
|
6412 KJ_IREQUIRE((which() == RpcResponse::Response::LOAD),
|
c@106
|
6413 "Must check which() before get()ing a union member.");
|
cannam@218
|
6414 return ::capnp::_::PointerHelpers< ::piper::LoadResponse>::disown(_builder.getPointerField(
|
cannam@218
|
6415 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6416 }
|
c@106
|
6417
|
c@106
|
6418 inline bool RpcResponse::Response::Reader::isConfigure() const {
|
c@106
|
6419 return which() == RpcResponse::Response::CONFIGURE;
|
c@106
|
6420 }
|
c@106
|
6421 inline bool RpcResponse::Response::Builder::isConfigure() {
|
c@106
|
6422 return which() == RpcResponse::Response::CONFIGURE;
|
c@106
|
6423 }
|
c@106
|
6424 inline bool RpcResponse::Response::Reader::hasConfigure() const {
|
c@106
|
6425 if (which() != RpcResponse::Response::CONFIGURE) return false;
|
cannam@218
|
6426 return !_reader.getPointerField(
|
cannam@218
|
6427 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6428 }
|
c@106
|
6429 inline bool RpcResponse::Response::Builder::hasConfigure() {
|
c@106
|
6430 if (which() != RpcResponse::Response::CONFIGURE) return false;
|
cannam@218
|
6431 return !_builder.getPointerField(
|
cannam@218
|
6432 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6433 }
|
c@106
|
6434 inline ::piper::ConfigurationResponse::Reader RpcResponse::Response::Reader::getConfigure() const {
|
c@106
|
6435 KJ_IREQUIRE((which() == RpcResponse::Response::CONFIGURE),
|
c@106
|
6436 "Must check which() before get()ing a union member.");
|
cannam@218
|
6437 return ::capnp::_::PointerHelpers< ::piper::ConfigurationResponse>::get(_reader.getPointerField(
|
cannam@218
|
6438 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6439 }
|
c@106
|
6440 inline ::piper::ConfigurationResponse::Builder RpcResponse::Response::Builder::getConfigure() {
|
c@106
|
6441 KJ_IREQUIRE((which() == RpcResponse::Response::CONFIGURE),
|
c@106
|
6442 "Must check which() before get()ing a union member.");
|
cannam@218
|
6443 return ::capnp::_::PointerHelpers< ::piper::ConfigurationResponse>::get(_builder.getPointerField(
|
cannam@218
|
6444 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6445 }
|
c@106
|
6446 inline void RpcResponse::Response::Builder::setConfigure( ::piper::ConfigurationResponse::Reader value) {
|
c@106
|
6447 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6448 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::CONFIGURE);
|
cannam@218
|
6449 ::capnp::_::PointerHelpers< ::piper::ConfigurationResponse>::set(_builder.getPointerField(
|
cannam@218
|
6450 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
6451 }
|
c@106
|
6452 inline ::piper::ConfigurationResponse::Builder RpcResponse::Response::Builder::initConfigure() {
|
c@106
|
6453 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6454 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::CONFIGURE);
|
cannam@218
|
6455 return ::capnp::_::PointerHelpers< ::piper::ConfigurationResponse>::init(_builder.getPointerField(
|
cannam@218
|
6456 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6457 }
|
c@106
|
6458 inline void RpcResponse::Response::Builder::adoptConfigure(
|
c@106
|
6459 ::capnp::Orphan< ::piper::ConfigurationResponse>&& value) {
|
c@106
|
6460 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6461 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::CONFIGURE);
|
cannam@218
|
6462 ::capnp::_::PointerHelpers< ::piper::ConfigurationResponse>::adopt(_builder.getPointerField(
|
cannam@218
|
6463 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6464 }
|
c@106
|
6465 inline ::capnp::Orphan< ::piper::ConfigurationResponse> RpcResponse::Response::Builder::disownConfigure() {
|
c@106
|
6466 KJ_IREQUIRE((which() == RpcResponse::Response::CONFIGURE),
|
c@106
|
6467 "Must check which() before get()ing a union member.");
|
cannam@218
|
6468 return ::capnp::_::PointerHelpers< ::piper::ConfigurationResponse>::disown(_builder.getPointerField(
|
cannam@218
|
6469 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6470 }
|
c@106
|
6471
|
c@106
|
6472 inline bool RpcResponse::Response::Reader::isProcess() const {
|
c@106
|
6473 return which() == RpcResponse::Response::PROCESS;
|
c@106
|
6474 }
|
c@106
|
6475 inline bool RpcResponse::Response::Builder::isProcess() {
|
c@106
|
6476 return which() == RpcResponse::Response::PROCESS;
|
c@106
|
6477 }
|
c@106
|
6478 inline bool RpcResponse::Response::Reader::hasProcess() const {
|
c@106
|
6479 if (which() != RpcResponse::Response::PROCESS) return false;
|
cannam@218
|
6480 return !_reader.getPointerField(
|
cannam@218
|
6481 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6482 }
|
c@106
|
6483 inline bool RpcResponse::Response::Builder::hasProcess() {
|
c@106
|
6484 if (which() != RpcResponse::Response::PROCESS) return false;
|
cannam@218
|
6485 return !_builder.getPointerField(
|
cannam@218
|
6486 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6487 }
|
c@106
|
6488 inline ::piper::ProcessResponse::Reader RpcResponse::Response::Reader::getProcess() const {
|
c@106
|
6489 KJ_IREQUIRE((which() == RpcResponse::Response::PROCESS),
|
c@106
|
6490 "Must check which() before get()ing a union member.");
|
cannam@218
|
6491 return ::capnp::_::PointerHelpers< ::piper::ProcessResponse>::get(_reader.getPointerField(
|
cannam@218
|
6492 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6493 }
|
c@106
|
6494 inline ::piper::ProcessResponse::Builder RpcResponse::Response::Builder::getProcess() {
|
c@106
|
6495 KJ_IREQUIRE((which() == RpcResponse::Response::PROCESS),
|
c@106
|
6496 "Must check which() before get()ing a union member.");
|
cannam@218
|
6497 return ::capnp::_::PointerHelpers< ::piper::ProcessResponse>::get(_builder.getPointerField(
|
cannam@218
|
6498 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6499 }
|
c@106
|
6500 inline void RpcResponse::Response::Builder::setProcess( ::piper::ProcessResponse::Reader value) {
|
c@106
|
6501 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6502 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::PROCESS);
|
cannam@218
|
6503 ::capnp::_::PointerHelpers< ::piper::ProcessResponse>::set(_builder.getPointerField(
|
cannam@218
|
6504 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
6505 }
|
c@106
|
6506 inline ::piper::ProcessResponse::Builder RpcResponse::Response::Builder::initProcess() {
|
c@106
|
6507 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6508 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::PROCESS);
|
cannam@218
|
6509 return ::capnp::_::PointerHelpers< ::piper::ProcessResponse>::init(_builder.getPointerField(
|
cannam@218
|
6510 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6511 }
|
c@106
|
6512 inline void RpcResponse::Response::Builder::adoptProcess(
|
c@106
|
6513 ::capnp::Orphan< ::piper::ProcessResponse>&& value) {
|
c@106
|
6514 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6515 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::PROCESS);
|
cannam@218
|
6516 ::capnp::_::PointerHelpers< ::piper::ProcessResponse>::adopt(_builder.getPointerField(
|
cannam@218
|
6517 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6518 }
|
c@106
|
6519 inline ::capnp::Orphan< ::piper::ProcessResponse> RpcResponse::Response::Builder::disownProcess() {
|
c@106
|
6520 KJ_IREQUIRE((which() == RpcResponse::Response::PROCESS),
|
c@106
|
6521 "Must check which() before get()ing a union member.");
|
cannam@218
|
6522 return ::capnp::_::PointerHelpers< ::piper::ProcessResponse>::disown(_builder.getPointerField(
|
cannam@218
|
6523 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6524 }
|
c@106
|
6525
|
c@106
|
6526 inline bool RpcResponse::Response::Reader::isFinish() const {
|
c@106
|
6527 return which() == RpcResponse::Response::FINISH;
|
c@106
|
6528 }
|
c@106
|
6529 inline bool RpcResponse::Response::Builder::isFinish() {
|
c@106
|
6530 return which() == RpcResponse::Response::FINISH;
|
c@106
|
6531 }
|
c@106
|
6532 inline bool RpcResponse::Response::Reader::hasFinish() const {
|
c@106
|
6533 if (which() != RpcResponse::Response::FINISH) return false;
|
cannam@218
|
6534 return !_reader.getPointerField(
|
cannam@218
|
6535 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6536 }
|
c@106
|
6537 inline bool RpcResponse::Response::Builder::hasFinish() {
|
c@106
|
6538 if (which() != RpcResponse::Response::FINISH) return false;
|
cannam@218
|
6539 return !_builder.getPointerField(
|
cannam@218
|
6540 ::capnp::bounded<1>() * ::capnp::POINTERS).isNull();
|
c@106
|
6541 }
|
c@106
|
6542 inline ::piper::FinishResponse::Reader RpcResponse::Response::Reader::getFinish() const {
|
c@106
|
6543 KJ_IREQUIRE((which() == RpcResponse::Response::FINISH),
|
c@106
|
6544 "Must check which() before get()ing a union member.");
|
cannam@218
|
6545 return ::capnp::_::PointerHelpers< ::piper::FinishResponse>::get(_reader.getPointerField(
|
cannam@218
|
6546 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6547 }
|
c@106
|
6548 inline ::piper::FinishResponse::Builder RpcResponse::Response::Builder::getFinish() {
|
c@106
|
6549 KJ_IREQUIRE((which() == RpcResponse::Response::FINISH),
|
c@106
|
6550 "Must check which() before get()ing a union member.");
|
cannam@218
|
6551 return ::capnp::_::PointerHelpers< ::piper::FinishResponse>::get(_builder.getPointerField(
|
cannam@218
|
6552 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6553 }
|
c@106
|
6554 inline void RpcResponse::Response::Builder::setFinish( ::piper::FinishResponse::Reader value) {
|
c@106
|
6555 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6556 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::FINISH);
|
cannam@218
|
6557 ::capnp::_::PointerHelpers< ::piper::FinishResponse>::set(_builder.getPointerField(
|
cannam@218
|
6558 ::capnp::bounded<1>() * ::capnp::POINTERS), value);
|
c@106
|
6559 }
|
c@106
|
6560 inline ::piper::FinishResponse::Builder RpcResponse::Response::Builder::initFinish() {
|
c@106
|
6561 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6562 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::FINISH);
|
cannam@218
|
6563 return ::capnp::_::PointerHelpers< ::piper::FinishResponse>::init(_builder.getPointerField(
|
cannam@218
|
6564 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6565 }
|
c@106
|
6566 inline void RpcResponse::Response::Builder::adoptFinish(
|
c@106
|
6567 ::capnp::Orphan< ::piper::FinishResponse>&& value) {
|
c@106
|
6568 _builder.setDataField<RpcResponse::Response::Which>(
|
cannam@218
|
6569 ::capnp::bounded<3>() * ::capnp::ELEMENTS, RpcResponse::Response::FINISH);
|
cannam@218
|
6570 ::capnp::_::PointerHelpers< ::piper::FinishResponse>::adopt(_builder.getPointerField(
|
cannam@218
|
6571 ::capnp::bounded<1>() * ::capnp::POINTERS), kj::mv(value));
|
c@106
|
6572 }
|
c@106
|
6573 inline ::capnp::Orphan< ::piper::FinishResponse> RpcResponse::Response::Builder::disownFinish() {
|
c@106
|
6574 KJ_IREQUIRE((which() == RpcResponse::Response::FINISH),
|
c@106
|
6575 "Must check which() before get()ing a union member.");
|
cannam@218
|
6576 return ::capnp::_::PointerHelpers< ::piper::FinishResponse>::disown(_builder.getPointerField(
|
cannam@218
|
6577 ::capnp::bounded<1>() * ::capnp::POINTERS));
|
c@106
|
6578 }
|
c@106
|
6579
|
c@106
|
6580 } // namespace
|
c@106
|
6581
|
c@106
|
6582 #endif // CAPNP_INCLUDED_c4b1c6c44c999206_
|