|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCLoggingCategory.h>#include <QtCore/QStringList>#include <AndroidSerial.h>#include "qserialport_p.h"#include "qserialportinfo.h"#include "qserialportinfo_p.h"
Include dependency graph for qserialportinfo_android.cpp:Go to the source code of this file.
Functions | |
| QT_BEGIN_NAMESPACE QList< QSerialPortInfo > | availablePortsByFiltersOfDevices (bool &ok) |
| QList< QSerialPortInfo > | availablePortsBySysfs (bool &ok) |
| QList< QSerialPortInfo > | availablePortsByUdev (bool &ok) |
| QT_BEGIN_NAMESPACE QList< QSerialPortInfo > availablePortsByFiltersOfDevices | ( | bool & | ok | ) |
Definition at line 19 of file qserialportinfo_android.cpp.
| QList< QSerialPortInfo > availablePortsBySysfs | ( | bool & | ok | ) |
Definition at line 26 of file qserialportinfo_android.cpp.
| QList< QSerialPortInfo > availablePortsByUdev | ( | bool & | ok | ) |
Definition at line 32 of file qserialportinfo_android.cpp.