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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-08-02
|
326 b
|
13 lines
#include "cvidef.h"
/* = Sample Oscilloscope Include File ===================================== */
int CVIFUNC scope_init (int);
int CVIFUNC scope_close (void);
int CVIFUNC scope_config (int, double, int, double);
int CVIFUNC scope_read_waveform (int, double [128], double *, double *);
extern int scope_err;