|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <NTRIPHttpTransport.h>
Public Member Functions | |
| bool | operator== (const NTRIPTransportConfig &other) const |
| bool | operator!= (const NTRIPTransportConfig &other) const |
Public Attributes | |
| QString | host |
| int | port = 2101 |
| QString | username |
| QString | password |
| QString | mountpoint |
| QString | whitelist |
| bool | useTls = false |
Definition at line 10 of file NTRIPHttpTransport.h.
|
inline |
Definition at line 25 of file NTRIPHttpTransport.h.
|
inline |
Definition at line 19 of file NTRIPHttpTransport.h.
References host, mountpoint, password, port, username, useTls, and whitelist.
| QString NTRIPTransportConfig::host |
Definition at line 11 of file NTRIPHttpTransport.h.
Referenced by operator==().
| QString NTRIPTransportConfig::mountpoint |
Definition at line 15 of file NTRIPHttpTransport.h.
Referenced by operator==().
| QString NTRIPTransportConfig::password |
Definition at line 14 of file NTRIPHttpTransport.h.
Referenced by operator==().
| int NTRIPTransportConfig::port = 2101 |
Definition at line 12 of file NTRIPHttpTransport.h.
Referenced by operator==().
| QString NTRIPTransportConfig::username |
Definition at line 13 of file NTRIPHttpTransport.h.
Referenced by operator==().
| bool NTRIPTransportConfig::useTls = false |
Definition at line 17 of file NTRIPHttpTransport.h.
Referenced by operator==().
| QString NTRIPTransportConfig::whitelist |
Definition at line 16 of file NTRIPHttpTransport.h.
Referenced by operator==().