diff options
author | daniel <danieruru@gmail.com> | 2013-02-01 00:14:35 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-02-01 00:14:35 +0900 |
commit | 75765b3558571f86ecaab4d8767059be49936fc9 (patch) | |
tree | 1232be17ff0b92991c53f88b5fa551be28abf334 /gpib.h | |
parent | 555484190c43a218a987a11a55f2f8e6a4d40af0 (diff) | |
parent | 6f8a981b61114d641799fc540dde49f3ae021708 (diff) |
Merge branch 'master' of grenfell.avtechpulse.com:Instrument
Diffstat (limited to 'gpib.h')
-rw-r--r-- | gpib.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 (); |