Changes between Version 2 and Version 3 of aadlPrinter


Ignore:
Timestamp:
05/02/17 15:49:48 (7 years ago)
Author:
pdissaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aadlPrinter

    v2 v3  
    1212The following properties control the output filenames
    1313{{{
    14 isProperty('','',Item,'NIL','NIL','','LMP::Unparser_Output_Filename',Filename,'').
    15 with Item = 'NIL' | Package name | Property_Set_name
     14isProperty('','',Item,'NIL','NIL','NIL','LMP::Unparser_Output_Filename',Filename,'').
     15with Item = 'NIL' | Package name
     16and Filename: aadlstring
    1617}}}
    1718When Item is set to 'NIL' the overall AADL model is serialized in a single file;
    18 When Item is set to the name of a Package or a Property Set the corresponding statements are serialized in the specified file;
     19When Item is set to the name of a Package the corresponding statements are serialized in the specified file;
     20For Property Sets, a property constant definition must be used:
     21{{{
     22isPropertyConstant(Item,'LMP_Unparser_Output_Filename','AADLSTRING',Filename,'NIL','').
     23with Item = Property Set name
     24and Filename: aadlstring
     25}}}
    1926When no Output_Filename pragma is defined the overall model is serialized in the file specified by the REPORTFILE environment variable;
    2027When no output filename is defined the overall model is serialized on the standard output stream.