forked from modelica/fmi-standard
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use inheritance for TypeDefinitions and Unknowns (modelica#591)
1 parent
eb64fb3
commit c805050
Showing
12 changed files
with
242 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<fmiModelDescription fmiVersion="3.0-alpha" modelName="VariableTypes" instantiationToken=""> | ||
|
||
<CoSimulation modelIdentifier="VariableTypes"/> | ||
|
||
<ModelVariables> | ||
<Float32 name="Float32" valueReference="1" start="-INF -3.402823e+38 -1.175494e-38 NaN 1.175494e-38 3.402823e+38 INF"> | ||
<Dimension start="7"/> | ||
</Float32> | ||
<Float64 name="Float64" valueReference="2" start="-INF -1.79769e+308 -2.22507e-308 NaN 2.22507e-308 1.79769e+308 INF"> | ||
<Dimension start="7"/> | ||
</Float64> | ||
<Int8 name="Int8" valueReference="3" start="-128 127"> | ||
<Dimension start="2"/> | ||
</Int8> | ||
<UInt8 name="UInt8" valueReference="4" start="0 255"> | ||
<Dimension start="2"/> | ||
</UInt8> | ||
<Int16 name="Int16" valueReference="5" start="-32768 32767"> | ||
<Dimension start="2"/> | ||
</Int16> | ||
<UInt16 name="UInt16" valueReference="6" start="0 65535"> | ||
<Dimension start="2"/> | ||
</UInt16> | ||
<Int32 name="Int32" valueReference="7" start="-2147483648 2147483647"> | ||
<Dimension start="2"/> | ||
</Int32> | ||
<UInt32 name="UInt32" valueReference="8" start="0 4294967295"> | ||
<Dimension start="2"/> | ||
</UInt32> | ||
<Int64 name="Int64" valueReference="9" start="-9223372036854775808 9223372036854775807"> | ||
<Dimension start="2"/> | ||
</Int64> | ||
<UInt64 name="UInt64" valueReference="10" start="0 18446744073709551615"> | ||
<Dimension start="2"/> | ||
</UInt64> | ||
<Boolean name="Boolean" valueReference="11" start="true false 1 0"> | ||
<Dimension start="2"/> | ||
<Dimension start="2"/> | ||
</Boolean> | ||
<String name="String" valueReference="12"> | ||
<Dimension start="2"/> | ||
<Start value="foo"/> | ||
<Start value="bar"/> | ||
</String> | ||
<Binary name="Binary" valueReference="13" maxSize="28" start="3c3f 686572"> | ||
<Dimension start="2"/> | ||
</Binary> | ||
</ModelVariables> | ||
|
||
<ModelStructure/> | ||
|
||
</fmiModelDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters