Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
392 | Brean | 1 | #include <QTCommunication.h> |
2 | |||
397 | Brean | 3 | /** |
4 | * connect to Mikrokopter |
||
5 | */ |
||
6 | void QTCommunication::connect_MK(string addr) { |
||
392 | Brean | 7 | |
8 | }; |
||
9 | |||
397 | Brean | 10 | /** |
11 | * send command to Mikrokopter |
||
12 | */ |
||
13 | bool QTCommunication::send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend) { |
||
14 | return true; |
||
396 | Brean | 15 | }; |
16 | |||
399 | Brean | 17 | /** |
18 | * stop sending commands to Mikrokopter |
||
19 | * stop timer |
||
20 | */ |
||
397 | Brean | 21 | void QTCommunication::stop_resend() { |
396 | Brean | 22 | |
392 | Brean | 23 | }; |