diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:37:14 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:37:14 -0500 |
commit | 8f433cde879a40fc96f295bfa35e5869781adc5d (patch) | |
tree | e497e9118c5cca14806718aa2e74446d5a07d7bd /gpib.h | |
parent | 047fcb18ded8438d5763ad537c64a2c110052a11 (diff) |
gpib queries should work fully now
Diffstat (limited to 'gpib.h')
-rw-r--r-- | gpib.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ /* define macros */ +#include <glib.h> + void GPIB_Set_Execution_Error(void); void GPIB_Set_Command_Error(void); void GPIB_Set_Query_Error(void); @@ -10,7 +12,7 @@ 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(char *out_buffer); +int GPIB_send_query_response(gpointer *ignore_this, char *in_string); void GPIB_check_remote_status (int *is_remote, int *is_lockout); unsigned char GPIB_response_already_pending (); void GPIB_go_to_local (); |