Rev 12 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 52 | f9daq | 1 | #ifndef _VME_H_ |
| 2 | #define _VME_H_ |
||
| 3 | |||
| 4 | #ifdef WIENVME |
||
| 5 | |||
| 6 | #ifdef _CVI_ |
||
| 7 | #include "c:\Program Files\National Instruments\CVI2012\instr\WIENVME_DLL\wienvme_dll.h" |
||
| 8 | #else |
||
| 9 | #include "wienvme_dll.h" |
||
| 10 | #endif |
||
| 11 | |||
| 12 | #define VME_MWEXEC() |
||
| 13 | #define VME_MWRST() |
||
| 14 | #define VME_MRRST() |
||
| 15 | |||
| 16 | #define VME_A24D32_MW VME_A24D32_W |
||
| 17 | #define VME_A24D32_MR VME_A24D32_R |
||
| 18 | |||
| 19 | #define VME_A32D32_MW VME_A32D32_W |
||
| 20 | #define VME_A32D32_MR VME_A32D32_R |
||
| 21 | |||
| 22 | #endif |
||
| 23 | |||
| 24 | #ifdef CAEN_V1718 |
||
| 25 | #include "CAEN_V1718.h" |
||
| 26 | #endif |
||
| 27 | |||
| 28 | #endif |