Subversion Repositories Projects

Rev

Rev 396 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

#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;
};

void QTCommunication::stop_resend() {
   
};