Structure Diagram for DSM:  Data Structure Manager
              ==================================================
 
         An Introduction to the Structure Diagrams is available.
        NB  These links will be broken until the HTML Version of the Code is installed.
 
 
Introduction
------------
 
The Data Structure Manager manages the coupling of processors through the data
structure.  Its primary function is to ensure that, when a processor
reprocesses its data, all downstream processors remove their outputs.  This is
to allow processors to be used as asynchronously as possible, and is discussed
more fully in the Programmer's Manual.
 
 
 
Titles Banks Used
-----------------
 
 DSM  Data Structure Manager 
Initialisation Routines ----------------------- DSM_INI Execution Routines ------------------ DSM_PRO_PREPARE DSM_PRO_COMPLETE Termination Routines -------------------- DSM_TRM

Go Back to the Snoman Companion Top Page