Orchestration Framework#

This documentation describes the Orchestration as declarative model to define cause-effect chains of actions

Overview#

This repository provides a standardized setup for projects using C++ or Rust and Bazel as a build system. It integrates best practices for build, test, CI/CD and documentation.

Requirements#

  • TODO add linkage once it works

Quick Start#

To build the module for host platform:

bazel build //src/...

To build the module for QNX8:

./scripts/build_qnx8.sh

To run component tests:

./scripts/run_component_tests.sh