Skip to content

Commit d976e2b

Browse files
committed
Merge pull request #14 from tobolar/master
Updated for MSL 3.2.2 and changed icons
2 parents 0983145 + ce9bcb4 commit d976e2b

22 files changed

+128
-230
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ This library also contains a proposal for a naming convention covering the whole
1414

1515
## Current release
1616

17-
Download [VehicleInterfaces v1.2.3 (2015-09-09)](../../releases/tag/v1.2.3)
17+
Download [VehicleInterfaces v1.2.4 (2016-03-02)](../../releases/tag/v1.2.4)
1818

1919
#### Release notes
20+
* [Version v1.2.4 (2016-03-02)](../../releases/tag/v1.2.4)
21+
* This version is backwards compatible to versions 1.1.x and 1.2.x
22+
* Typos in the documentation fixed.
23+
* FillPattern graphical annotations corrected in a variety of Icons.
24+
* Icon `VehicleInterfaces.Icons.VariantLibrary` marked as obsolete and no more used. Using `Modelica.Icons.VariantsPackage` instead.
25+
* Copyright upgraded in `VehicleInterfaces.UsersGuide.License`.
2026
* [Version v1.2.3 (2015-09-09)](../../releases/tag/v1.2.3)
2127
* This version is backwards compatible to versions 1.1.x and 1.2.x
2228
* #3: Typos in the documentation fixed.

VehicleInterfaces/Accessories.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within VehicleInterfaces;
22
package Accessories "Collection of accessory subsystem definitions"
3-
extends VehicleInterfaces.Icons.VariantLibrary;
3+
extends Modelica.Icons.VariantsPackage;
44

55
class Tutorial "Accessories Tutorial"
66
extends Modelica.Icons.Information;

VehicleInterfaces/Atmospheres.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within VehicleInterfaces;
22
package Atmospheres "Collection of atmosphere subsystem definitions"
3-
extends VehicleInterfaces.Icons.VariantLibrary;
3+
extends Modelica.Icons.VariantsPackage;
44

55
class Tutorial "Atmosphere Tutorial"
66
extends Modelica.Icons.Information;

VehicleInterfaces/Brakes.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within VehicleInterfaces;
22
package Brakes "Collection of brakes subsystem definitions"
3-
extends VehicleInterfaces.Icons.VariantLibrary;
3+
extends Modelica.Icons.VariantsPackage;
44

55
class Tutorial "Brakes Tutorial"
66
extends Modelica.Icons.Information;

VehicleInterfaces/Chassis.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within VehicleInterfaces;
22
package Chassis "Collection of chassis subsystem definitions"
3-
extends VehicleInterfaces.Icons.VariantLibrary;
3+
extends Modelica.Icons.VariantsPackage;
44

55
class Tutorial "Chassis Tutorial"
66
extends Modelica.Icons.Information;

VehicleInterfaces/Controllers.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within VehicleInterfaces;
22
package Controllers "Collection of controllers subsystem definitions"
3-
extends VehicleInterfaces.Icons.VariantLibrary;
3+
extends Modelica.Icons.VariantsPackage;
44

55
class Tutorial "Controllers Tutorial"
66
extends Modelica.Icons.Information;

VehicleInterfaces/DataDictionaries.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within VehicleInterfaces;
22
package DataDictionaries "Collection of data dictionary definitions"
3-
extends VehicleInterfaces.Icons.VariantLibrary;
3+
extends Modelica.Icons.VariantsPackage;
44

55
class Tutorial "Data Dictionary Tutorial"
66
extends Modelica.Icons.Information;
@@ -95,7 +95,7 @@ Empty data dictionary model. Using this empty model in overall vehicle architect
9595
index=-1,
9696
extent={{-6,3},{-6,3}}));
9797
annotation (
98-
Documentation(info="<html>
98+
Documentation(info="<html>
9999
<p>A simple data dictionary example that creates a new signal called <b>v_veh</b> within the <b>chassisBus</b> sub-bus of the control bus.</p>
100100
</html>"));
101101
end MinimalExample;

VehicleInterfaces/Drivelines.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within VehicleInterfaces;
22
package Drivelines "Collection of drivelines subsystem definitions"
3-
extends VehicleInterfaces.Icons.VariantLibrary;
3+
extends Modelica.Icons.VariantsPackage;
44

55
class Tutorial "Driveline Tutorial"
66
extends Modelica.Icons.Information;

VehicleInterfaces/DriverEnvironments.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
within VehicleInterfaces;
22
package DriverEnvironments
33
"Collection of driver environment subsystem definitions"
4-
extends VehicleInterfaces.Icons.VariantLibrary;
4+
extends Modelica.Icons.VariantsPackage;
55

66
class Tutorial "Driver Environment Tutorial"
77
extends Modelica.Icons.Information;

VehicleInterfaces/Drivers.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within VehicleInterfaces;
22
package Drivers "Collection of driver subsystem definitions"
3-
extends VehicleInterfaces.Icons.VariantLibrary;
3+
extends Modelica.Icons.VariantsPackage;
44

55
class Tutorial "Drivers Tutorial"
66
extends Modelica.Icons.Information;
@@ -78,7 +78,7 @@ package Drivers "Collection of driver subsystem definitions"
7878
clutchPedal "Clutch pedal" annotation (Dialog);
7979
Integer gear
8080
"Selected gear for manual transmission (>0:forward gear, <0:rear gear)"
81-
annotation (Dialog);
81+
annotation (Dialog);
8282
Boolean clutchLocked "Clutch locked flag" annotation (Dialog);
8383

8484
annotation (Documentation(info="<html>

0 commit comments

Comments
 (0)