Changeset 1027

Show
Ignore:
Timestamp:
02/05/2008 09:07:24 AM (11 months ago)
Author:
otter
Message:

Added Dymola_obsolete annotation text to Blocks.Interfaces.RealSignal/IntegerSignal/BooleanSignal
in order that a warning message occurs when dragging one of these connectors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Modelica/trunk/ObsoleteModelica3.mo

    r1026 r1027  
    5757      "Library of connectors and partial models for input/output blocks" 
    5858    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> 
    6061<p> 
    6162Connector with one signal of type Real (no icon, no input/output prefix). 
     
    6465    connector BooleanSignal = Boolean 
    6566        "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> 
    6769<p> 
    6870Connector with one signal of type Boolean (no icon, no input/output prefix). 
     
    7173    connector IntegerSignal = Integer 
    7274        "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> 
    7477<p> 
    7578Connector with one signal of type Icon (no icon, no input/output prefix).