https://github.com/janwilmans/dezynesamples
Simple examples of Dezyne models and their generated code
https://github.com/janwilmans/dezynesamples
dezyne model-driven
Last synced: about 1 year ago
JSON representation
Simple examples of Dezyne models and their generated code
- Host: GitHub
- URL: https://github.com/janwilmans/dezynesamples
- Owner: janwilmans
- License: mit
- Created: 2017-11-02T19:21:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T21:38:44.000Z (over 7 years ago)
- Last Synced: 2025-02-03T16:49:54.621Z (about 1 year ago)
- Topics: dezyne, model-driven
- Language: C++
- Size: 241 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DezyneSamples
Simple examples of Dezyne models and their generated code
# Continuous integration status
The status below indicates the status of building the DezyneSamples Alarm project that includes the following features:
## Configuration 1
- generate code for the c++-msvc11 target @ **version 2.7.2**
- generate a thread-safe shell for the AlarmSystem
- generate exception wrappers for the AlarmSystem using a combination of the -c calling_context feature and exception_wrapper.js
- compile with Visual Studio **2013** at warning level 4
## Configuration 2
- generate code for the c++-msvc11 target @ **development** (the latest un-released head version)
- generate a thread-safe shell for the AlarmSystem
- generate exception wrappers for the AlarmSystem using a combination of the -c calling_context feature and exception_wrapper.js
- compile with Visual Studio **2013** at warning level 4
## Configuration 3
- generate code for the **c++ (c++14)** target @ **development** (the latest un-released head version)
- generate a thread-safe shell for the AlarmSystem
- generate exception wrappers for the AlarmSystem using a combination of the -c calling_context feature and exception_wrapper.js
- compile with Visual Studio **2017** at warning level 4
## Overall build status
------------------
[](https://ci.appveyor.com/project/janwilmans/dezynesamples)
------------------
There should be a badge between the two lines.