Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 397 → Rev 396

/QMK-Groundstation/branches/own_com_lib/com/QTCommunication.cpp
1,19 → 1,13
#include <QTCommunication.h>
 
/**
* connect to Mikrokopter
*/
void QTCommunication::connect_MK(string addr) {
void QTCommunication::connectMK(string addr) {
};
 
/**
* send command to Mikrokopter
*/
bool QTCommunication::send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
return true;
bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
};
 
void QTCommunication::stop_resend() {
void QTCommunication::stopReSend() {
};