This repository includes the following blueprint projects in the examples folder:
| Folder | Project description |
|---|---|
| bp-vss-vaf | This project demonstrates the combined usage of the VSS catalogue editing tool and the Application Framework. The scenario for this example is a simple speed hazard detection application. |
| bp-ifex-vaf | This project extends the previous blueprint by exchanging VSS with the Interface Exchange (IFEX) format for the representation of the signal catalogue. |
More projects to follow...
This repository supports documentation generation using the Eclipse S-CORE Docs-As-Code approach. For more information and guidance, visit the official docs-as-code site.
This repository provides a pre-configured development container Eclipse S-CORE DevContainer for a consistent and reproducible development environment. To use the dev container:
- Open the project in Visual Studio Code.
- Install the "Dev Containers" extension if not already installed.
- Reopen the workspace in the container when prompted.
The dev container automatically prepares the workspace, including CA bundle setup and system trust updates if configured. See .devcontainer/prepare_workspace.sh for details.