QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
NTRIPTransportConfig Struct Reference

#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
 

Detailed Description

Definition at line 10 of file NTRIPHttpTransport.h.

Member Function Documentation

◆ operator!=()

bool NTRIPTransportConfig::operator!= ( const NTRIPTransportConfig other) const
inline

Definition at line 25 of file NTRIPHttpTransport.h.

◆ operator==()

bool NTRIPTransportConfig::operator== ( const NTRIPTransportConfig other) const
inline

Definition at line 19 of file NTRIPHttpTransport.h.

References host, mountpoint, password, port, username, useTls, and whitelist.

Member Data Documentation

◆ host

QString NTRIPTransportConfig::host

Definition at line 11 of file NTRIPHttpTransport.h.

Referenced by operator==().

◆ mountpoint

QString NTRIPTransportConfig::mountpoint

Definition at line 15 of file NTRIPHttpTransport.h.

Referenced by operator==().

◆ password

QString NTRIPTransportConfig::password

Definition at line 14 of file NTRIPHttpTransport.h.

Referenced by operator==().

◆ port

int NTRIPTransportConfig::port = 2101

Definition at line 12 of file NTRIPHttpTransport.h.

Referenced by operator==().

◆ username

QString NTRIPTransportConfig::username

Definition at line 13 of file NTRIPHttpTransport.h.

Referenced by operator==().

◆ useTls

bool NTRIPTransportConfig::useTls = false

Definition at line 17 of file NTRIPHttpTransport.h.

Referenced by operator==().

◆ whitelist

QString NTRIPTransportConfig::whitelist

Definition at line 16 of file NTRIPHttpTransport.h.

Referenced by operator==().


The documentation for this struct was generated from the following file: