Skip to content

Commit

Permalink
Merge pull request #15 from OpenSimulationInterface/release/v0.2.1
Browse files Browse the repository at this point in the history
Release/v0.2.1
  • Loading branch information
jdsika authored Apr 10, 2017
2 parents f0d0fc3 + 0f8dbb2 commit c9a8b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document specifies the ways in which sensor models using the
[Open Simulation Interface][] are to be packaged for use in simulation
environments using FMI 2.0.

This is version 0.2.0 Draft of this document. The version number is
This is version 0.2.1 Draft of this document. The version number is
to be interpreted according to the [Semantic Versioning Specification
(SemVer) 2.0.0][SemVer2.0.0].

Expand Down Expand Up @@ -38,7 +38,7 @@ The following basic conventions apply:
into the `VendorAnnotations` element of the `modelDescription.xml`:

```XML
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="0.2.0" osi-version="2.0.0"/></Tool>
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="0.2.1" osi-version="2.2.0"/></Tool>
```

where osi-version MUST contain the major, minor and patch
Expand Down Expand Up @@ -221,7 +221,7 @@ model FMU with one input and output and no additional features:
canNotUseMemoryManagementFunctions="true"/>
<DefaultExperiment startTime="0.0" stepSize="0.020"/>
<VendorAnnotations>
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="0.1"/></Tool>
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="0.2.1" osi-version="2.2.0"/></Tool>
</VendorAnnotations>
<ModelVariables>
<ScalarVariable name="OSMPSensorDataIn.base.lo" valueReference="0" causality="input" variability="discrete">
Expand Down

0 comments on commit c9a8b65

Please sign in to comment.