| 1 | package Blocks "Input/output block sublibrary"
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | extends Modelica.Icons.Library;
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | annotation (Documentation(info="<html>
|
|---|
| 8 | <p>
|
|---|
| 9 | Package <b>ModelicaAdditions.Blocks</b> contains
|
|---|
| 10 | input/output blocks:
|
|---|
| 11 | </p>
|
|---|
| 12 |
|
|---|
| 13 | <pre>
|
|---|
| 14 | <b>Continuous</b> Continuous control blocks
|
|---|
| 15 | <b>Discrete</b> Discrete control blocks
|
|---|
| 16 | <b>Logical</b> Components operating on Boolean signals
|
|---|
| 17 | <b>Multiplexer</b> Extract, combine and split signal connectors of type Real
|
|---|
| 18 | <b>Nonlinear</b> Fixed and varying delays.
|
|---|
| 19 | </pre>
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | <dl>
|
|---|
| 23 | <dt><b>Main Author:</b>
|
|---|
| 24 | <dd><a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a><br>
|
|---|
| 25 | Deutsches Zentrum für Luft und Raumfahrt e.V. (DLR)<br>
|
|---|
| 26 | Institut für Robotik und Mechatronik<br>
|
|---|
| 27 | Postfach 1116<br>
|
|---|
| 28 | D-82230 Wessling<br>
|
|---|
| 29 | Germany<br>
|
|---|
| 30 | email: <A HREF=\"mailto:Martin.Otter@dlr.de\">Martin.Otter@dlr.de</A><br>
|
|---|
| 31 | </dl>
|
|---|
| 32 | <br>
|
|---|
| 33 |
|
|---|
| 34 | <p><b>Release Notes:</b></p>
|
|---|
| 35 | <ul>
|
|---|
| 36 | <li><i>October 21, 2002</i>
|
|---|
| 37 | by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>
|
|---|
| 38 | and <a href=\"http://www.robotic.dlr.de/Christian.Schweiger/\">Christian Schweiger</a>:<br>
|
|---|
| 39 | Added new components. Changed some models to blocks.</li>
|
|---|
| 40 | <li><i>June 14, 2000</i>
|
|---|
| 41 | by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>:<br>
|
|---|
| 42 | Realized.</li>
|
|---|
| 43 | </ul>
|
|---|
| 44 | <br>
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 | <p><b>Copyright © 2000-2002, DLR.</b></p>
|
|---|
| 48 |
|
|---|
| 49 | <p><i>
|
|---|
| 50 | The ModelicaAdditions.Blocks package is <b>free</b> software;
|
|---|
| 51 | it can be redistributed and/or modified
|
|---|
| 52 | under the terms of the <b>Modelica license</b>, see the license conditions
|
|---|
| 53 | and the accompanying <b>disclaimer</b> in the documentation of package
|
|---|
| 54 | Modelica in file \"Modelica/package.mo\".
|
|---|
| 55 | </i></p>
|
|---|
| 56 |
|
|---|
| 57 | </HTML>
|
|---|
| 58 | "));
|
|---|
| 59 | end Blocks;
|
|---|