Opened 10 years ago
Last modified 10 years ago
#2799 new defect
Missing enumeration type declaration in DAEXMLdump
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | *unknown* | Version: | trunk |
Keywords: | Cc: |
Description
I have an example where there is a enumeration type declared in a library:
a/b/c/d/e.mo:
type e = enumeration( f,g,h ) ...
And a DAEXML dump of a model that uses the constants:
a.b.c.d.e.f
a.b.c.d.e.g
but the XML file does not contain any information about the enumeration type declaration.
So, from the XML file itself, it is not possible to infer if a.b.c.d.e.f maps to 1 or 2 or
something else.
Note:
See TracTickets
for help on using tickets.
Yeah, we'd like to see this fixed, too.