mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
This example corresponds to the QM Tutorial at:
|
|
|
|
https://www.state-machine.com/qm/gs_tut.html
|
|
|
|
|
|
Specifically the files are as follows:
|
|
|
|
blinky.qm - the QM model for the Blinky active object
|
|
blinky.cpp - the generated code for the Blinky application
|
|
make.bat - the batch file for building Blinky on Windows
|
|
Makefile - the makefile to build Blinky on Linux
|