summaryrefslogtreecommitdiff
path: root/gpib.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 11:39:09 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 11:39:09 -0500
commit401025aebc02eca587474e094fa50b2939f8a147 (patch)
tree08004457bc209b4bca1ed56b8bcc39560566d54b /gpib.h
parentcf492a7c67e82818e805a67aa5e1b91ec8a595b1 (diff)
modify gpib response sending so it does not hang if read never received
Diffstat (limited to 'gpib.h')
-rw-r--r--gpib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpib.h b/gpib.h
index 2da0cc1..610d74e 100644
--- a/gpib.h
+++ b/gpib.h
@@ -12,9 +12,9 @@ int GPIB_check_for_device_clear_signal(void);
int GPIB_check_for_device_clear_signal(void);
int GPIB_check_for_messages(char *gpib_buf);
int GPIB_handle_new_input(char *gpib_buf);
-int GPIB_send_query_response(gpointer *ignore_this, char *in_string);
+void GPIB_start_query_response(gpointer *ignore_this, char *in_string);
+void GPIB_finish_query_response();
void GPIB_check_remote_status (int *is_remote, int *is_lockout);
-unsigned char GPIB_response_already_pending ();
void GPIB_go_to_local ();
void GPIB_clear_events ();
unsigned int GPIB_get_ESR ();