home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / ai / alspread.me < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.5 KB  |  36 lines

  1. This directory contains all essential source and documentation files
  2. for the C2 Support Software in Ada contract (N66001-85-C-0039).
  3.  
  4. Contents of files in this directory:
  5.  
  6.      aitypesdemo.ada   --   Demonstration program.
  7.      aitypesimp.ada    --   Generic package implementation containing
  8.                 the facilities developed on the contract.
  9.      aitypesspc.ada    --   Generic package specification.
  10.      instimp.ada       --   Package containing examples of facilities
  11.                 needed to instantiate the main generic package.
  12.                 Used by the demonstration program.
  13.      instspc.ada       --   Package specification containing an example
  14.                 of how to instantiate the main generic package.
  15.      design.doc        --   Top level design specification for the facilities.
  16.      userman.doc       --   User's manual for the facilities.
  17.  
  18. Installing these files simply involves compiling
  19. them in the following order:
  20.  
  21.      1. aitypesspc.ada
  22.      2. aitypesimp.ada
  23.      3. instspc.ada
  24.      4. instimp.ada
  25.      5. aitypesdemo.ada
  26.  
  27. The final result will be a demonstration program which can 
  28. be used to check the success of installation.  After choosing 
  29. the AI package to be demonstrated, the names of subprograms
  30. specific to the current AI package and their arguments can 
  31. be entered.  This will return the result of executing the named
  32. subprogram with the given arguments.  For a list of the 
  33. subprograms which can be entered in particular demonstration
  34. type 'help'.  For further information, please refer to the user's
  35. manual.
  36.