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
README.txt 2021-11-11 1.1 kB
Stoplight.sm 2021-11-11 4.1 kB
traffic.pl 2021-11-11 13.3 kB
Vehicle.pm 2021-11-11 10.8 kB
Makefile 2021-11-11 2.4 kB
Stoplight.pm 2021-11-11 20.0 kB
Vehicle.sm 2021-11-11 2.8 kB
Totals: 7 Items   54.4 kB 0


                          Perl/Tk Example 4


Simplistic, graphical simulation of a stoplight. Demonstrates
how to use state machines to handle external events (in this case
timeouts).


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

NOTE: Smc.jar must be built and installed.

Unix & Windows:
    $ java -jar ../../../bin/Smc.jar -perl [-g] Stoplight.sm Vehicle.sm

(Note: -g is optional and needed only for observing the FSM
       debug output.)

To turn on the debug output, do the following:

    1. Compile Stoplight.sm and Vehicle.sm with the -g command
       line option.

    2. In Vehicle.pm and Stoplight.pm, uncomment the call
       setDebugFlag(1).

       You may not want to turn on the Vehicle.sm debug output
       since it is quite verbose.


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

Unix & Windows

    $ perl traffic.pl

    Click on the "Configure..." button and modify the demo's
    settings. Increase the vehicle speed and appearance
    rate. Decrease the stoplight times.

    Also, click on "Pause" and "Continue". "Stop" halts the
    demonstration but does not terminate the demo.

Source: README.txt, updated 2021-11-11