Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export enumeration definition to ssp #1266

Merged
merged 4 commits into from
Oct 24, 2023
Merged

Conversation

arun3688
Copy link
Contributor

Related Issues

#1259

Purpose

This PR implements exporting enumeration definition to ssp according to SSP standard

example

<ssd:Enumerations>
  <ssc:Enumeration
    name="Modelica.Blocks.Types.LimiterHomotopy">
    <ssc:Item
      name="Linear"
      value="2" />
    <ssc:Item
      name="LowerLimit"
      value="4" />
    <ssc:Item
      name="NoHomotopy"
      value="1" />
    <ssc:Item
      name="UpperLimit"
      value="3" />
  </ssc:Enumeration>
</ssd:Enumerations>

@arun3688 arun3688 merged commit ffd0d88 into OpenModelica:master Oct 24, 2023
2 checks passed
@arun3688 arun3688 deleted the enumdef branch October 24, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant