Subversion Repositories Projects

Rev

Rev 396 | Rev 399 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 396 Rev 397
1
#include <QTCommunication.h>
1
#include <QTCommunication.h>
-
 
2
 
-
 
3
/**
-
 
4
 * connect to Mikrokopter
2
 
5
 */
3
void QTCommunication::connectMK(string addr) {
6
void QTCommunication::connect_MK(string addr) {
4
   
7
   
5
};
8
};
-
 
9
 
-
 
10
/**
-
 
11
 * send command to Mikrokopter
6
 
12
 */
7
bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
-
 
-
 
13
bool QTCommunication::send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
8
   
14
    return true;
9
};
15
};
10
 
16
 
11
void QTCommunication::stopReSend() {
17
void QTCommunication::stop_resend() {
12
   
18
   
13
};
19
};