Bug on some eds including StandardDataTypes section fixed
authorlbessard
Fri, 05 Oct 2007 17:58:04 +0200
changeset 305 db803c81f19f
parent 304 32d93e0c6e64
child 306 3586cfa84705
Bug on some eds including StandardDataTypes section fixed
objdictgen/eds_utils.py
--- a/objdictgen/eds_utils.py	Tue Oct 02 17:59:16 2007 +0200
+++ b/objdictgen/eds_utils.py	Fri Oct 05 17:58:04 2007 +0200
@@ -109,7 +109,8 @@
 # List of section names that are not index and subindex and that we can meet in
 # an EDS file
 SECTION_KEYNAMES = ["FILEINFO", "DEVICEINFO", "DUMMYUSAGE", "COMMENTS", 
-                    "MANDATORYOBJECTS", "OPTIONALOBJECTS", "MANUFACTUREROBJECTS"]
+                    "MANDATORYOBJECTS", "OPTIONALOBJECTS", "MANUFACTUREROBJECTS",
+                    "STANDARDDATATYPES"]
 
 
 # Function that extract sections from a file and returns a dictionary of the informations