Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

The wrapper code snippets origin is used to initialize the wrapper code snippet directory of a newly created project.

...

The paths for main file origin accept an absolute file path as well as an URL with the platform protocol of Eclipse. An URL for the field has the form plaftorm:/plugin/mya.plugin.name/folder/in/the/plugin/file.txt

The snippets directory works analog. It accepts an absolute directory path as well as an URL with the platform protocol which points to a directory. An URL for the field has the form plaftorm:/plugin/mya.plugin.name/folder/in/the/plugin/file.txt

Project Wizards with Prom

...