QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
qserialport_android.cpp File Reference
#include <QtCore/QMetaObject>
#include <QtCore/QPointer>
#include <QtCore/QScopeGuard>
#include <iterator>
#include "QGCLoggingCategory.h"
#include "qserialport_p.h"
+ Include dependency graph for qserialport_android.cpp:

Go to the source code of this file.

Variables

static constexpr qint32 kStandardBaudRates []
 

Variable Documentation

◆ kStandardBaudRates

constexpr qint32 kStandardBaudRates[]
staticconstexpr
Initial value:
= {
50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800,
2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 500000,
576000, 921600, 1000000, 1152000, 1500000, 2000000, 2500000, 3000000, 3500000, 4000000,
}

Definition at line 586 of file qserialport_android.cpp.

Referenced by QSerialPortPrivate::standardBaudRates().