diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:33:28 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:33:28 -0500 |
commit | c7f023c4d7e5544002f68583889f4acb0eb91847 (patch) | |
tree | c088ea6975bd4e599310b0166b03bc2a911af55d /globals.h | |
parent | 6d29a3599123e2aaa6f3cc0b416b59197e6599d5 (diff) |
first attempt at gpib listening - may not be functional
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |