summaryrefslogtreecommitdiff
path: root/src/app/prototest/capnp_c_bench.capnp
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-21 08:29:03 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-21 08:29:03 +0100
commit9bdf87a6ee56b893483e56854d6f66899c82b73d (patch)
tree68733dbb0697f3f9a77f28c33d83e53d2405407b /src/app/prototest/capnp_c_bench.capnp
parent5846344fab742ef97c4c0e22e530afab5a6aa219 (diff)
capnp_c list test
Diffstat (limited to 'src/app/prototest/capnp_c_bench.capnp')
-rw-r--r--src/app/prototest/capnp_c_bench.capnp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/app/prototest/capnp_c_bench.capnp b/src/app/prototest/capnp_c_bench.capnp
new file mode 100644
index 0000000..54e0252
--- /dev/null
+++ b/src/app/prototest/capnp_c_bench.capnp
@@ -0,0 +1,17 @@
+@0xad5b236043de2389;
+
+struct Benchmark {
+# data @0 :List(Float64);
+# nesting @1 :Nesting;
+ sensor @0 :Text;
+ time @1 :Int64;
+
+# struct Nesting {
+# foo @0 :Foo;
+#
+# struct Foo {
+# hurr @0 :Text;
+# qwop @1 :Int64;
+# }
+# }
+}