Impliments serial connection to the flight hardware for Telemetry.
More...
|
| Core |
| The Core namespace contains all classes that make up the Core plugin which constitute the basic functionality of the GCS.
|
|
| Ui |
|
Impliments serial connection to the flight hardware for Telemetry.
Implements serial connection to the flight hardware for Telemetry.
void SerialPluginOptionsPage::apply |
( |
| ) |
|
|
virtual |
QList< IDevice * > SerialConnection::availableDevices |
( |
| ) |
|
|
virtual |
QString SerialPluginOptionsPage::category |
( |
| ) |
const |
|
inlinevirtual |
IUAVGadgetConfiguration * SerialPluginConfiguration::clone |
( |
| ) |
|
|
virtual |
void SerialConnection::closeDevice |
( |
const QString & |
deviceName | ) |
|
|
virtual |
QString SerialConnection::connectionName |
( |
| ) |
|
|
virtual |
QWidget * SerialPluginOptionsPage::createPage |
( |
QWidget * |
parent | ) |
|
|
virtual |
bool SerialConnection::deviceOpened |
( |
| ) |
|
|
inline |
void SerialPluginOptionsPage::finish |
( |
| ) |
|
|
virtual |
QString SerialPluginOptionsPage::id |
( |
| ) |
const |
|
inlinevirtual |
QIODevice * SerialConnection::openDevice |
( |
Core::IDevice * |
device | ) |
|
|
virtual |
Open a device, and return a QIODevice interface from it It should be a dynamically created object as it will be deleted by the connection manager.
Implements Core::IConnection.
Definition at line 133 of file serialplugin.cpp.
bool SerialPluginConfiguration::reconnect |
( |
| ) |
|
|
inline |
virtual bool SerialConnection::reconnect |
( |
| ) |
|
|
inlinevirtual |
Used to flag that the device wants that we try to reconnect if it gets disconnected Currently this should be used only with bluetooth devices.
- Returns
- true if the device want's us to try to reconnect it
Reimplemented from Core::IConnection.
Definition at line 63 of file serialplugin.h.
void SerialPluginConfiguration::restoresettings |
( |
| ) |
|
void SerialConnection::resumePolling |
( |
| ) |
|
|
virtual |
void SerialPluginConfiguration::saveConfig |
( |
QSettings * |
settings | ) |
const |
|
virtual |
void SerialPluginConfiguration::savesettings |
( |
| ) |
const |
SerialConnection::SerialConnection |
( |
| ) |
|
SerialPluginConfiguration::SerialPluginConfiguration |
( |
QString |
classId, |
|
|
QSettings * |
qSettings = nullptr , |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
QString SerialConnection::shortName |
( |
| ) |
|
|
virtual |
bool sortPorts |
( |
const QSerialPortInfo & |
s1, |
|
|
const QSerialPortInfo & |
s2 |
|
) |
| |
QString SerialPluginConfiguration::speed |
( |
| ) |
|
|
inline |
void SerialConnection::suspendPolling |
( |
| ) |
|
|
virtual |
QString SerialPluginOptionsPage::trCategory |
( |
| ) |
const |
|
inlinevirtual |
QString SerialPluginOptionsPage::trName |
( |
| ) |
const |
|
inlinevirtual |
SerialConnection::~SerialConnection |
( |
| ) |
|
|
virtual |
SerialPluginConfiguration::~SerialPluginConfiguration |
( |
| ) |
|
|
virtual |
bool SerialConnection::m_deviceOpened |
|
protected |
QTimer SerialConnection::periodicTimer |
|
protected |
void SerialPluginConfiguration::setReconnect |
( |
bool |
reconnect | ) |
|
|
inlineslot |
void SerialPluginConfiguration::setSpeed |
( |
QString |
speed | ) |
|
|
inlineslot |
void SerialConnection::onEnumerationChanged |
( |
| ) |
|
|
protectedslot |