| 1,5 → 1,18 |
| #include "vme.h" |
| |
| |
| short __stdcall VME_R( uint16_t AM, uint16_t DW, uint32_t VME_Address, uint32_t *Data); |
| |
| short __stdcall VME_W( uint16_t AM, uint16_t DW, uint32_t VME_Address, uint32_t Data); |
| |
| short __stdcall VME_MW( uint16_t AM, uint16_t DW, uint32_t VME_Address, uint32_t Data); |
| short __stdcall VME_MWRST( void ); |
| short __stdcall VME_MWEXEC( void ); |
| |
| short __stdcall VME_MR( uint16_t AM, uint16_t DW, uint32_t VME_Address, uint32_t *Data); |
| short __stdcall VME_MRRST( void ); |
| short __stdcall VME_MREXEC( uint32_t *Data ); |
| |
| /* |
| #ifdef _CVI_ |
| #include "c:\home\CVI\instr\WIENVME_DLL\wienvme_dll.h" |
| 19,7 → 32,7 |
| return VME_interface; |
| } |
| |
| short VME_START (int interface) |
| short __stdcall VME_START (int interface) |
| { |
| |
| |
| 85,7 → 98,7 |
| return 0; |
| } |
| |
| short VME_STOP () |
| short __stdcall VME_STOP () |
| { |
| switch (VME_interface){ |
| case CAEN_V1718: |