From 1319cbd74901d64fe76512886ffcda886acdb77f Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 18 Apr 2000 21:47:29 +0000 Subject: [PATCH] Moved to CommSrc --- motorApp/MotorSrc/gpibIO.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 motorApp/MotorSrc/gpibIO.h diff --git a/motorApp/MotorSrc/gpibIO.h b/motorApp/MotorSrc/gpibIO.h deleted file mode 100644 index fdcd2f4e..00000000 --- a/motorApp/MotorSrc/gpibIO.h +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include -#include -#include - -struct gpibInfo -{ - struct dpvtGpibHead head; - int address; - SEM_ID semID; -}; -struct gpibInfo *gpibIOInit(int link, int address); -int gpibIOSend(struct gpibInfo *info, char const *buffer, int buff_len, int timeout); -int gpibIORecv(struct gpibInfo *info, char *buffer, int buff_len, - int terminator, int timeout);