Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 396 → Rev 397

/QMK-Groundstation/branches/own_com_lib/com/QTCommunication.h
14,8 → 14,8
 
class QTCommunication : public Communication {
public:
void connectMK(string addr);
bool sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend);
void stopReSend();
void connect_MK(string addr);
bool send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend);
void stop_resend();
};
#endif