diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:06:41 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:06:41 -0500 |
commit | 655057d072b0327fbaef82b06c756fda0e06395d (patch) | |
tree | a3cacb9b533528cde29565dc6190866016b0a911 /gpib.h | |
parent | 3800930f3d03601c5063fdced79b461e77fec563 (diff) |
added vxi device clear functionality
Diffstat (limited to 'gpib.h')
-rw-r--r-- | gpib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ void GPIB_Set_Device_Dependent_Error(void); void GPIB_initialize(void); void GPIB_change_address(int new_address); int GPIB_check_for_device_clear_signal(void); -int GPIB_check_for_device_clear_signal(void); +int GPIB_and_VXI_device_clear(void); 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); |