|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QtCore/QLoggingCategory>#include <QtCore/QMutex>#include <QtCore/QWaitCondition>#include <QtCore/private/qiodevice_p.h>#include <QtCore/private/qproperty_p.h>#include <atomic>#include "AndroidSerial.h"#include "qserialport.h"
Include dependency graph for qserialport_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QSerialPortErrorInfo |
| class | QSerialPortPrivate |
Macros | |
| #define | QSERIALPORT_BUFFERSIZE DEFAULT_WRITE_BUFFER_SIZE |
Variables | |
| constexpr int | INVALID_DEVICE_ID = 0 |
| constexpr int | MIN_READ_TIMEOUT = 500 |
| constexpr qint64 | MAX_READ_SIZE = 16 * 1024 |
| constexpr qint64 | DEFAULT_READ_BUFFER_SIZE = MAX_READ_SIZE |
| constexpr qint64 | DEFAULT_WRITE_BUFFER_SIZE = 16 * 1024 |
| constexpr int | DEFAULT_WRITE_TIMEOUT = 5000 |
| constexpr int | DEFAULT_READ_TIMEOUT = 0 |
| constexpr int | EMIT_THRESHOLD = 64 |
| #define QSERIALPORT_BUFFERSIZE DEFAULT_WRITE_BUFFER_SIZE |
Definition at line 40 of file qserialport_p.h.
|
constexpr |
Definition at line 33 of file qserialport_p.h.
|
constexpr |
Definition at line 36 of file qserialport_p.h.
|
constexpr |
Definition at line 34 of file qserialport_p.h.
|
constexpr |
Definition at line 35 of file qserialport_p.h.
|
constexpr |
Definition at line 37 of file qserialport_p.h.
|
constexpr |
Definition at line 30 of file qserialport_p.h.
Referenced by AndroidSerial::availableDevices(), QSerialPortPrivate::close(), AndroidSerial::open(), and QSerialPortPrivate::open().
|
constexpr |
Definition at line 32 of file qserialport_p.h.
Referenced by AndroidSerial::jniDeviceNewData().
|
constexpr |
Definition at line 31 of file qserialport_p.h.