summaryrefslogtreecommitdiff
path: root/InterProcessExamples/package.mo
diff options
context:
space:
mode:
authorSiddharth112352019-09-03 18:09:16 +0530
committerSiddharth112352019-09-03 18:09:16 +0530
commitb4b6aa36e3486a3544acc52419149b5671f841e9 (patch)
tree66c1783158f23e6d21c77324156fc57e18d4ac67 /InterProcessExamples/package.mo
parentf5266f634f4fb4fd39933a83551a01cf446256b8 (diff)
downloadOpenModelica_HIL-master.tar.gz
OpenModelica_HIL-master.tar.bz2
OpenModelica_HIL-master.zip
Pushing entire Modelica HIL Tasks repoHEADmaster
Diffstat (limited to 'InterProcessExamples/package.mo')
-rwxr-xr-xInterProcessExamples/package.mo16
1 files changed, 16 insertions, 0 deletions
diff --git a/InterProcessExamples/package.mo b/InterProcessExamples/package.mo
new file mode 100755
index 0000000..77de993
--- /dev/null
+++ b/InterProcessExamples/package.mo
@@ -0,0 +1,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; \ No newline at end of file