summaryrefslogtreecommitdiff
path: root/gpib.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:20:41 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:20:41 -0500
commit6f8a981b61114d641799fc540dde49f3ae021708 (patch)
treea954122652da17899ff1025e7f19595f7ebca6b2 /gpib.h
parent7fd7a5c0241173f88762bcfd9c7a1d9c64b336eb (diff)
clear MAV bit after sending VXI message
Diffstat (limited to 'gpib.h')
-rw-r--r--gpib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpib.h b/gpib.h
index aba8081..f8884be 100644
--- a/gpib.h
+++ b/gpib.h
@@ -14,6 +14,8 @@ int GPIB_check_for_messages(char *gpib_buf);
int GPIB_handle_new_input(char *gpib_buf);
void GPIB_and_VXI_start_query_response(gpointer ignore_this, gchar *in_string);
void GPIB_finish_query_response();
+void GPIB_and_VXI_set_MAV();
+void GPIB_and_VXI_clear_MAV();
void GPIB_check_remote_status (int *is_remote, int *is_lockout);
void GPIB_go_to_local ();
void GPIB_clear_events ();