From c7f023c4d7e5544002f68583889f4acb0eb91847 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 19:33:28 -0500 Subject: first attempt at gpib listening - may not be functional --- globals.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 3f5bdff..13b6cc9 100644 --- a/globals.h +++ b/globals.h @@ -274,6 +274,8 @@ long sec_timer (void); unsigned long long ms_timer (void); +#define max_gpib_input_length 512 + typedef struct { int parallel_DAC_reg[8]; long shift_reg_out[num_out_SRs]; @@ -282,6 +284,7 @@ typedef struct { int ques_enable_register; /* for stat:enable command */ int avrq_reg; int last_rise_time_relay_setting; + char gpib_buffer[max_gpib_input_length]; } HWregStruct; -- cgit