#include <NTRIPSourceTableController.h>
◆ FetchStatus
◆ NTRIPSourceTableController()
| NTRIPSourceTableController::NTRIPSourceTableController |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~NTRIPSourceTableController()
| NTRIPSourceTableController::~NTRIPSourceTableController |
( |
| ) |
|
|
override |
◆ fetch()
| void NTRIPSourceTableController::fetch |
( |
const NTRIPTransportConfig & |
config, |
|
|
const QGeoCoordinate & |
sortCoord = {} |
|
) |
| |
Definition at line 59 of file NTRIPSourceTableController.cc.
References QGCNetworkHelper::RequestConfig::cacheEnabled, config, NTRIPSourceTableModel::count(), QGCNetworkHelper::createRequest(), fetchStatusChanged(), QGCNetworkHelper::RequestConfig::http2Allowed, InProgress, kCacheTtlMs, kFetchTimeoutMs, QGCNetworkHelper::setBasicAuth(), Success, QGCNetworkHelper::RequestConfig::timeoutMs, and QGCNetworkHelper::RequestConfig::userAgent.
Referenced by NTRIPManager::fetchMountpoints().
◆ fetchError()
| QString NTRIPSourceTableController::fetchError |
( |
| ) |
const |
|
inline |
◆ fetchErrorChanged
| void NTRIPSourceTableController::fetchErrorChanged |
( |
| ) |
|
|
signal |
◆ fetchStatus()
| FetchStatus NTRIPSourceTableController::fetchStatus |
( |
| ) |
const |
|
inline |
◆ fetchStatusChanged
| void NTRIPSourceTableController::fetchStatusChanged |
( |
| ) |
|
|
signal |
◆ mountpointModel()
| QAbstractListModel * NTRIPSourceTableController::mountpointModel |
( |
| ) |
const |
◆ mountpointModelChanged
| void NTRIPSourceTableController::mountpointModelChanged |
( |
| ) |
|
|
signal |
◆ mountpointSelected
| void NTRIPSourceTableController::mountpointSelected |
( |
const QString & |
mountpoint | ) |
|
|
signal |
◆ selectMountpoint()
| void NTRIPSourceTableController::selectMountpoint |
( |
const QString & |
mountpoint | ) |
|
◆ NTRIPSourceTableControllerTest
| friend class NTRIPSourceTableControllerTest |
|
friend |
◆ kCacheTtlMs
| constexpr int NTRIPSourceTableController::kCacheTtlMs = 60000 |
|
staticconstexpr |
◆ kFetchTimeoutMs
| constexpr int NTRIPSourceTableController::kFetchTimeoutMs = 10000 |
|
staticconstexpr |
◆ kMaxSourceTableBytes
| constexpr qint64 NTRIPSourceTableController::kMaxSourceTableBytes = 8 * 1024 * 1024 |
|
staticconstexpr |
The documentation for this class was generated from the following files: