<
From version < 5.1 >
edited by aas2
on 2015/08/19 14:54
To version < 6.1 >
edited by aas2
on 2015/08/19 15:25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,17 +22,21 @@
22 22  
23 23  An Environment consists of
24 24  
25 -1. a unique name, that does not contain a comma
26 -1. a related project wizard
27 -1. data about a main file for the project
28 -1. information about the target KiCo should produce from models
29 -1. information for wrapper code generation
30 -1. a list of shell commands which should be run as part of a project launch
25 +1. a unique **name**, that does not contain a comma
26 +1. a **related project wizard**
27 +1. data about a **main file** for the project
28 +1. information about the **target language** KiCo should produce from models
29 +1. information for **wrapper code generation**
30 +1. a list of **shell commands** which should be run as part of a project launch
31 31  
32 -Besides the name, all of these are optional.
32 +Besides the name, all of these are optional, but can improve the workflow.
33 33  
34 34  The related project wizard is run as part of the Prom project wizard and takes care of the actual project creation.
35 35  
36 +A main file typically contains the entry point of the program on the target environment. Its wrapper code initializes and runs the model and sets inputs and outputs to the physical components of the target device. To ease the project setup and because wrapper code for a specific target platform is often similar, it is possible to define default content for the main file. Therefore the field **main file origin** can contain an absolute file path to a file with the default contents of a newly created main file for this Environment. Furthermore predefined wrapper code snippets can be injected as part of a project launch, which is described below.
37 +
38 +
39 +
36 36  == Project Wizards with Prom ==
37 37  
38 38  Todo
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -13762647
1 +13762650
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/13762647/Project Creation, Initialization and Launch (Prom)
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/13762650/Project Creation, Initialization and Launch (Prom)