Rev 397 |
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;
};
/**
* stop sending commands to Mikrokopter
* stop timer
*/
void QTCommunication::stop_resend() {
};