-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Another question is where to place the annotations. Possibilities include
- the AADL files (interfaceview) of the components: Could even be supported in TASTE and would not require yet another file artifact, requires an AADL parser (but that might be needed in other projects anyway. Probably would require an own format. (see Annotation format / language #1 ) Obvious con: would bind annotation to esrocos/taste environment
- The manifest.xml: Would fixate Annotation format / language #1 on xml, would require manual entries in the file
- An own "transformations" file: Pro: independent of taste/esrocos or even autoproj and would allow for arbitray format. Con: Yet another file to manually add and edit