| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AppClass.m | 2023-02-20 | 2.5 kB | |
| main.m | 2023-02-20 | 2.6 kB | |
| Makefile | 2023-02-20 | 2.6 kB | |
| README.txt | 2023-02-20 | 523 Bytes | |
| AppClass.h | 2023-02-20 | 1.6 kB | |
| AppClass.sm | 2023-02-20 | 1.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.)