Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
351 | f9daq | 1 | [SetDimming] |
2 | Class="Function" |
||
3 | Prototype="void SetDimming(int state);" |
||
4 | |||
5 | [main] |
||
6 | Class="Function" |
||
7 | Prototype="int main(int argc, char **argv);" |
||
8 | |||
9 | [ExitCB] |
||
10 | Class="Function" |
||
11 | Prototype="int ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);" |
||
12 | |||
13 | [StopCB] |
||
14 | Class="Function" |
||
15 | Prototype="int StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);" |
||
16 | |||
17 | [ComCallback1] |
||
18 | Class="Function" |
||
19 | Prototype="void ComCallback1(int portNumber, int eventMask, void *callbackdata);" |
||
20 | |||
21 | [SetPosition] |
||
22 | Class="Function" |
||
23 | Prototype="int SetPosition(int pos);" |
||
24 | |||
25 | [SetSpeed] |
||
26 | Class="Function" |
||
27 | Prototype="int SetSpeed(float v);" |
||
28 | |||
29 | [ComCallback2] |
||
30 | Class="Function" |
||
31 | Prototype="void ComCallback2(int portNumber, int eventMask, void *callbackdata);" |
||
32 | |||
33 | [StartCB] |
||
34 | Class="Function" |
||
35 | Prototype="int StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);" |
||
36 | |||
37 | [GoToEndCB] |
||
38 | Class="Function" |
||
39 | Prototype="int GoToEndCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);" |
||
40 | |||
41 | [GoToZeroCB] |
||
42 | Class="Function" |
||
43 | Prototype="int GoToZeroCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);" |
||
44 | |||
45 | [ResetCB] |
||
46 | Class="Function" |
||
47 | Prototype="int ResetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);" |
||
48 |