Versions Compared

Key

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

...

Environments are used to provide default settings for project creation and launch. They are configured in the preferences (Window > Preferences > KIELER > Environments).

An Environment environment consists of

  1. a unique name, that does not contain a comma
  2. a related project wizard
  3. information about a main file for the project
  4. information about the target code KiCo should produce
  5. information for wrapper code generation
  6. a list of shell commands which should be run as part of a project launch

...

In the template file one can use special placeholders.

${model_name} will be replaced with the name of the model.

${inits} will be replaced with initialization code for components (<@init>...</@init> of a snippet definition). Initialization should occur before the tick loop of the model file.

...