Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
291 | f9daq | 1 | [SenderInit] |
2 | Class="Function" |
||
3 | Prototype="void SenderInit();" |
||
4 | |||
5 | [SenderClose] |
||
6 | Class="Function" |
||
7 | Prototype="void SenderClose();" |
||
8 | |||
9 | [Senderudp_send] |
||
10 | Class="Function" |
||
11 | Prototype="void Senderudp_send(unsigned int address, int data);" |
||
12 | |||
13 | [Senderudp_recv] |
||
14 | Class="Function" |
||
15 | Prototype="int Senderudp_recv(unsigned int address, int data);" |
||
16 | |||
17 | [SenderRBCPpacket_send] |
||
18 | Class="Function" |
||
19 | Prototype="void SenderRBCPpacket_send(unsigned int address, unsigned char length, int *data);" |
||
20 | |||
21 | [SenderRBCPpacket_recv] |
||
22 | Class="Function" |
||
23 | Prototype="void SenderRBCPpacket_recv(unsigned int address, unsigned char length, int *data);" |
||
24 | |||
25 | [SenderRBCP_multi_packet_send] |
||
26 | Class="Function" |
||
27 | Prototype="void SenderRBCP_multi_packet_send(unsigned int address, unsigned int total_length, int *data);" |
||
28 | |||
29 | [Senderread_madc] |
||
30 | Class="Function" |
||
31 | Prototype="int Senderread_madc(int data);" |
||
32 | |||
33 | [Senderclear_all] |
||
34 | Class="Function" |
||
35 | Prototype="void Senderclear_all();" |
||
36 |