Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
289 | f9daq | 1 | [MIKRO_Open] |
2 | Class="Function" |
||
3 | Prototype="int MIKRO_Open(int port);" |
||
4 | |||
5 | [MIKRO_Close] |
||
6 | Class="Function" |
||
7 | Prototype="void MIKRO_Close();" |
||
8 | |||
9 | [MIKRO_Cmd] |
||
10 | Class="Function" |
||
11 | Prototype="int MIKRO_Cmd(int node, char *cmd);" |
||
12 | |||
13 | [MIKRO_Set] |
||
14 | Class="Function" |
||
15 | Prototype="int MIKRO_Set(int node, char *cmd, int val);" |
||
16 | |||
17 | [MIKRO_Get] |
||
18 | Class="Function" |
||
19 | Prototype="int MIKRO_Get(int node, char *cmd, int *val);" |
||
20 | |||
21 | [MIKRO_GetStat] |
||
22 | Class="Function" |
||
23 | Prototype="int MIKRO_GetStat(int node);" |
||
24 | |||
25 | [MIKRO_Init] |
||
26 | Class="Function" |
||
27 | Prototype="int MIKRO_Init(int node, int type);" |
||
28 | |||
29 | [MIKRO_Reset] |
||
30 | Class="Function" |
||
31 | Prototype="int MIKRO_Reset(int node);" |
||
32 | |||
33 | [MIKRO_ReferenceMove] |
||
34 | Class="Function" |
||
35 | Prototype="int MIKRO_ReferenceMove(int node);" |
||
36 | |||
37 | [MIKRO_MoveFor] |
||
38 | Class="Function" |
||
39 | Prototype="int MIKRO_MoveFor(int node, int dist);" |
||
40 | |||
41 | [MIKRO_MoveTo] |
||
42 | Class="Function" |
||
43 | Prototype="int MIKRO_MoveTo(int node, int dest);" |
||
44 | |||
45 | [MIKRO_GetPosition] |
||
46 | Class="Function" |
||
47 | Prototype="int MIKRO_GetPosition(int node, int *pos);" |
||
48 |