HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
Typedefs
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
a
c
e
f
g
i
n
p
r
s
t
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
gpib
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
Generated on Wed Apr 13 2022 21:56:48 for HP85 GPIB Disk Emulator by
1.8.17