HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
debug.h
Go to the documentation of this file.
1 #ifndef _DEBUG_H_
2 #define _DEBUG_H_
3 
4 #define GPIB_ERR 1 /* GPIB error messages */
5 #define GPIB_PPR 2 /* GPIB PPR Parallel Poll Response states */
6 #define GPIB_BUS_OR_CMD_BYTE_MESSAGES 4 /* GPIB BUS level single command byte decoded messages */
7 #define GPIB_TOP_LEVEL_BUS_DECODE 8 /* GPIB main loop - top level data and controll lines decoded */
8 #define GPIB_TODO 16 /* GPIB TODO DEVICE missing support code */
9 #define GPIB_DEVICE_STATE_MESSAGES 32 /* GPIB Device Level states such as AMIGO,SS80,PRINTER */
10 #define GPIB_DISK_IO_TIMING 64 /* GPIB Disk I/O read/write times */
11 #define GPIB_RW_STR_TIMING 128 /* GPIB read/write string timing */
12 #define GPIB_RW_STR_BUS_DECODE 256 /* GPIB read/write string byte decode */
13 #define GPIB_PP_BUS_STATUS 512 /* GPIB try to detect Parallel Poll BUS state */
14 #define LIF_DEBUG 1024 /* LIF utitilites debugging */
15 #endif
16 
17 extern int debuglevel;
debuglevel
int debuglevel
Debug flag - used to log GPIB and emulator messages.
Definition: gpib_task.c:33