Changes between Initial Version and Version 1 of aadlparser/isCompTypeComment


Ignore:
Timestamp:
04/12/17 15:38:14 (7 years ago)
Author:
pdissaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aadlparser/isCompTypeComment

    v1 v1  
     1
     2'''isCompTypeComment/5'''
     3
     4 * 'NIL'|package_name
     5 * 'NIL'|'PUBLIC'|'PRIVATE'
     6 * (component type) identifier
     7 * comment
     8 * line number (integer)
     9
     10notes:
     11
     12 * package_name is mandatory for AADL v2 (warning message 001)
     13 * NIL is not a valid value for scope (warning message 002)