Enroute Flight Navigation
A navigation app for VFR pilots
Sensors Class Reference

Sensor data. More...

#include <Sensors.h>

Inheritance diagram for Sensors:
GlobalObject

Signals

void ambientDensityChanged ()
 Notifier signal.
 
void ambientPressureChanged ()
 Notifier signal.
 
void ambientTemperatureChanged ()
 Notifier signal.
 
void statusStringChanged ()
 Notifier signal.
 

Public Member Functions

 Sensors (QObject *parent=nullptr)
 Standard constructor.
 
void deferredInitialization () override
 Non-constructor initialization.
 
 ~Sensors () override=default
 Standard destructor.
 
Units::Pressure ambientPressure () const
 Getter function for the property with the same name.
 
Units::Temperature ambientTemperature () const
 Getter function for the property with the same name.
 
Units::Distance pressureAltitude () const
 Getter function for the property with the same name.
 
QString statusString () const
 Getter function for the property with the same name.
 
- Public Member Functions inherited from GlobalObject
 GlobalObject (QObject *parent=nullptr)
 Standard constructor.
 
 ~GlobalObject () override=default
 Standard deconstructor.
 

Properties

Units::Pressure ambientPressure
 Ambient pressure.
 
Units::Temperature ambientTemperature
 Ambient temperature.
 
Units::Distance pressureAltitude
 Pressure altitude.
 
QString statusString
 Status string.
 

Additional Inherited Members

- Static Public Member Functions inherited from GlobalObject
static void clear ()
 Deletes all globally defined objects.
 
static Q_INVOKABLE bool canConstruct ()
 Indicates if the static methods are ready to be used.
 
static Q_INVOKABLE Navigation::Clockclock ()
 Pointer to appplication-wide static Navigation::Clock instance.
 
static Q_INVOKABLE DataManagement::DataManagerdataManager ()
 Pointer to appplication-wide static GeoMaps::DataManager instance.
 
static Q_INVOKABLE DemoRunnerdemoRunner ()
 Pointer to appplication-wide static DemoRunner instance.
 
static Q_INVOKABLE Traffic::FlarmnetDBflarmnetDB ()
 Pointer to appplication-wide static FlarmnetDB instance.
 
static Q_INVOKABLE Platform::FileExchange_AbstractfileExchange ()
 Pointer to appplication-wide static FileExchange instance.
 
static Q_INVOKABLE GeoMaps::GeoMapProvidergeoMapProvider ()
 Pointer to appplication-wide static GeoMaps::GeoMapProvider instance.
 
static Q_INVOKABLE GlobalSettingsglobalSettings ()
 Pointer to appplication-wide static Settings instance.
 
static Q_INVOKABLE Librarianlibrarian ()
 Pointer to appplication-wide static librarian instance.
 
static Q_INVOKABLE Platform::PlatformAdaptor_AbstractplatformAdaptor ()
 Pointer to appplication-wide static PlatformAdaptor instance.
 
static Q_INVOKABLE Sensorssensors ()
 Pointer to appplication-wide static Navigation::Clock instance.
 
static Q_INVOKABLE Navigation::Navigatornavigator ()
 Pointer to appplication-wide static Navigation::Navigator instance.
 
static Q_INVOKABLE Traffic::PasswordDBpasswordDB ()
 Pointer to appplication-wide static PasswordDB instance.
 
static Q_INVOKABLE Positioning::PositionProviderpositionProvider ()
 Pointer to appplication-wide static PositionProvider instance.
 
static Q_INVOKABLE NOTAM::NOTAMProvidernotamProvider ()
 Pointer to appplication-wide static notification manager instance.
 
static Q_INVOKABLE Notifications::NotificationManagernotificationManager ()
 Pointer to appplication-wide static notification manager instance.
 
static Q_INVOKABLE QNetworkAccessManager * networkAccessManager ()
 Pointer to appplication-wide static QNetworkAccessManager instance.
 
static Q_INVOKABLE DataManagement::SSLErrorHandlersslErrorHandler ()
 Pointer to appplication-wide static QNetworkAccessManager instance.
 
static Q_INVOKABLE Traffic::TrafficDataProvidertrafficDataProvider ()
 Pointer to appplication-wide static TrafficDataProvider instance.
 
static Q_INVOKABLE GeoMaps::WaypointLibrarywaypointLibrary ()
 Pointer to appplication-wide static WaypointLibrary instance.
 
static Q_INVOKABLE Weather::WeatherDataProviderweatherDataProvider ()
 Pointer to appplication-wide static WeatherDataProvider instance.
 

Detailed Description

Sensor data.

This class collects data from ambient pressure/temperature sensors.

Definition at line 42 of file Sensors.h.

Constructor & Destructor Documentation

◆ Sensors()

Sensors::Sensors ( QObject * parent = nullptr)
explicit

Standard constructor.

Parameters
parentThe standard QObject parent pointer

Member Function Documentation

◆ ambientPressure()

Units::Pressure Sensors::ambientPressure ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property ambientPressure

Definition at line 110 of file Sensors.h.

◆ ambientTemperature()

Units::Temperature Sensors::ambientTemperature ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property ambientPressure

Definition at line 116 of file Sensors.h.

◆ deferredInitialization()

void Sensors::deferredInitialization ( )
overridevirtual

Non-constructor initialization.

This method is called by the static methods that create global instances immediately after the constructor returns. This class can be re-implemented to perform initialization steps that refer to other singleton objects.

Reimplemented from GlobalObject.

◆ pressureAltitude()

Units::Distance Sensors::pressureAltitude ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property pressureAltitude

Definition at line 122 of file Sensors.h.

◆ statusString()

QString Sensors::statusString ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property statusString

Definition at line 128 of file Sensors.h.

Property Documentation

◆ ambientPressure

Units::Pressure Sensors::ambientPressure
read

Ambient pressure.

This property holds the ambient pressure recorded by the device sensor (if any).

Definition at line 83 of file Sensors.h.

◆ ambientTemperature

Units::Temperature Sensors::ambientTemperature
read

Ambient temperature.

This property holds the ambient temperature recorded by the device sensor (if any).

Definition at line 89 of file Sensors.h.

◆ pressureAltitude

Units::Distance Sensors::pressureAltitude
read

Pressure altitude.

This property holds the pressure altitude for the ambient pressure measured by the device sensor. In most practical setups, this will be the cabin altitude

Definition at line 96 of file Sensors.h.


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