Opened 10 years ago

Last modified 10 years ago

#2799 new defect

Missing enumeration type declaration in DAEXMLdump

Reported by: ashish.x.tiwari@… 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.

Change History (1)

comment:1 by Bill Janssen, 10 years ago

Yeah, we'd like to see this fixed, too.

Note: See TracTickets for help on using tickets.