Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 185 → Rev 184

/cvi/instr/K617/K617.prj
File deleted
/cvi/instr/K617/K617.c
File deleted
/cvi/instr/K617/K617.fp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: instr/K617/K617.h
===================================================================
--- instr/K617/K617.h (revision 185)
+++ instr/K617/K617.h (nonexistent)
@@ -1,43 +0,0 @@
-#include <cvidef.h>
-#include <ivi.h>
-
-#define GDELAY 0.01
-
-typedef struct {
- int function,range,zero_check,zero_correct,suppress,trigger;
- int vsource_operate,read_mode,data_prefix,display,data_store;
- int srq,eoi;
- char terminator[2];
-} K617STATUS;
-extern K617STATUS K617Stat;
-
-void _VI_FUNC K617_open (int interface, int primary_addr, int secondary_addr,
- int timeout);
-
-void _VI_FUNC K617_clear (void);
-
-void _VI_FUNC K617_send (char *cmd, int len);
-
-int _VI_FUNC K617_receive (char *response, int maxbyt);
-
-void _VI_FUNC K617_status (void);
-
-void _VI_FUNC K617_data_format (int mode);
-
-double _VI_FUNC K617_get (char *prefix, int *loc);
-
-void _VI_FUNC K617_current_mode (int range);
-
-void _VI_FUNC K617_zero_correct (int zcorrect);
-
-void _VI_FUNC K617_trigger_mode (int mode);
-
-void _VI_FUNC K617_reading_mode (int mode);
-
-void _VI_FUNC K617_vsource_set (float value);
-
-double _VI_FUNC K617_vsource_get (void);
-
-void _VI_FUNC K617_vsource_operate (int operate);
-
-void _VI_FUNC K617_close (void);