Rev 138 | Rev 264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 138 | Rev 139 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | short __stdcall WIENER_VMUSB_VME_MRRST( void ); |
31 | short __stdcall WIENER_VMUSB_VME_MRRST( void ); |
| 32 | short __stdcall WIENER_VMUSB_VME_MREXEC( uint32_t *Data ); |
32 | short __stdcall WIENER_VMUSB_VME_MREXEC( uint32_t *Data ); |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | #ifdef XXDLL |
35 | #ifdef XXDLL |
| - | 36 | #warning Using DLL ... |
|
| 36 | 37 | ||
| 37 | short __stdcall xxusb_register_read(usb_dev_handle *hDev, short RegAddr, long *RegData); |
38 | short __stdcall xxusb_register_read(usb_dev_handle *hDev, short RegAddr, long *RegData); |
| 38 | short __stdcall xxusb_stack_read(usb_dev_handle *hDev, short StackAddr, long *StackData); |
39 | short __stdcall xxusb_stack_read(usb_dev_handle *hDev, short StackAddr, long *StackData); |
| 39 | short __stdcall xxusb_stack_write(usb_dev_handle *hDev, short StackAddr, long *StackData); |
40 | short __stdcall xxusb_stack_write(usb_dev_handle *hDev, short StackAddr, long *StackData); |
| 40 | short __stdcall xxusb_stack_execute(usb_dev_handle *hDev, long *StackData); |
41 | short __stdcall xxusb_stack_execute(usb_dev_handle *hDev, long *StackData); |
| Line 106... | Line 107... | ||
| 106 | if (!(VME_write_16_Ptr = (void*) GetProcAddress(DLLHandle,"VME_write_16"))) exit(1); |
107 | if (!(VME_write_16_Ptr = (void*) GetProcAddress(DLLHandle,"VME_write_16"))) exit(1); |
| 107 | if (!(VME_write_32_Ptr = (void*) GetProcAddress(DLLHandle,"VME_write_32"))) exit(1); |
108 | if (!(VME_write_32_Ptr = (void*) GetProcAddress(DLLHandle,"VME_write_32"))) exit(1); |
| 108 | } |
109 | } |
| 109 | 110 | ||
| 110 | #else |
111 | #else |
| - | 112 | #warning: "Using libxxusb: add libxxusb.c to source list ..." |
|
| 111 | 113 | ||
| 112 | void _VI_FUNC WIENER_VMUSB_load (const char* module_path) { |
114 | void _VI_FUNC WIENER_VMUSB_load (const char* module_path) { |
| 113 | 115 | ||
| 114 | } |
116 | } |
| 115 | #endif |
117 | #endif |