This repository contains scripts allowing to generate C++ code from the State Machine diagram (represented by graphml file) and vice versa.
python graphmltoqm state_machine_file_name.graphml
will generate all cpp/h files in the same folder as state_machine_file_name.graphml
file.