blob: 77de993c57cb5ec151f195c9934c279e73e597cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
within InterProcessCommunication.Examples;
package InterProcessExamples
extends Modelica.Icons.ExamplesPackage;
annotation (Documentation(info= "<html>
<p>
<b>Inter Process Communication Library V1.0</b><br /><br />
This package contains example models for inter process and intersystem communication. For User's guide to those models and necessary setups refer to <a href=\"modelica://InterProcessCommunication.info.Tutorial\"> Tutorial</a>
</p>
<p>
<b>License:</b> GNU GPL 2017<br />
This is a free program, and you are welcome to modify and redistribute it. This program comes with ABSOLUTELY NO WARRANTY.<br /><br />
<b>Credits:</b> ModeliCon Infotech Team <br />Ankur Gajjar <br />Shubham Patne <br />Jal Panchal <br />Ritesh Sharma <br />Pavan P <br />
</p>
</html>"));
end InterProcessExamples;
|