- GPIB/ECB modules completed, ecb motor driver in progress
This commit is contained in:
22
gpibcontroller.i
Normal file
22
gpibcontroller.i
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
GPIBcontroller structure. Automatically generated file, modify in
|
||||
gpib.w and run nuweb.
|
||||
-----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
struct __GPIB {
|
||||
pObjectDescriptor pDes;
|
||||
int (*attach)(int boardNo, int address,
|
||||
int secondaryAddress,
|
||||
int tmo, int eot, int eos);
|
||||
int (*detach)(int devID);
|
||||
int (*send)(int devID, void *buffer,
|
||||
int count);
|
||||
int (*read)(int devID, void *buffer,
|
||||
int count);
|
||||
int (*clear)(int devID);
|
||||
void (*getErrorDescription)(int code,
|
||||
char *buffer, int maxCount);
|
||||
}GPIB;
|
||||
|
Reference in New Issue
Block a user