Structure Diagram for SHL:  Shell
                       =================================
 
          An Introduction to the Structure Diagrams is available.
        NB  These links will be broken until the HTML Version of the Code is installed.
 
 
Introduction
------------
 
See also SUC (Software Unit Control) and
USR (User Interface) which are part
of the shell.
 
SHL  consists of the top level routines that steer initialisation, execution and
termination. This is the one support system that you don't call; it calls you!,
at least it does within a SNOMAN application.   The dependence on JOB and JOBP
can be removed by suppling a USER_DEFINE_TASK.  If you are writing a SNOlib
application, the shell is your responsibility.
 
 
Titles Banks Used
-----------------
 
 JOB  Job control
JOBP Job control: Processors
Initialisation Routines ----------------------- SNOMAN Execution Routines ------------------ QNEXT PEL_HAS_CALL_ARGS Termination Routines -------------------- REPORT_WARNING ZEND

Go Back to the Snoman Companion Top Page