Wiki source code of Project Creation, Initialization and Launch (Prom)
Version 3.1 by aas2 on 2015/08/19 14:27
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | = Prom - Project Management in KIELER = |
2 | |||
3 | **Topics** | ||
4 | |||
5 | |||
6 | |||
7 | {{toc minLevel="2"/}} | ||
8 | |||
9 | ---- | ||
10 | |||
11 | == Overview == | ||
12 | |||
13 | The KIELER Compiler (KiCo) can generate different code targets from models. For example it is possible to generate C and Java code from an SCT file. As a result KIELER has to integrate with existing development tools and practices for the C and Java world. In the context of embedded systems, the target device also varies heavily. | ||
14 | |||
![]() |
3.1 | 15 | Therefore the KIELER Project Management (Prom) has been developed. It eases the creation, compilation and deployment of projects, when using models that can be compiled via KiCo. Furthermore it eases the creation of wrapper code, which is used to initialize and run the model. To do so, there are mainly three components, //Project Wizards//, an Eclipse //Launch Configuration// and so called //Environments//, which will be introduces in the following. |
![]() |
1.1 | 16 | |
17 | ---- | ||
18 | |||
19 | == Prom Environments == | ||
20 | |||
21 | Todo | ||
22 | |||
23 | == Using Project Wizards with Prom == | ||
24 | |||
25 | Todo | ||
26 | |||
27 | == The KiCo Launch Configuration == | ||
28 | |||
29 | Todo | ||
![]() |
3.1 | 30 | |
31 | == Wrapper Code Generation == |