Subversion Repositories Projects

Rev

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

Rev 392 Rev 396
1
#include <QTCommunication.h>
1
#include <QTCommunication.h>
2
 
2
 
3
void QTCommunication::connectMK(string addr) {
3
void QTCommunication::connectMK(string addr) {
4
   
4
   
5
};
5
};
6
 
6
 
7
bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
7
bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
-
 
8
   
-
 
9
};
-
 
10
 
-
 
11
void QTCommunication::stopReSend() {
8
   
12
   
9
};
13
};