/pts/vme.h |
---|
1,13 → 1,28 |
#ifndef _VME_H_ |
#define _VME_H_ |
#define _VI_FUNC |
#include "wienvme_dll.h" |
#endif |
#define VME_MWEXEC() |
#define VME_MWRST() |
#define VME_MRRST() |
#define VME_A24D32_MW VME_A24D32_W |
#define VME_A24D32_MR VME_A24D32_R |
#ifndef _VME_H_ |
#define _VME_H_ |
#ifdef WIENVME |
#ifdef _CVI_ |
#include "c:\Program Files\National Instruments\CVI2012\instr\WIENVME_DLL\wienvme_dll.h" |
#else |
#include "wienvme_dll.h" |
#endif |
#define VME_MWEXEC() |
#define VME_MWRST() |
#define VME_MRRST() |
#define VME_A24D32_MW VME_A24D32_W |
#define VME_A24D32_MR VME_A24D32_R |
#define VME_A32D32_MW VME_A32D32_W |
#define VME_A32D32_MR VME_A32D32_R |
#endif |
#ifdef CAEN_V1718 |
#include "CAEN_V1718.h" |
#endif |
#endif |