home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 September / CHIP_CD_1997_09_PL.iso / software / testsoft / labwind / demo.6 / main / instr / scope.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-02  |  326 b   |  13 lines

  1.  
  2. #include "cvidef.h"
  3.  
  4.  
  5. /* = Sample Oscilloscope Include File ===================================== */
  6. int CVIFUNC scope_init (int);
  7. int CVIFUNC scope_close (void);
  8. int CVIFUNC scope_config (int, double, int, double);
  9. int CVIFUNC scope_read_waveform (int, double [128], double *, double *);
  10.  
  11. extern int scope_err;
  12.  
  13.