comparison Resources/CodeGeneration/test_data/test2.yaml @ 493:6fbf2eae7c88 bgo-commands-codegen

All unit tests pass for generation, including handler and dispatcher
author bgo-osimis
date Fri, 22 Feb 2019 10:48:43 +0100
parents
children
comparison
equal deleted inserted replaced
491:8e7e151ef472 493:6fbf2eae7c88
1 enum EnumMonth0:
2 - January
3 - February
4 - Month
5
6 struct Message1:
7 a: int32
8 b: string
9 c: EnumMonth0
10 d: bool
11
12 struct Message2:
13 toto: string
14 tata: vector<Message1>
15 tutu: vector<string>
16 titi: map<string, string>
17 lulu: map<string, Message1>