Rev 291 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 291 | Rev 299 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | Prototype="void easiroc_Close();" |
11 | Prototype="void easiroc_Close();" |
12 | 12 | ||
13 | [WriteData] |
13 | [WriteData] |
14 | Class="Function" |
14 | Class="Function" |
15 | Prototype="int WriteData(unsigned int sock, unsigned int data);" |
15 | Prototype="int WriteData(unsigned int sock, unsigned int data);" |
- | 16 | ||
- | 17 | [easiroc_LoadIni] |
|
- | 18 | Class="Function" |
|
- | 19 | Prototype="int easiroc_LoadIni(const char *iniFile);" |
|
16 | 20 | ||
17 | [PrepareFPGA] |
21 | [PrepareFPGA] |
18 | Class="Function" |
22 | Class="Function" |
19 | Prototype="void PrepareFPGA();" |
23 | Prototype="void PrepareFPGA();" |
20 | 24 | ||
21 | [PrepareSC] |
25 | [PrepareSC] |
22 | Class="Function" |
26 | Class="Function" |
23 | Prototype="void PrepareSC(int chipNo);" |
27 | Prototype="void PrepareSC(int chipNo);" |
24 | 28 | ||
25 | [PrepareReadSC] |
29 | [PrepareReadSC] |
26 | Class="Function" |
30 | Class="Function" |
27 | Prototype="void PrepareReadSC(int chipNo);" |
31 | Prototype="void PrepareReadSC(int chipNo);" |
- | 32 | ||
- | 33 | [easiroc_PrintData] |
|
- | 34 | Class="Function" |
|
- | 35 | Prototype="void easiroc_PrintData();" |
|
28 | 36 | ||
29 | [DebugFPGA] |
37 | [DebugFPGA] |
30 | Class="Function" |
38 | Class="Function" |
31 | Prototype="int DebugFPGA(unsigned int socket);" |
39 | Prototype="int DebugFPGA(unsigned int socket);" |
32 | 40 | ||
33 | [TransmitSC] |
41 | [TransmitSC] |
34 | Class="Function" |
42 | Class="Function" |
35 | Prototype="int TransmitSC(unsigned int socket);" |
43 | Prototype="int TransmitSC(unsigned int socket);" |
36 | 44 | ||
37 | [TransmitReadSC] |
45 | [TransmitReadSC] |
38 | Class="Function" |
46 | Class="Function" |
39 | Prototype="int TransmitReadSC(unsigned int socket);" |
47 | Prototype="int TransmitReadSC(unsigned int socket);" |
40 | 48 | ||
41 | [PreparePSC] |
49 | [PreparePSC] |
42 | Class="Function" |
50 | Class="Function" |
43 | Prototype="int PreparePSC(int CurrentCh, int CurrentProbeType);" |
51 | Prototype="int PreparePSC(int CurrentCh, int CurrentProbeType);" |
44 | 52 | ||
45 | [TransmitProbe] |
53 | [TransmitProbe] |
Line 62... | Line 70... | ||
62 | Class="Function" |
70 | Class="Function" |
63 | Prototype="int easiroc_fTransmitProbe(int CurrentCh, int CurrentProbe);" |
71 | Prototype="int easiroc_fTransmitProbe(int CurrentCh, int CurrentProbe);" |
64 | 72 | ||
65 | [ADCOneCycle_wHeader_ver2] |
73 | [ADCOneCycle_wHeader_ver2] |
66 | Class="Function" |
74 | Class="Function" |
67 | Prototype="int ADCOneCycle_wHeader_ver2(unsigned int socket, FILE * |
75 | Prototype="int ADCOneCycle_wHeader_ver2(unsigned int socket, FILE *file, int stopping);" |
68 | 76 | ||
69 | [ADCStop] |
77 | [ADCStop] |
70 | Class="Function" |
78 | Class="Function" |
71 | Prototype="void ADCStop(unsigned int socket);" |
79 | Prototype="void ADCStop(unsigned int socket);" |
72 | 80 | ||
73 | [ContinuousADC_ver2] |
81 | [ContinuousADC_ver2] |
74 | Class="Function" |
82 | Class="Function" |
75 | Prototype="int ContinuousADC_ver2(unsigned int socket, char *file_name, int MaxCycleNum);" |
83 | Prototype="int ContinuousADC_ver2(unsigned int socket, char *file_name, int MaxCycleNum);" |
76 | 84 | ||
77 | [easiroc_fDAQ] |
85 | [easiroc_fDAQ] |
78 | Class="Function" |
86 | Class="Function" |
79 | Prototype="int easiroc_fDAQ(char *file_name, int MaxCycleNum);" |
87 | Prototype="int easiroc_fDAQ(char *file_name, int MaxCycleNum);" |
- | 88 | ||
- | 89 | [easiroc_singleADCstart] |
|
- | 90 | Class="Function" |
|
- | 91 | Prototype="int easiroc_singleADCstart();" |
|
- | 92 | ||
- | 93 | [easiroc_singleADCevent] |
|
- | 94 | Class="Function" |
|
- | 95 | Prototype="int easiroc_singleADCevent(unsigned int *retData);" |
|
- | 96 | ||
- | 97 | [easiroc_singleADCstop] |
|
- | 98 | Class="Function" |
|
- | 99 | Prototype="int easiroc_singleADCstop();" |
|
80 | 100 |