Rev 12 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12 | Rev 52 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _VME_H_ |
2 | #define _VME_H_ |
3 | 3 | ||
- | 4 | #ifdef WIENVME |
|
- | 5 | ||
4 |
|
6 | #ifdef _CVI_ |
- | 7 | #include "c:\Program Files\National Instruments\CVI2012\instr\WIENVME_DLL\wienvme_dll.h" |
|
- | 8 | #else |
|
5 | #include "wienvme_dll.h" |
9 | #include "wienvme_dll.h" |
6 | #endif |
10 | #endif |
7 | 11 | ||
8 | #define VME_MWEXEC() |
12 | #define VME_MWEXEC() |
9 | #define VME_MWRST() |
13 | #define VME_MWRST() |
10 | #define VME_MRRST() |
14 | #define VME_MRRST() |
11 | 15 | ||
12 | #define VME_A24D32_MW VME_A24D32_W |
16 | #define VME_A24D32_MW VME_A24D32_W |
13 | #define VME_A24D32_MR VME_A24D32_R |
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 |