Guest User

Untitled

a guest
Apr 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 2.87 KB | None | 0 0
  1. HAUPTPROGRAMM (.adb):
  2.  
  3. --  ---------------------------------------------------------------------------
  4. --  @Main:
  5. --
  6. --  @Project:
  7. --  @Version:
  8. --  @Created:
  9. --  @Author:  
  10. --
  11. --  @Environment: (opt)
  12. --  @References:  (opt)
  13. --
  14. --  @Description:
  15. --  @Usage: (opt)
  16. --
  17. --  @Modifications:
  18. --  ---------------------------------------------------------------------------
  19.  
  20.  
  21. PAKETSPEZIFIKATION (.ads)
  22.  
  23. --  ---------------------------------------------------------------------------
  24. --  @File:
  25. --
  26. --  @Project:
  27. --  @Version:
  28. --  @Created:
  29. --  @Author:  
  30. --
  31. --  @Environment: (opt)
  32. --  @References:  (opt)
  33. --
  34. --  @Description:
  35. --  @Usage: (opt)
  36. --  @Restrictions: (opt)
  37. --  @Error_Handling: (opt)
  38. --  @Notes: (opt)
  39. --
  40. --  @Modifications:
  41.  
  42.  
  43. PAKETIMPLEMENTIERUNG (.adb)
  44.  
  45. --  ---------------------------------------------------------------------------
  46. --  @File:
  47. --
  48. --  @Project:
  49. --  @Version:
  50. --  @Created:
  51. --  @Author:  
  52. --
  53. --  @Environment: (opt)
  54. --  @References:  (opt)
  55. --
  56. --  @Description:
  57. --  @Implementation:
  58. --  @Error_Handling: (opt)
  59. --  @Notes: (opt)
  60. --
  61. --  @Modifications:
  62. --  ---------------------------------------------------------------------------
  63.  
  64.  
  65. FUNKTIONSSPEZIFIKATION (.ads)
  66.  
  67. --  ---------------------------------------------------------------------------
  68. --  @Function:
  69. --
  70. --  @Description:
  71. --  @Usage: (opt)
  72. --  @Parameter:
  73. --  @Return:
  74. --  @Error_Handling: (opt)
  75. --  @Pre: (opt)
  76. --  @Post: (opt)
  77. --  ---------------------------------------------------------------------------
  78.  
  79.  
  80. FUNKTIONSIMPLEMENTIERUNG (.adb)
  81.  
  82. --  ----------------------------...-
  83. --  @Function:
  84. --
  85. --  @Description: (opt)
  86. --  @Implementation: (opt)
  87. --  @References: (opt)
  88. --  @Notes: (opt)
  89. --  @Error_Handling: (opt)
  90. --  ---------------------------------------------------------------------------
  91.  
  92.  
  93. PROZEDURSSPEZIFIKATION (.ads)
  94.  
  95. --  ---------------------------------------------------------------------------
  96. --  @Procedure:
  97. --
  98. --  @Description:
  99. --  @Usage: (opt)
  100. --  @Parameter:
  101. --  @Error_Handling: (opt)
  102. --  @Pre: (opt)
  103. --  @Post: (opt)
  104. --  ---------------------------------------------------------------------------
  105.  
  106.  
  107. PROZEDURSIMPLEMENTIERUNG (.adb)
  108.  
  109. --  ---------------------------------------------------------------------------
  110. --  @Procedure:
  111. --
  112. --  @Description: (opt)
  113. --  @Implementation: (opt)
  114. --  @References: (opt)
  115. --  @Notes: (opt)
  116. --  @Error_Handling: (opt)
  117. --  ---------------------------------------------------------------------------
  118.  
  119.  
  120. TYPEN, KONSTANTEN, EXCEPTIONS, VARIABLEN, GLOBALE VARIABLEN (NUR BEI BEDARF)
  121. --  ---------------------------------------------------------------------------
  122. --  @Type: / @Constant: / @Exception: / @Variable: / @Global_Variable:
  123. --
  124. --  @Purpose: (opt)
  125. --  @Description: (opt)
  126. --  ---------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment