Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
291 f9daq 1
[WIENVME_load]
2
Class="Function"
3
Prototype="void WIENVME_load(char *module_path);"
4
 
5
[WIENVME_open]
6
Class="Function"
7
Prototype="int WIENVME_open(int *hHandle, unsigned char AddMod, char *device_name, unsigned short module_number);"
8
 
9
[WIENVME_open24]
10
Class="Function"
11
Prototype="int WIENVME_open24();"
12
 
13
[WIENVME_open32]
14
Class="Function"
15
Prototype="int WIENVME_open32();"
16
 
17
[WIENVME_start]
18
Class="Function"
19
Prototype="int WIENVME_start(char *module_path);"
20
 
21
[WIENVME_unload]
22
Class="Function"
23
Prototype="void WIENVME_unload();"
24
 
25
[WIENVME_close]
26
Class="Function"
27
Prototype="int WIENVME_close(int hHandle);"
28
 
29
[WIENVME_close24]
30
Class="Function"
31
Prototype="int WIENVME_close24();"
32
 
33
[WIENVME_close32]
34
Class="Function"
35
Prototype="int WIENVME_close32();"
36
 
37
[WIENVME_stop]
38
Class="Function"
39
Prototype="int WIENVME_stop();"
40
 
41
[WIENVME_reset]
42
Class="Function"
43
Prototype="int WIENVME_reset();"
44
 
45
[WIENVME_read8]
46
Class="Function"
47
Prototype="int WIENVME_read8(int hHandle, unsigned long n, unsigned long at, void *buff);"
48
 
49
[WIENVME_read16]
50
Class="Function"
51
Prototype="int WIENVME_read16(int hHandle, unsigned long n, unsigned long at, void *buff);"
52
 
53
[WIENVME_read32]
54
Class="Function"
55
Prototype="int WIENVME_read32(int hHandle, unsigned long n, unsigned long at, void *buff);"
56
 
57
[WIENVME_write8]
58
Class="Function"
59
Prototype="int WIENVME_write8(int hHandle, unsigned long n, unsigned long at, void *buff);"
60
 
61
[WIENVME_write16]
62
Class="Function"
63
Prototype="int WIENVME_write16(int hHandle, unsigned long n, unsigned long at, void *buff);"
64
 
65
[WIENVME_write32]
66
Class="Function"
67
Prototype="int WIENVME_write32(int hHandle, unsigned long n, unsigned long at, void *buff);"
68
 
69
[WIENVME_VME_R]
70
Class="Function"
71
Prototype="short WIENVME_VME_R(unsigned short AM, unsigned short DW, unsigned int VME_Address, unsigned int *Data);"
72
 
73
[WIENVME_VME_W]
74
Class="Function"
75
Prototype="short WIENVME_VME_W(unsigned short AM, unsigned short DW, unsigned int VME_Address, unsigned int Data);"
76
 
77
[WIENVME_VME_MW]
78
Class="Function"
79
Prototype="short WIENVME_VME_MW(unsigned short AM, unsigned short DW, unsigned int VME_Address, unsigned int Data);"
80
 
81
[WIENVME_VME_MWRST]
82
Class="Function"
83
Prototype="short WIENVME_VME_MWRST();"
84
 
85
[WIENVME_VME_MWEXEC]
86
Class="Function"
87
Prototype="short WIENVME_VME_MWEXEC();"
88
 
89
[WIENVME_VME_MR]
90
Class="Function"
91
Prototype="short WIENVME_VME_MR(unsigned short AM, unsigned short DW, unsigned int VME_Address, unsigned int *Data);"
92
 
93
[WIENVME_VME_MRRST]
94
Class="Function"
95
Prototype="short WIENVME_VME_MRRST();"
96
 
97
[WIENVME_VME_MREXEC]
98
Class="Function"
99
Prototype="short WIENVME_VME_MREXEC(unsigned int *Data);"
100