summaryrefslogtreecommitdiff
path: root/dummy_functions.h
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2012-09-28 14:45:34 +0900
committerdaniel <danieruru@gmail.com>2012-09-28 14:45:34 +0900
commit131d5ec32ca62c06f1eed9ee282bb15f814f4ba8 (patch)
treec5aa8015fd026708bcaaa5a14a63fa1de1303af0 /dummy_functions.h
parent923c8ce77ea407f3b50999447bc1d774f6a7d5e0 (diff)
parentbc066aa6f5b6c69a29109a2405e8a91c55d2fade (diff)
Merge branch 'master' of grenfell.avtechpulse.com:Instrument
Diffstat (limited to 'dummy_functions.h')
-rw-r--r--dummy_functions.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/dummy_functions.h b/dummy_functions.h
index 15cfb1b..5f9ba2e 100644
--- a/dummy_functions.h
+++ b/dummy_functions.h
@@ -3,20 +3,6 @@
#include "globals.h"
-void GPIB_Set_Command_Error();
-void GPIB_Set_Query_Error();
-void GPIB_Set_Device_Dependent_Error();
-void GPIB_Set_Execution_Error();
-unsigned int GPIB_get_ESR ();
-unsigned int GPIB_get_SRE ();
-unsigned int GPIB_get_ESE ();
-unsigned int GPIB_get_STB ();
-void GPIB_set_ESR (unsigned int byte,int operation);
-void GPIB_set_SRE (unsigned int byte,int operation);
-void GPIB_set_ESE (unsigned int byte,int operation);
-void GPIB_clear_events ();
-void GPIB_change_address(int new_address);
-
void Main_return_to_local();
#endif