Overview
CppModel Framework
The CppModel framework is a comprehensive solution designed for C/C++ projects. It consists of two main components: a library package and a Workspace user interface accessible at https://workspace.cppmodel.com. Together, these components enable the creation of simulations for C/C++ code, visualized as interactive scatter plots. The framework supports collaborative testing by allowing multiple developers to run simulations on different versions of the same code simultaneously. The latest simulation results are accessible to all team members, fostering transparency and collaboration. Additionally, the user interface enables pre-setting parameters for simulations, enhancing teamwork with test engineers and project managers.
Library
The library, a core part of the framework, is compiled for multiple platforms and can be integrated into existing projects to provide a visual representation of code logic. It synchronizes results with the user interface, where they can be analyzed and reviewed. The library includes a built-in verification mechanism that operates on multiple levels. For example:
- If a simulation result is set, it can report the overall success or failure of the simulation.
- If results are set during each cycle, they can later be reviewed alongside the simulation data.
This functionality ensures precise tracking and validation of simulation outcomes.
User Interface
The user interface provides a centralized platform for visualizing simulation results. Once a simulation is run, its results are synchronized with the interface and displayed as scatter plots of inputs and outputs over time. If verification logic is applied, additional graphs highlight the success or failure of each execution step, pinpointing the exact moment of any failure. The entry point for the user interface is the https://workspace.cppmodel.com website. All data is securely stored on a private cloud service dedicated to each customer, ensuring data privacy and security.