| /cvi/instr/vme/vme.c |
|---|
| 34,9 → 34,9 |
| return VME_interface; |
| } |
| short __stdcall VME_START (int interface) { |
| short VME_START (int interface) { |
| //short __stdcall VME_START (int interface) { |
| VME_interface=interface; |
| switch (VME_interface) { |
| case CAEN_V1718: |
| 98,8 → 98,8 |
| return 0; |
| } |
| short __stdcall VME_STOP () { |
| short VME_STOP () { |
| //short __stdcall VME_STOP () { |
| switch (VME_interface) { |
| case CAEN_V1718: |