Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 255 → Rev 256

/cvi/instr/K617/K617.h
1,7 → 1,7
#include <cvidef.h>
#include <ivi.h>
 
#define GDELAY 0.01
#define GDELAY 0.1
 
typedef struct {
int function,range,zero_check,zero_correct,suppress,trigger;
11,8 → 11,8
} K617STATUS;
extern K617STATUS K617Stat;
void _VI_FUNC K617_open (int interface, int primary_addr, int secondary_addr,
int timeout);
void _VI_FUNC K617_open (int interface, int port, int primary_addr,
int secondary_addr, int timeout);
 
void _VI_FUNC K617_clear (void);