Open-MBEE / Comodo

COMODO2 is a Java tool that allows to transform a UML/SysML model into code for different software platforms.
26 stars 5 forks source link

Adding QPC-QM target to Comodo #4

Closed thomas-bc closed 3 years ago

thomas-bc commented 3 years ago

This PR adds a target platform for Comodo: QPC-QM This is a tool by Quantum Leaps that allows modeling and integrates with QPC.

This new target platform generates a QM file that opens in the Quantum Modeler. QM then uses that QM file to generate a C file that represents the State Machine. Other C files are also generated by Comodo, such as implementation of actions etc.. used in the State Machine C file.