Enroute Flight Navigation
A navigation app for VFR pilots
Units::Temperature Class Reference

Convenience class for temperature computations. More...

#include <Temperature.h>

Public Member Functions

Q_INVOKABLE bool isFinite () const
 Checks if the temperature is valid.
 
Q_INVOKABLE std::partial_ordering operator<=> (const Units::Temperature &rhs) const =default
 Comparison.
 
Q_INVOKABLE double toDegreeCelsius () const
 Convert to degree Celsius.
 
Q_INVOKABLE double toDegreeFarenheit () const
 Convert to degree Farenheit.
 
Q_INVOKABLE double toDegreeKelvin () const
 Convert to degree Kelvin.
 

Static Public Member Functions

static constexpr auto fromDegreeCelsius (double temperatureInDegreeCelsius) -> Temperature
 Constructs a temperature.
 
static constexpr auto fromDegreeFarenheit (double temperatureInDegreeFarenheit) -> Temperature
 Constructs a temperature.
 
static constexpr auto fromDegreeKelvin (double temperatureInDegreeKelvin) -> Temperature
 Constructs a temperature.
 

Detailed Description

Convenience class for temperature computations.

This extremely simple class allows computation with temperatures, without the need to worry about units. On construction, the temperature is set to NaN.

Definition at line 35 of file Temperature.h.

Member Function Documentation

◆ fromDegreeCelsius()

static constexpr auto Units::Temperature::fromDegreeCelsius ( double temperatureInDegreeCelsius) -> Temperature
inlinestaticconstexpr

Constructs a temperature.

Parameters
temperatureInDegreeCelsiustemperature in degree Celsius
Returns
temperature

Definition at line 46 of file Temperature.h.

◆ fromDegreeFarenheit()

static constexpr auto Units::Temperature::fromDegreeFarenheit ( double temperatureInDegreeFarenheit) -> Temperature
inlinestaticconstexpr

Constructs a temperature.

Parameters
temperatureInDegreeFarenheittemperature in Farenheit
Returns
temperature

Definition at line 59 of file Temperature.h.

◆ fromDegreeKelvin()

static constexpr auto Units::Temperature::fromDegreeKelvin ( double temperatureInDegreeKelvin) -> Temperature
inlinestaticconstexpr

Constructs a temperature.

Parameters
temperatureInDegreeKelvintemperature in degree Kevin
Returns
temperature

Definition at line 72 of file Temperature.h.

◆ isFinite()

Q_INVOKABLE bool Units::Temperature::isFinite ( ) const
inlinenodiscard

Checks if the temperature is valid.

Returns
True is the volume is a finite number

Definition at line 83 of file Temperature.h.

◆ operator<=>()

Q_INVOKABLE std::partial_ordering Units::Temperature::operator<=> ( const Units::Temperature & rhs) const
nodiscarddefault

Comparison.

Parameters
rhsRight hand side of the comparison
Returns
Result of the comparison

◆ toDegreeCelsius()

Q_INVOKABLE double Units::Temperature::toDegreeCelsius ( ) const
inlinenodiscard

Convert to degree Celsius.

Returns
temperature in degree Celsius

Definition at line 100 of file Temperature.h.

◆ toDegreeFarenheit()

Q_INVOKABLE double Units::Temperature::toDegreeFarenheit ( ) const
inlinenodiscard

Convert to degree Farenheit.

Returns
temperature in degree Farenheit

Definition at line 109 of file Temperature.h.

◆ toDegreeKelvin()

Q_INVOKABLE double Units::Temperature::toDegreeKelvin ( ) const
inlinenodiscard

Convert to degree Kelvin.

Returns
temperature in degree Kelvin

Definition at line 118 of file Temperature.h.


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