Rev 500 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 500 | Rev 513 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | #include <QObject> |
3 | #include <QObject> |
4 | #include <QTimer> |
4 | #include <QTimer> |
5 | #include "Communication.h" |
5 | #include "Communication.h" |
6 | #include "Handler.h" |
6 | #include "Handler.h" |
7 | #include "../SerialPort/ManageSerialPort.h" |
7 | #include "../SerialPort/ManageSerialPort.h" |
- | 8 | #include "FlightLog.h" |
|
Line 8... | Line 9... | ||
8 | 9 | ||
9 | /** |
10 | /** |
10 | * QT specific communication class |
11 | * QT specific communication class |
11 | * based on the communication interface |
12 | * based on the communication interface |