#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() {}