----------------- CODE GENERATION ----------------- This project shows how to use the Ocarina code generator. It contains two variants of the same very basic AADL model. One of them is configured for using the Ada code generator and the other one is for C. Note that the applicative source code is located inside the project directory whereas the generated code is generated in the temporary area by default. It may be required to either change the Source_Text properties, the directory target for the code generator or copy files in the appropriate area before compiling the merged source code. To try C code generation, select the "rma_c.aadl" file in the projects browser and click on the "C" button under the "Code Generation" tab. To try Ada code generation, select the "rma_ada.aadl" file in the projects browser and click on the "Ada" button under the "Code Generation" tab. To access generated code, use the menu ?/Open code dir