qtscxml

Create state machines from SCXML files with Qt framework

brewmacoslinux
Try with needOr install directly
Source

About

Provides functionality to create state machines from SCXML files

Commands

qscxmlc

Examples

Compile an SCXML file to generate C++ code$ qscxmlc mystateMachine.scxml -o mystateMachine.cpp
Generate header file from SCXML with custom class name$ qscxmlc -namespace MyApp mystateMachine.scxml
View help and available compiler options$ qscxmlc --help