releaseNoteStood:: Stood4-3-0-Dec-2002.txt

File Stood4-3-0-Dec-2002.txt, 1.6 KB (added by alan, 15 years ago)
Line 
1------------------------------
2| Release note December 2002 |
3----------------------------------
4STOOD 4.3.0 (Windows) 18.12.2002
5STOOD 4.3.1 (Unix) 18.12.2002
6-----------------------------------
7
8
9Changes since last ftp distribution:
10v 4.2.306 (Windows) and v 4.2.307 (Unix), 6 September 2002
11
12
131 New feature: code generator for AADL v0.6
14----------------------------------------------
15
16AADL is the Avionics Architecture Description Language which is being
17standardized by the SAE.
18AADL is managed as a new target language supported by Stood, and this implies
19a few modifications in the configuration of the tool:
20- DataBase file: new aadl generator sections and an "aadl text editor"
21- code_extractors directory: new "aadl" subdirectory
22note that an aadl reverse engineering feature will be also provided soon.
23
242 Enumeration Types
25---------------------
26
27Enumeration types may now be described at design level.
28Ada and C code generators can manage this information to build the appropriate
29source code statements.
30Enumeration elements are now also recognized by the cross-reference analyser
31
323 New version of the reverse engineering tools for Ada and C
33--------------------------------------------------------------
34
35When using the menus "create from... ada" and "create from... c", Stood scans
36all the relevant source files found in the same directory as the selected file.
37When no obvious hierarchy may be detected, the selected file becomes the root
38module of the hierarchy, and all the other files become its children.
39A problem with .h dependencies as been fixed in the c reverse engineering tool.
40
41
42
43
44
45