QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
NTRIPMountpointModel Class Reference

#include <NTRIPSourceTable.h>

+ Inheritance diagram for NTRIPMountpointModel:
+ Collaboration diagram for NTRIPMountpointModel:

Signals

void distanceKmChanged ()
 

Public Member Functions

 NTRIPMountpointModel (QObject *parent=nullptr)
 
QString mountpoint () const
 
QString identifier () const
 
QString format () const
 
QString formatDetails () const
 
int carrier () const
 
QString navSystem () const
 
QString network () const
 
QString country () const
 
double latitude () const
 
double longitude () const
 
bool nmea () const
 
bool solution () const
 
QString generator () const
 
QString compression () const
 
QString authentication () const
 
bool fee () const
 
int bitrate () const
 
double distanceKm () const
 
void updateDistance (const QGeoCoordinate &from)
 

Static Public Member Functions

static NTRIPMountpointModelfromSourceTableLine (const QString &line, QObject *parent=nullptr)
 

Detailed Description

Definition at line 10 of file NTRIPSourceTable.h.

Constructor & Destructor Documentation

◆ NTRIPMountpointModel()

NTRIPMountpointModel::NTRIPMountpointModel ( QObject *  parent = nullptr)
inlineexplicit

Definition at line 33 of file NTRIPSourceTable.h.

Member Function Documentation

◆ authentication()

QString NTRIPMountpointModel::authentication ( ) const
inline

Definition at line 49 of file NTRIPSourceTable.h.

◆ bitrate()

int NTRIPMountpointModel::bitrate ( ) const
inline

Definition at line 51 of file NTRIPSourceTable.h.

◆ carrier()

int NTRIPMountpointModel::carrier ( ) const
inline

Definition at line 39 of file NTRIPSourceTable.h.

◆ compression()

QString NTRIPMountpointModel::compression ( ) const
inline

Definition at line 48 of file NTRIPSourceTable.h.

◆ country()

QString NTRIPMountpointModel::country ( ) const
inline

Definition at line 42 of file NTRIPSourceTable.h.

◆ distanceKm()

double NTRIPMountpointModel::distanceKm ( ) const
inline

Definition at line 52 of file NTRIPSourceTable.h.

◆ distanceKmChanged

void NTRIPMountpointModel::distanceKmChanged ( )
signal

Referenced by updateDistance().

◆ fee()

bool NTRIPMountpointModel::fee ( ) const
inline

Definition at line 50 of file NTRIPSourceTable.h.

◆ format()

QString NTRIPMountpointModel::format ( ) const
inline

Definition at line 37 of file NTRIPSourceTable.h.

◆ formatDetails()

QString NTRIPMountpointModel::formatDetails ( ) const
inline

Definition at line 38 of file NTRIPSourceTable.h.

◆ fromSourceTableLine()

NTRIPMountpointModel * NTRIPMountpointModel::fromSourceTableLine ( const QString &  line,
QObject *  parent = nullptr 
)
static

Definition at line 11 of file NTRIPSourceTable.cc.

Referenced by NTRIPSourceTableModel::parseSourceTable().

◆ generator()

QString NTRIPMountpointModel::generator ( ) const
inline

Definition at line 47 of file NTRIPSourceTable.h.

◆ identifier()

QString NTRIPMountpointModel::identifier ( ) const
inline

Definition at line 36 of file NTRIPSourceTable.h.

◆ latitude()

double NTRIPMountpointModel::latitude ( ) const
inline

Definition at line 43 of file NTRIPSourceTable.h.

◆ longitude()

double NTRIPMountpointModel::longitude ( ) const
inline

Definition at line 44 of file NTRIPSourceTable.h.

◆ mountpoint()

QString NTRIPMountpointModel::mountpoint ( ) const
inline

Definition at line 35 of file NTRIPSourceTable.h.

◆ navSystem()

QString NTRIPMountpointModel::navSystem ( ) const
inline

Definition at line 40 of file NTRIPSourceTable.h.

◆ network()

QString NTRIPMountpointModel::network ( ) const
inline

Definition at line 41 of file NTRIPSourceTable.h.

◆ nmea()

bool NTRIPMountpointModel::nmea ( ) const
inline

Definition at line 45 of file NTRIPSourceTable.h.

◆ solution()

bool NTRIPMountpointModel::solution ( ) const
inline

Definition at line 46 of file NTRIPSourceTable.h.

◆ updateDistance()

void NTRIPMountpointModel::updateDistance ( const QGeoCoordinate &  from)

Definition at line 40 of file NTRIPSourceTable.cc.

References distanceKmChanged().


The documentation for this class was generated from the following files: