/QMK-Groundstation/branches/libMK/libMK/Communication.cpp |
---|
File deleted |
\ No newline at end of file |
/QMK-Groundstation/branches/libMK/libMK/Communication.h |
---|
File deleted |
\ No newline at end of file |
/QMK-Groundstation/branches/libMK/libMK/Handler.cpp |
---|
1,5 → 1,4 |
#include "Handler.h" |
#include <iostream> |
#include<Handler.h> |
/** |
* Constructor that gets a communication instance |
322,7 → 321,7 |
// Debug-Daten |
case 'D' : // DONE 0.71g |
for (int i = 0; i < MaxAnalog; i++) { |
std::cout << Parser::dataToInt(data, (i * 2) + 2) << std::endl; |
//AnalogData[i] = Parser::dataToInt(RX.decode, (i * 2) + 2); |
} |
//show_DebugData(); |
break; |
/QMK-Groundstation/branches/libMK/libMK/QTSerialCommunication.cpp |
---|
74,7 → 74,4 |
* resend timer timout |
*/ |
void QTSerialCommunication::slot_resend_timer() { |
} |
void QTSerialCommunication::received_data(char * data) { |
} |
/QMK-Groundstation/branches/libMK/libMK/QTSerialCommunication.h |
---|
13,7 → 13,7 |
* ( philippe.vianney.liaud gmail.com ) |
*/ |
class QTSerialCommunication : public QObject, public Communication { |
class QTSerialCommunication : public Communication, QObject { |
Q_OBJECT |
private: |