Subversion Repositories f9daq

Rev

Rev 291 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
291 f9daq 1
[wait_loop]
2
Class="Function"
3
Prototype="void wait_loop(unsigned long iloop);"
4
 
5
[cb_timer]
6
Class="Function"
7
Prototype="int cb_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);"
8
 
9
[update_plots]
10
Class="Function"
11
Prototype="int update_plots();"
12
 
13
[daq_run]
14
Class="Function"
15
Prototype="int daq_run(void *functionData);"
16
 
17
[WinMain]
18
Class="Function"
19
Prototype="int WinMain(struct HINSTANCE__ *hInstance, struct HINSTANCE__ *hPrevInstance, char *lpszCmdLine, int nCmdShow);"
20
 
299 f9daq 21
[V1290_writeOC]
22
Class="Function"
23
Prototype="int V1290_writeOC(int *write_buffer);"
24
 
25
[V1290_readOC]
26
Class="Function"
27
Prototype="int V1290_readOC(int *return_buffer);"
28
 
29
[V1290_init]
30
Class="Function"
31
Prototype="void V1290_init();"
32
 
33
[V1290_readConfig]
34
Class="Function"
35
Prototype="void V1290_readConfig();"
36
 
291 f9daq 37
[max_from]
38
Class="Function"
39
Prototype="int max_from(int *array, int ifrom, int ito);"
40