home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / piwg / a000105.ada < prev    next >
Encoding:
Text File  |  1988-05-03  |  797 b   |  55 lines

  1. -- This is a procedure that calls the non I/O, non tasking timing procedures
  2.  
  3. with D000001 ;
  4. with D000002 ;
  5. with D000003 ;
  6. with D000004 ;
  7. with E000001 ;
  8. with E000002 ;
  9. with E000004 ;
  10. with F000001 ;
  11. with F000002 ;
  12. with L000001 ;
  13. with L000002 ;
  14. with L000003 ;
  15. with P000001 ;
  16. with P000002 ;
  17. with P000003 ;
  18. with P000004 ;
  19. with P000005 ;
  20. with P000006 ;
  21. with P000007 ;
  22. with P000010 ;
  23. with P000011 ;
  24. with P000012 ;
  25. with P000013 ;
  26.  
  27. procedure A000105 is
  28. begin
  29.  
  30.   D000001 ;
  31.   D000002 ;
  32.   D000003 ;
  33.   D000004 ;
  34.   E000001 ;
  35.   E000002 ;
  36.   E000004 ;
  37.   F000001 ;
  38.   F000002 ;
  39.   L000001 ;
  40.   L000002 ;
  41.   L000003 ;
  42.   P000001 ;
  43.   P000002 ;
  44.   P000003 ;
  45.   P000004 ;
  46.   P000005 ;
  47.   P000006 ;
  48.   P000007 ;
  49.   P000010 ;
  50.   P000011 ;
  51.   P000012 ;
  52.   P000013 ;
  53.  
  54. end A000105 ;
  55.