home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / dbase / mims.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.2 KB  |  87 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Mobile Information Management System (MIMS)
  4. -- Version      : 
  5. -- Author       : Strategic Air Command (SAC) 
  6. --              : HQ SAC SICA
  7. --              : Offutt AFB, NE        
  8. --              : Contact: Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- DDN Address  :
  12. -- Copyright    : 
  13. -- Date created : Jan. 1985 
  14. -- Release date : Nov  1985 
  15. -- Last update  : 
  16. -- Machine/System Compiled/Run on :
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : 
  21. ----------------:
  22. --
  23. -- Abstract   : 
  24. ----------------: As a demonstration of the use of Ada for command and control 
  25. ----------------: applications, the current airborne and ground mobile systems
  26. ----------------: at SAC (600,000 LOC - JOVIAL) are being consolidated into a 
  27. ----------------: mobile data management system using a common data format and
  28. ----------------: query language with graphical display capabilities.  The 
  29. ----------------: system includes an integrated data management system, 
  30. ----------------: automatic and manual update of the data, ad hoc data 
  31. ----------------: retrieval, building and maintaining displays as well as 
  32. ----------------: interaction with the working file, display transfers, and 
  33. ----------------: manual backup.  It uses a multiple task environment to 
  34. ----------------: interface with several I/O devices, enter data into and 
  35. ----------------: retrieve data from similar systems across the communication 
  36. ----------------: links, and provide timely access to about 500 million 
  37. ----------------: characters of data. 
  38. ----------------: 
  39. ----------------: Three packages (two generic) are provided from the MIMS at 
  40. ----------------: this time, balanced trees, source scanner, and variable lists.
  41. ----------------:
  42. ----------------: This tool was developed as a precursor for 
  43. ----------------: the WMCCS Information System (WIS).  An
  44. ----------------: executable version of the tool has been 
  45. ----------------: demonstrated.  This source code has sub-
  46. ----------------: sequently been recompiled but has not under-
  47. ----------------: gone extensive testing.
  48. ----------------:
  49. --                                                   -*
  50. ------------------ Revision history ---------------------------
  51. --                                                   -*
  52. -- DATE VERSION AUTHOR                  HISTORY 
  53. -- 
  54. --                                                   -*
  55. ------------------ Distribution and Copyright -----------------
  56. --                                                   -*
  57. -- This prologue must be included in all copies of this software.
  58. -- 
  59. -- This software is copyright by the author.
  60. -- 
  61. -- This software is released to the Ada community.
  62. -- This software is released to the Public Domain (note:
  63. --   software released to the Public Domain is not subject
  64. --   to copyright protection).
  65. -- Restrictions on use or distribution:  NONE
  66. --                                                   -*
  67. ----------------- Disclaimer ----------------------------------
  68. --                                                   -*
  69. -- This software and its documentation are provided "AS IS" and
  70. -- without any expressed or implied warranties whatsoever.
  71. --
  72. -- No warranties as to performance, merchantability, or fitness
  73. -- for a particular purpose exist.
  74. --
  75. -- Because of the diversity of conditions and hardware under
  76. -- which this software may be used, no warranty of fitness for
  77. -- a particular purpose is offered.  The user is advised to 
  78. -- test the software thoroughly before relying on it.  The user
  79. -- must assume the entire risk and liability of using this 
  80. -- software.
  81. --
  82. -- In no event shall any person or organization of people be
  83. -- held responsible for any direct, indirect, consequential
  84. -- or inconsequential damages or lost profits.
  85. --                                                  -*
  86. ----------------- END-PROLOGUE -------------------------------
  87.