summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-26 15:14:53 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-26 15:14:53 -0400
commiteec87f54328d64828fd37575f18b23430b670485 (patch)
tree25cbd9045be9196ebf7f7982e897e52ce198ab63 /globals.h
parent82e549f79c290d6a97cf9161476eeb58cb564da3 (diff)
initial addition of gpib driver
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/globals.h b/globals.h
index bed0eef..3f5bdff 100644
--- a/globals.h
+++ b/globals.h
@@ -273,18 +273,6 @@
long sec_timer (void);
unsigned long long ms_timer (void);
-typedef struct {
- int PRIMARY_ADDRESS; /* GPIB chip's GPIB primary address */
- int INTERFACE_ERROR; /* Error Code */
- int INTERFACE_STATUS; /* Interface Status */
- unsigned int MR_4882_status[5]; /* 4882 status memory registers */
- unsigned long int DATA_COUNT; /* Transfer count */
- unsigned long int Requested_Count; /* Requested transfer count */
- unsigned long int cnt;
- int prev_brq;
- int spoll_count;
-} GpibStruct;
-
typedef struct {
int parallel_DAC_reg[8];
@@ -795,7 +783,6 @@ typedef struct {
ConstraintsStruct Constraints;
ChannelStruct ChannelState[max_channels];
FlashStruct Flash;
- GpibStruct GPIB;
HWregStruct Registers;
ChangeStruct Changes;
ErrorStruct Errors;