#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "gpiberr.h"
#include "gpib.h"
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) |
|
|
|
|
|
|
|
|