Enroute Flight Navigation
A navigation app for VFR pilots
Positioning::PositionInfoSource_Satellite Class Reference

Satellite Navigator. More...

#include <PositionInfoSource_Satellite.h>

Inheritance diagram for Positioning::PositionInfoSource_Satellite:
Positioning::PositionInfoSource_Abstract

Public Member Functions

 PositionInfoSource_Satellite (QObject *parent=nullptr)
 Standard constructor.
 
void startUpdates ()
 startUpdates
 
- Public Member Functions inherited from Positioning::PositionInfoSource_Abstract
 PositionInfoSource_Abstract (QObject *parent=nullptr)
 Default constructor.
 
Positioning::PositionInfo positionInfo () const
 Getter method for property with the same name.
 
QBindable< Positioning::PositionInfobindablePositionInfo () const
 Getter method for property with the same name.
 
bool receivingPositionInfo () const
 Getter method for property with the same name.
 
QBindable< bool > bindableReceivingPositionInfo ()
 Getter method for property with the same name.
 
QString sourceName () const
 Getter method for property with the same name.
 
QBindable< QString > bindableSourceName () const
 Getter method for property with the same name.
 
QString statusString () const
 Getter method for property with the same name.
 
QBindable< QString > bindableStatusString () const
 Getter method for property with the same name.
 

Additional Inherited Members

- Properties inherited from Positioning::PositionInfoSource_Abstract
Positioning::PositionInfo positionInfo
 Position information.
 
bool receivingPositionInfo
 Indicator that position information is being received.
 
QString sourceName
 Source name.
 
QString statusString
 Source status.
 

Detailed Description

Satellite Navigator.

This class is a thin wrapper around QGeoPositionInfoSource. It constructs a default QGeoPositionInfoSource and forwards the data provided by that source via the PositionInfoSource_Abstract interface that it implements.

Data is only provided after startUpdates() has been called.

Definition at line 40 of file PositionInfoSource_Satellite.h.

Constructor & Destructor Documentation

◆ PositionInfoSource_Satellite()

Positioning::PositionInfoSource_Satellite::PositionInfoSource_Satellite ( QObject * parent = nullptr)
explicit

Standard constructor.

Parameters
parentThe standard QObject parent pointer

Member Function Documentation

◆ startUpdates()

void Positioning::PositionInfoSource_Satellite::startUpdates ( )

startUpdates

Requests permissions if necessary and starts to provide data if permissions were granted.


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