This example is defined in the directory: /home/lbesnard/Polychrony/V4.19/Linux/Examples/watch.
This directory describes a digital watch in Signal and some extracted parts of this watch. The simulation is restricted to Unix system (X11 required). It contains the following directories:
- COMPLETE directory: contains the program of the complete watch
- SUPER directory: contains only the supervisor of the supervisor part
- ALARM directory: contains only the alarm part.
- CHRONOMETER directory: contains only the chronometer part.
- WATCH directory: contains only the watch itself.
- lib directory: contains the libraries referenced by the previous programs. It is necessary to add this path to the SIGNAL_LIBRARY_PATH environment variable (ie for Linux: setenv SIGNAL_LIBRARY_PATH ${SIGNAL_LIBRARY_PATH}:${PWD}/lib).