diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-26 15:14:53 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-26 15:14:53 -0400 |
commit | eec87f54328d64828fd37575f18b23430b670485 (patch) | |
tree | 25cbd9045be9196ebf7f7982e897e52ce198ab63 /dummy_functions.c | |
parent | 82e549f79c290d6a97cf9161476eeb58cb564da3 (diff) |
initial addition of gpib driver
Diffstat (limited to 'dummy_functions.c')
-rw-r--r-- | dummy_functions.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dummy_functions.c b/dummy_functions.c index 8f10b94..71d6b59 100644 --- a/dummy_functions.c +++ b/dummy_functions.c @@ -1,31 +1,5 @@ #include "dummy_functions.h" #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 () -{ - return 0; -} -unsigned int GPIB_get_SRE () -{ - return 0; -} -unsigned int GPIB_get_ESE () -{ - return 0; -} -unsigned int GPIB_get_STB () -{ - return 0; -} -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() {} |