Changeset 1027
- Timestamp:
- 02/05/2008 09:07:24 AM (11 months ago)
- Files:
-
- 1 modified
-
Modelica/trunk/ObsoleteModelica3.mo (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Modelica/trunk/ObsoleteModelica3.mo
r1026 r1027 57 57 "Library of connectors and partial models for input/output blocks" 58 58 connector RealSignal = Real "Real port (both input/output possible)" 59 annotation (Documentation(info="<html> 59 annotation (__Dymola_obsolete="Connector is not valid according to Modelica 3, since input/output prefixes are missing. When using this connector, it is not possible to check for balanced models.", 60 Documentation(info="<html> 60 61 <p> 61 62 Connector with one signal of type Real (no icon, no input/output prefix). … … 64 65 connector BooleanSignal = Boolean 65 66 "Boolean port (both input/output possible)" 66 annotation (Documentation(info="<html> 67 annotation (__Dymola_obsolete="Connector is not valid according to Modelica 3, since input/output prefixes are missing. When using this connector, it is not possible to check for balanced models.", 68 Documentation(info="<html> 67 69 <p> 68 70 Connector with one signal of type Boolean (no icon, no input/output prefix). … … 71 73 connector IntegerSignal = Integer 72 74 "Integer port (both input/output possible)" 73 annotation (Documentation(info="<html> 75 annotation (__Dymola_obsolete="Connector is not valid according to Modelica 3, since input/output prefixes are missing. When using this connector, it is not possible to check for balanced models.", 76 Documentation(info="<html> 74 77 <p> 75 78 Connector with one signal of type Icon (no icon, no input/output prefix).
