Go to the source code of this file.
Compounds | |
struct | GPIB_Device |
Defines | |
#define | GPIB_OK 1 |
#define | GPIB_ERR 0 |
#define | GPIB_STRMAX 255 |
#define | GPIB_NAMEMAX 80 |
#define | IB_IFC 1 |
#define | IB_REM 2 |
#define | IB_CLEAR 4 |
Functions | |
GPIB_Device | gpib_init (char *device_name, int initflag) |
int | gpib_clear (GPIB_Device *device) |
int | gpib_write (GPIB_Device *device, char *formatstr,...) |
int | gpib_read (GPIB_Device *device, char *buffer, unsigned long length) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|