summaryrefslogtreecommitdiff
path: root/src/app/prototest/capnp_c_bench.capnp
blob: 54e0252e2a040a8885e720a313211e624a3307eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
#		}
#	}
}