HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Variables
debug.h File Reference

Go to the source code of this file.

Macros

#define GPIB_ERR   1 /* GPIB error messages */
 
#define GPIB_PPR   2 /* GPIB PPR Parallel Poll Response states */
 
#define GPIB_BUS_OR_CMD_BYTE_MESSAGES   4 /* GPIB BUS level single command byte decoded messages */
 
#define GPIB_TOP_LEVEL_BUS_DECODE   8 /* GPIB main loop - top level data and controll lines decoded */
 
#define GPIB_TODO   16 /* GPIB TODO DEVICE missing support code */
 
#define GPIB_DEVICE_STATE_MESSAGES   32 /* GPIB Device Level states such as AMIGO,SS80,PRINTER */
 
#define GPIB_DISK_IO_TIMING   64 /* GPIB Disk I/O read/write times */
 
#define GPIB_RW_STR_TIMING   128 /* GPIB read/write string timing */
 
#define GPIB_RW_STR_BUS_DECODE   256 /* GPIB read/write string byte decode */
 
#define GPIB_PP_BUS_STATUS   512 /* GPIB try to detect Parallel Poll BUS state */
 
#define LIF_DEBUG   1024 /* LIF utitilites debugging */
 

Variables

int debuglevel
 Debug flag - used to log GPIB and emulator messages. More...
 

Macro Definition Documentation

◆ GPIB_BUS_OR_CMD_BYTE_MESSAGES

#define GPIB_BUS_OR_CMD_BYTE_MESSAGES   4 /* GPIB BUS level single command byte decoded messages */

Definition at line 6 of file debug.h.

◆ GPIB_DEVICE_STATE_MESSAGES

#define GPIB_DEVICE_STATE_MESSAGES   32 /* GPIB Device Level states such as AMIGO,SS80,PRINTER */

Definition at line 9 of file debug.h.

◆ GPIB_DISK_IO_TIMING

#define GPIB_DISK_IO_TIMING   64 /* GPIB Disk I/O read/write times */

Definition at line 10 of file debug.h.

◆ GPIB_ERR

#define GPIB_ERR   1 /* GPIB error messages */

Definition at line 4 of file debug.h.

◆ GPIB_PP_BUS_STATUS

#define GPIB_PP_BUS_STATUS   512 /* GPIB try to detect Parallel Poll BUS state */

Definition at line 13 of file debug.h.

◆ GPIB_PPR

#define GPIB_PPR   2 /* GPIB PPR Parallel Poll Response states */

Definition at line 5 of file debug.h.

◆ GPIB_RW_STR_BUS_DECODE

#define GPIB_RW_STR_BUS_DECODE   256 /* GPIB read/write string byte decode */

Definition at line 12 of file debug.h.

◆ GPIB_RW_STR_TIMING

#define GPIB_RW_STR_TIMING   128 /* GPIB read/write string timing */

Definition at line 11 of file debug.h.

◆ GPIB_TODO

#define GPIB_TODO   16 /* GPIB TODO DEVICE missing support code */

Definition at line 8 of file debug.h.

◆ GPIB_TOP_LEVEL_BUS_DECODE

#define GPIB_TOP_LEVEL_BUS_DECODE   8 /* GPIB main loop - top level data and controll lines decoded */

Definition at line 7 of file debug.h.

◆ LIF_DEBUG

#define LIF_DEBUG   1024 /* LIF utitilites debugging */

Definition at line 14 of file debug.h.

Variable Documentation

◆ debuglevel

int debuglevel