comparison Resources/CodeGeneration/test_data/test1.yaml @ 494:fc17251477d6 bgo-commands-codegen

TS and CPP tests OK. Ongoing code for C++ program that reads list of serialized messages in N files. Requires conan
author bgo-osimis
date Sat, 23 Feb 2019 10:18:13 +0100
parents 6fbf2eae7c88
children 84af39146e76
comparison
equal deleted inserted replaced
493:6fbf2eae7c88 494:fc17251477d6
27 toto: string 27 toto: string
28 tata: vector<Message1> 28 tata: vector<Message1>
29 tutu: vector<string> 29 tutu: vector<string>
30 titi: map<string, string> 30 titi: map<string, string>
31 lulu: map<string, Message1> 31 lulu: map<string, Message1>
32 movieType: MovieType
32 33
33 enum MovieType: 34 enum MovieType:
34 - RomCom 35 - RomCom
35 - Horror 36 - Horror
36 - ScienceFiction 37 - ScienceFiction
37 - Vegetables 38 - Vegetables
38 39
39 enum CrispType: 40 enum CrispType:
40 - SaltAndPepper 41 - SaltAndPepper
41 - CreamAndChives 42 - CreamAndChives
42 - Paprika 43 - Paprika
43 - Barbecue 44 - Barbecue
45
46 enum EnumMonth0:
47 - January
48 - February
49 - March