diff 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
line wrap: on
line diff
--- a/Resources/CodeGeneration/test_data/test1.yaml	Fri Feb 22 10:48:43 2019 +0100
+++ b/Resources/CodeGeneration/test_data/test1.yaml	Sat Feb 23 10:18:13 2019 +0100
@@ -29,6 +29,7 @@
   tutu: vector<string>
   titi: map<string, string>
   lulu: map<string, Message1>
+  movieType: MovieType
 
 enum MovieType:
   - RomCom
@@ -37,7 +38,12 @@
   - Vegetables
 
 enum CrispType:
- - SaltAndPepper
- - CreamAndChives
- - Paprika
- - Barbecue
+  - SaltAndPepper
+  - CreamAndChives
+  - Paprika
+  - Barbecue
+
+enum EnumMonth0:
+  - January
+  - February
+  - March