Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.18 KB

Repository for the scenario builder.

Functionality

This project represents a QT5 based Scenario Builder for the PFC MSDL_SISO-STD-007-2008_ based Scenario format.

Build Status

Platform Compiler Architecture Status
Windows msvc15 amd64 Windows msvc15 Build  Status
Linux gcc9 amd64 Linux-gcc9-amd64 Build Status

Folder structure

  • projects/ -- Sub Projects
    • Scenario_-- Builder/ The main UI
    • /cpp/ -- C++ Source
    • /qml/ -- QT5 QML Source
    • /unit_test/ google test based unit test
    • /xsd/ -- MSDL xsd and generate c++ source code
  • cmake/ -- Additional C++ Source code

Build instructions

Install XSD Code Synthesis Install QT5 Build Libraries Install CMake 3.12 or higher Create a Build Directory Run CMake from the build directory to generate your build files Build using the build tools selected in cmake