diff options
Diffstat (limited to 'src/app/prototest/main.cc')
-rw-r--r-- | src/app/prototest/main.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/prototest/main.cc b/src/app/prototest/main.cc index ee907ab..84322ac 100644 --- a/src/app/prototest/main.cc +++ b/src/app/prototest/main.cc @@ -123,6 +123,13 @@ kout << "}" << endl; //struct Benchmark_Nesting_Foo benchmark_nesting_foo; benchmark.time = ts + 1; + capn_text sensor_text; + sensor_text.len = 3; + sensor_text.str = "gps"; + sensor_text.seg = NULL; + + benchmark.sensor = sensor_text; + //benchmark.nesting = new_Benchmark_Nesting(cs); //benchmark_nesting.foo = new_Benchmark_Nesting_Foo(cs); |