diff options
Diffstat (limited to 'src/app/prototest/capnp_c_bench.capnp')
-rw-r--r-- | src/app/prototest/capnp_c_bench.capnp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/app/prototest/capnp_c_bench.capnp b/src/app/prototest/capnp_c_bench.capnp index 54e0252..b6d5ba3 100644 --- a/src/app/prototest/capnp_c_bench.capnp +++ b/src/app/prototest/capnp_c_bench.capnp @@ -1,17 +1,17 @@ @0xad5b236043de2389; struct Benchmark { -# data @0 :List(Float64); -# nesting @1 :Nesting; - sensor @0 :Text; - time @1 :Int64; + data @0 :List(Float64); + nesting @1 :Nesting; + sensor @2 :Text; + time @3 :Int64; -# struct Nesting { -# foo @0 :Foo; -# -# struct Foo { -# hurr @0 :Text; -# qwop @1 :Int64; -# } -# } + struct Nesting { + foo @0 :Foo; + + struct Foo { + hurr @0 :Text; + qwop @1 :Int64; + } + } } |