Structure Diagram for SUC: Software Unit Control
=================================================
An Introduction to the Structure Diagrams is available.
NB These links will be broken until the HTML Version of the Code is installed.
Introduction
------------
SUC is part of SHL (Shell) q.v.
SUC manages the dependancies of all Software Units (SUs).
SU_DEF defines an SU and records its immediate dependancies.
SU_ADD adds a request to use an SU and establishes an ordered list of SUs to
initialise.
SU_CALL dispatches to an individual SU given its ID. Consequently SU_CALL
CALLS EVERY SU; see User Manual Doing More - The Cost of SU Control.
Titles Banks Used
-----------------
JOBP Job control: Processors
Initialisation Routines
-----------------------
SU_DEF
Execution Routines
------------------
SU_ADD
SU_CALL
SU_DUMMY_CALLED
SU_REPORT
Termination Routines
--------------------
None.
Go Back to the
Snoman Companion Top Page