Rev 451 | Rev 500 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 451 | Rev 462 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | * using the SerialPort implementation |
11 | * using the SerialPort implementation |
12 | * by VIANNEY-LIAUD Philippe |
12 | * by VIANNEY-LIAUD Philippe |
13 | * ( philippe.vianney.liaud gmail.com ) |
13 | * ( philippe.vianney.liaud gmail.com ) |
14 | */ |
14 | */ |
15 | 15 | ||
16 | class QTSerialCommunication : public Communication, QObject { |
16 | class QTSerialCommunication : public QObject, public Communication { |
17 | Q_OBJECT |
17 | Q_OBJECT |
18 | 18 | ||
19 | private: |
19 | private: |
20 | //timer to resend data if necessary |
20 | //timer to resend data if necessary |
21 | QTimer resendTimer; |
21 | QTimer resendTimer; |