Given this is spitting out C++ code, it could be that the ideal way of using this is to write your state machines with this, then use the output in a more traditional setup.
https://dezyne.org/dezyne/manual/dezyne/dezyne.html#Formal-V...
It short words - you don't need to write unit tests and target code generates directly from the model
If you need a working example, you can find a simple Cmake/C++ implementation: https://forum.verum.com/t/automatic-lights-a-complex-system-...
If you are stubborn enough you can model even the smallest detail of logic in Dezyne and then use single lines of C++ hand-written code to manipulate IOs: https://bitbucket.org/j0ran/alarmsystem/src/alarmsystem-no-m...
codr7•8mo ago
sitkack•8mo ago
Sounds like plan! Sign me up.
karkob•8mo ago