This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.mo
46 lines (38 loc) · 2.1 KB
/
package.mo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
within ;
package RealTimeCoordinationLibrary "Components for defining clocks, time constraints, and invariants."
annotation (uses(Modelica(version="3.2.1"), Modelica_StateGraph2(version=
"2.0.2")),
preferredView="info",
version="1.0.4",
versionBuild=1,
versionDate="2013-04-04",
dateModified = "2012-04-04",
revisionId="$Id:: package.mo 1 2013-04-04 16:18:47Z #$",
Documentation(info="<html>
<head><title>
Realtime Coordination Library</title></head>
<body>
<p>
<b>RealTimeCoordinationLibrary</b> is a <b>free</b> Modelica package providing components to model <b>real-time</b>, <b>reactive</b>, <b>hybrid</b> and, <b>asynchronous communicating</b> systems in a convenient way with <b>statecharts</b>.
</p>
<p>For an introduction, have especially a look at: </p>
<p>
<ul>
<li><a href=\"modelica://RealTimeCoordinationLibrary.UsersGuide.Elements\">Elements</a> provide an overview of the library inside the User's Guide.</li>
<li><a href=\"modelica://RealTimeCoordinationLibrary.Examples\">Examples</a> provide simple introductory examples as well as involved application examples. </li>
</ul>
</p>
<p>For an application example have a look at: <a href=\"modelica://RealTimeCoordinationLibrary.Examples.Application.BeBotSystem\">BeBotSystem</a> </p>
<p><br/><b>Licensed under the Modelica License 2</b></p>
<p>
<i>This Modelica package is <u>free</u> software and the use is completely at <u>your own risk</u>; it can be redistributed and/or modified under the terms of the Modelica license 2, see the license conditions (including the disclaimer of warranty) <a href=\"modelica://RealTimeCoordinationLibrary.UsersGuide.ModelicaLicense2\">here</a> or at <a href=\"http://www.Modelica.org/licenses/ModelicaLicense2\">http://www.Modelica.org/licenses/ModelicaLicense2</a>.
</i>
</p>
</body>
</html>", revisions="<html>
<p>Name: RealTimeCoordinationLibrary</p>
<p>Path: RealTimeCoordinationLibrary</p>
<p>Version: 1.0.2, 2013-04-04, build 1 (2013-04-04)</p>
<p>Uses:Modelica (version="3.2.1"), Modelica_StateGraph2 (version="2.0.2")</p>
</html>"));
end RealTimeCoordinationLibrary;