Moved to CommSrc

This commit is contained in:
Ron Sluiter
2000-04-18 21:47:29 +00:00
parent ca612fcc5d
commit 1319cbd749
-15
View File
@@ -1,15 +0,0 @@
#include <rngLib.h>
#include <dbCommon.h>
#include <drvSup.h>
#include <drvGpibInterface.h>
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);