home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / pascal2c / hpib_0.imp < prev    next >
Text File  |  1992-08-03  |  806b  |  36 lines

  1.  
  2.  
  3. {IncludeFrom=hpib_0 <hpib_0.h>}
  4.  
  5.  
  6. {*VarStrings=0} {*ExportSymbol=P_%s} {*Export_Symbol=%s}
  7.  
  8.  
  9. MODULE hpib_0 ;        
  10.  
  11.         { by      Tim Mikkelsen
  12.           date    07/17/81
  13.           update  09/17/81
  14.           
  15.           purpose This module contains the LEVEL 0 HPIB GROUP procedures.   
  16.                 
  17.         }
  18.  
  19.  
  20. IMPORT    iodeclarations ;  
  21.         
  22.         
  23. EXPORT
  24.   
  25.         
  26.   PROCEDURE set_hpib    ( select_code : type_isc ;
  27.                           line        : type_hpib_line);
  28.   PROCEDURE clear_hpib  ( select_code : type_isc ;
  29.                           line        : type_hpib_line);
  30.   FUNCTION  hpib_line   ( select_code : type_isc ;
  31.                           line        : type_hpib_line)
  32.                         : BOOLEAN;
  33.  
  34. END.    { of hpib_0 }
  35.  
  36.