Rev 291 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
291 | f9daq | 1 | [usleep] |
2 | Class="Function" |
||
3 | Prototype="void usleep(long long usec);" |
||
4 | |||
5 | [easiroc_Init] |
||
6 | Class="Function" |
||
7 | Prototype="int easiroc_Init(const char *SiTCP_MASTER_IP, unsigned int daq_mode);" |
||
8 | |||
9 | [easiroc_Close] |
||
10 | Class="Function" |
||
11 | Prototype="void easiroc_Close();" |
||
12 | |||
13 | [WriteData] |
||
14 | Class="Function" |
||
15 | Prototype="int WriteData(unsigned int sock, unsigned int data);" |
||
16 | |||
299 | f9daq | 17 | [easiroc_LoadIni] |
18 | Class="Function" |
||
19 | Prototype="int easiroc_LoadIni(const char *iniFile);" |
||
20 | |||
291 | f9daq | 21 | [PrepareFPGA] |
22 | Class="Function" |
||
23 | Prototype="void PrepareFPGA();" |
||
24 | |||
25 | [PrepareSC] |
||
26 | Class="Function" |
||
27 | Prototype="void PrepareSC(int chipNo);" |
||
28 | |||
29 | [PrepareReadSC] |
||
30 | Class="Function" |
||
31 | Prototype="void PrepareReadSC(int chipNo);" |
||
32 | |||
299 | f9daq | 33 | [easiroc_PrintData] |
34 | Class="Function" |
||
35 | Prototype="void easiroc_PrintData();" |
||
36 | |||
291 | f9daq | 37 | [DebugFPGA] |
38 | Class="Function" |
||
39 | Prototype="int DebugFPGA(unsigned int socket);" |
||
40 | |||
41 | [TransmitSC] |
||
42 | Class="Function" |
||
43 | Prototype="int TransmitSC(unsigned int socket);" |
||
44 | |||
45 | [TransmitReadSC] |
||
46 | Class="Function" |
||
47 | Prototype="int TransmitReadSC(unsigned int socket);" |
||
48 | |||
49 | [PreparePSC] |
||
50 | Class="Function" |
||
51 | Prototype="int PreparePSC(int CurrentCh, int CurrentProbeType);" |
||
52 | |||
53 | [TransmitProbe] |
||
54 | Class="Function" |
||
55 | Prototype="int TransmitProbe(unsigned int socket);" |
||
56 | |||
57 | [easiroc_fTransmitSC] |
||
58 | Class="Function" |
||
59 | Prototype="int easiroc_fTransmitSC();" |
||
60 | |||
61 | [easiroc_fTransmitReadSC] |
||
62 | Class="Function" |
||
63 | Prototype="int easiroc_fTransmitReadSC();" |
||
64 | |||
65 | [easiroc_fAsicInitialize] |
||
66 | Class="Function" |
||
67 | Prototype="int easiroc_fAsicInitialize();" |
||
68 | |||
69 | [easiroc_fTransmitProbe] |
||
70 | Class="Function" |
||
71 | Prototype="int easiroc_fTransmitProbe(int CurrentCh, int CurrentProbe);" |
||
72 | |||
73 | [ADCOneCycle_wHeader_ver2] |
||
74 | Class="Function" |
||
299 | f9daq | 75 | Prototype="int ADCOneCycle_wHeader_ver2(unsigned int socket, FILE *file, int stopping);" |
291 | f9daq | 76 | |
77 | [ADCStop] |
||
78 | Class="Function" |
||
79 | Prototype="void ADCStop(unsigned int socket);" |
||
80 | |||
81 | [ContinuousADC_ver2] |
||
82 | Class="Function" |
||
83 | Prototype="int ContinuousADC_ver2(unsigned int socket, char *file_name, int MaxCycleNum);" |
||
84 | |||
85 | [easiroc_fDAQ] |
||
86 | Class="Function" |
||
87 | Prototype="int easiroc_fDAQ(char *file_name, int MaxCycleNum);" |
||
88 | |||
299 | f9daq | 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();" |
||
100 |