Download Latest Version smc-maven-plugin-7.6.0.jar (25.9 kB)
Email in envelope

Get an email when there's a new version of SMC - The State Machine Compiler

Name Modified Size InfoDownloads / Week
Parent folder
AppClass.m 2021-11-11 2.5 kB
main.m 2021-11-11 2.6 kB
README.txt 2021-11-11 523 Bytes
AppClass.h 2021-11-11 1.6 kB
AppClass.sm 2021-11-11 1.6 kB
Makefile 2021-11-11 2.6 kB
Totals: 6 Items   11.3 kB 0


                          C++ Example 5


Simplistic, non-graphical simulation of a task processing.
Demonstrates state Entry actions.


+ Building
----------

NOTE: Smc.jar must be built and installed.

Unix:
    $ make sleeper

Windows Visual C++:
    1. Load ex1.dsw.
    2. Rebuild all.


+ Executing
-----------

Unix & Windows:

    $ sleeper
    (hit control-C, enter a single word, i.e. no spaces, followed
     by return. To stop execution, enter "stop". For fun, hit
     control-C twice in quick succession.)
Source: README.txt, updated 2021-11-11