|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <NTRIPSourceTable.h>
Inheritance diagram for NTRIPSourceTableFetcher:
Collaboration diagram for NTRIPSourceTableFetcher:Signals | |
| void | sourceTableReceived (const QString &table) |
| void | error (const QString &errorMsg) |
| void | finished () |
Public Member Functions | |
| NTRIPSourceTableFetcher (const QString &host, int port, const QString &username, const QString &password, bool useTls=false, QObject *parent=nullptr) | |
| ~NTRIPSourceTableFetcher () override=default | |
| void | fetch () |
Static Public Attributes | |
| static constexpr int | kFetchTimeoutMs = 10000 |
Definition at line 113 of file NTRIPSourceTable.h.
| NTRIPSourceTableFetcher::NTRIPSourceTableFetcher | ( | const QString & | host, |
| int | port, | ||
| const QString & | username, | ||
| const QString & | password, | ||
| bool | useTls = false, |
||
| QObject * | parent = nullptr |
||
| ) |
Definition at line 136 of file NTRIPSourceTable.cc.
References QGCNetworkHelper::createNetworkManager().
|
overridedefault |
|
signal |
Referenced by NTRIPManager::fetchMountpoints().
| void NTRIPSourceTableFetcher::fetch | ( | ) |
Definition at line 150 of file NTRIPSourceTable.cc.
References QGCNetworkHelper::RequestConfig::cacheEnabled, QGCNetworkHelper::createRequest(), QGCNetworkHelper::RequestConfig::http2Allowed, kFetchTimeoutMs, QGCNetworkHelper::setBasicAuth(), QGCNetworkHelper::RequestConfig::timeoutMs, and QGCNetworkHelper::RequestConfig::userAgent.
Referenced by NTRIPManager::fetchMountpoints().
|
signal |
Referenced by NTRIPManager::fetchMountpoints().
|
signal |
Referenced by NTRIPManager::fetchMountpoints().
|
staticconstexpr |
Definition at line 118 of file NTRIPSourceTable.h.
Referenced by fetch().