Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 439 → Rev 440

/QMK-Groundstation/branches/libMK/libMK/QTCommunication.cpp
0,0 → 1,23
#include <QTCommunication.h>
 
/**
* connect to Mikrokopter
*/
void QTCommunication::connect_MK(string addr) {
};
 
/**
* send command to Mikrokopter
*/
bool QTCommunication::send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
return true;
};
 
/**
* stop sending commands to Mikrokopter
* stop timer
*/
void QTCommunication::stop_resend() {
};