home *** CD-ROM | disk | FTP | other *** search
- This directory contains all essential source and documentation files
- for the C2 Support Software in Ada contract (N66001-85-C-0039).
-
- Contents of files in this directory:
-
- aitypesdemo.ada -- Demonstration program.
- aitypesimp.ada -- Generic package implementation containing
- the facilities developed on the contract.
- aitypesspc.ada -- Generic package specification.
- instimp.ada -- Package containing examples of facilities
- needed to instantiate the main generic package.
- Used by the demonstration program.
- instspc.ada -- Package specification containing an example
- of how to instantiate the main generic package.
- design.doc -- Top level design specification for the facilities.
- userman.doc -- User's manual for the facilities.
-
- Installing these files simply involves compiling
- them in the following order:
-
- 1. aitypesspc.ada
- 2. aitypesimp.ada
- 3. instspc.ada
- 4. instimp.ada
- 5. aitypesdemo.ada
-
- The final result will be a demonstration program which can
- be used to check the success of installation. After choosing
- the AI package to be demonstrated, the names of subprograms
- specific to the current AI package and their arguments can
- be entered. This will return the result of executing the named
- subprogram with the given arguments. For a list of the
- subprograms which can be entered in particular demonstration
- type 'help'. For further information, please refer to the user's
- manual.
-