comparison Resources/CodeGeneration/test_data/test1.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 8e7e151ef472
children fc17251477d6
comparison
equal deleted inserted replaced
491:8e7e151ef472 493:6fbf2eae7c88
15 struct A: 15 struct A:
16 someStrings: vector<string> 16 someStrings: vector<string>
17 someInts2: vector<int32> 17 someInts2: vector<int32>
18 movies: vector<MovieType> 18 movies: vector<MovieType>
19 19
20 struct Message1:
21 a: int32
22 b: string
23 c: EnumMonth0
24 d: bool
25
26 struct Message2:
27 toto: string
28 tata: vector<Message1>
29 tutu: vector<string>
30 titi: map<string, string>
31 lulu: map<string, Message1>
32
20 enum MovieType: 33 enum MovieType:
21 - RomCom 34 - RomCom
22 - Horror 35 - Horror
23 - ScienceFiction 36 - ScienceFiction
24 - Vegetables 37 - Vegetables