| /cvi/instr/vme/vme.c |
|---|
| 13,7 → 13,7 |
| #include "wienvme_dll.h" |
| static int VME_interface= -1; |
| int VME_GetInterface() { return VME_interface;} |
| int VME_CONNECTED(){ |
| return VME_interface; |
| /cvi/instr/vme/vme.h |
|---|
| 9,6 → 9,7 |
| short VME_START( int interface ); |
| int VME_GetInterface(); |
| short VME_STOP(); |
| int VME_CONNECTED(); |