home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / gks / gks.pro next >
Encoding:
Text File  |  1988-05-03  |  4.4 KB  |  90 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Graphic Kernel System (GKS)
  4. -- Version      : 1.0
  5. -- Author       : Harris Corp., Government Infor Sys Div      
  6. --              : P. O. Box 98000
  7. --              : Melbourne, FL  32902
  8. --              : Contact: Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- DDN Address  :
  12. -- Copyright    : (c) 1985 Harris Corp.
  13. -- Date created : 1985
  14. -- Release date : 1985
  15. -- Last update  : 1985
  16. -- Machine/System Compiled/Run on :
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : 
  21. ----------------:
  22. --
  23. -- Abstract     : The Graphic Kernel System (GKS) is a device
  24. ----------------: independent software package which implements
  25. ----------------: the draft GKS binding to ANSI Ada for GKS 
  26. ----------------: levels Ma, Oa, 1a, 2a, Mb, Ob, 1b, Mc, and 1c.
  27. ----------------: GKS/Ada will support selective visibility, 
  28. ----------------: independent VDI and VDM interfaces, the       
  29. ----------------: configuration of multiple graphic device         
  30. ----------------: drivers, and independent packaging of the 
  31. ----------------: various GKS levels.  
  32. ----------------: The complete GKS will include a prototype 
  33. ----------------: metafile generator/driver, and a metafile 
  34. ----------------: interprete.  Device-dependent software must
  35. ----------------: be included to drive the Lexidata color rastor
  36. ----------------: device and the Summagraphics graphics tablet.
  37. ----------------: Ada software to support contour processing 
  38. ----------------: requirements, including grid generation, 
  39. ----------------: mathematical interpolation and contour map 
  40. ----------------: generation needs to be developed.  Also, 
  41. ----------------: the GKS and provides for the delivery of
  42. ----------------: WIS-compatible equipment capable of high quality
  43. ----------------: 35mm color slides directly from graphics displays.
  44. ----------------:
  45. ----------------: This tool was developed as a precursor for 
  46. ----------------: the WMCCS Information System (WIS).  An
  47. ----------------: executable version of the tool has been 
  48. ----------------: demonstrated.  This source code has sub-
  49. ----------------: sequently been recompiled but has not under-
  50. ----------------: gone extensive testing.
  51. ----------------:
  52. --                                                           -*
  53. ------------------ Revision history ---------------------------
  54. --                                                           -*
  55. -- DATE         VERSION AUTHOR                  HISTORY 
  56. -- 05/85           1.0  Harris Corp.            Initial Release
  57. --                                                           -*
  58. ------------------ Distribution and Copyright -----------------
  59. --                                                           -*
  60. -- This prologue must be included in all copies of this software.
  61. -- 
  62. -- This software is copyright by the author.
  63. -- 
  64. -- This software is released to the Ada community.
  65. -- This software is released to the Public Domain (note:
  66. --   software released to the Public Domain is not subject
  67. --   to copyright protection).
  68. -- Restrictions on use or distribution:  NONE
  69. --                                                           -*
  70. ----------------- Disclaimer ----------------------------------
  71. --                                                           -*
  72. -- This software and its documentation are provided "AS IS" and
  73. -- without any expressed or implied warranties whatsoever.
  74. --
  75. -- No warranties as to performance, merchantability, or fitness
  76. -- for a particular purpose exist.
  77. --
  78. -- Because of the diversity of conditions and hardware under
  79. -- which this software may be used, no warranty of fitness for
  80. -- a particular purpose is offered.  The user is advised to 
  81. -- test the software thoroughly before relying on it.  The user
  82. -- must assume the entire risk and liability of using this 
  83. -- software.
  84. --
  85. -- In no event shall any person or organization of people be
  86. -- held responsible for any direct, indirect, consequential
  87. -- or inconsequential damages or lost profits.
  88. --                                                          -*
  89. ----------------- END-PROLOGUE -------------------------------
  90.