Enroute Flight Navigation
A navigation app for VFR pilots
|
Convenience class for speed computations. More...
#include <Speed.h>
Public Member Functions | |
Q_INVOKABLE bool | isFinite () const |
Checks if the speed is valid. | |
Q_INVOKABLE bool | isNegative () const |
Checks if the speed is negative. | |
Q_INVOKABLE double | operator/ (Units::Speed rhs) const |
Divides two speeds. | |
Q_INVOKABLE Units::Speed | operator+ (Units::Speed rhs) const |
Adds two speeds. | |
Q_INVOKABLE Units::Speed | operator- (Units::Speed rhs) const |
Difference of two speeds. | |
Q_INVOKABLE std::partial_ordering | operator<=> (const Units::Speed &rhs) const =default |
Comparison. | |
Q_INVOKABLE double | toFPM () const |
Convert to feet per minute. | |
Q_INVOKABLE double | toMPS () const |
Convert to meters per second. | |
Q_INVOKABLE double | toMPH () const |
Convert to meters per second. | |
Q_INVOKABLE double | toKN () const |
Convert to knots. | |
Q_INVOKABLE double | toKMH () const |
Convert to km/h. | |
Static Public Member Functions | |
static Q_INVOKABLE constexpr Units::Speed | fromFPM (double speedInFPM) |
Constructs a speed. | |
static Q_INVOKABLE constexpr Units::Speed | fromMPS (double speedInMPS) |
Constructs a speed. | |
static Q_INVOKABLE constexpr Units::Speed | fromMPH (double speedInMPH) |
Constructs a speed. | |
static Q_INVOKABLE constexpr Units::Speed | fromKN (double speedInKT) |
Constructs a speed. | |
static Q_INVOKABLE constexpr Units::Speed | fromKMH (double speedInKMH) |
Constructs a speed. | |
Static Public Attributes | |
static constexpr double | FPM_per_MPS = 196.85039370079 |
Unitless constant: one feet per minute / meters per second. | |
static constexpr double | MPS_per_MPH = 0.44704 |
Unitless constant: one mile per hour / meters per second. | |
static constexpr double | KMH_per_MPS = 3.6 |
Unitless constant: one km/h / meters per second. | |
static constexpr double | KN_per_MPS = 1.943844 |
Unitless constant: one knot / meters per second. | |
static constexpr double | KMH_per_KT = KMH_per_MPS / KN_per_MPS |
Unitless constant: one km/h / knot. | |
Convenience class for speed computations.
This extremely simple class allows computation with speeds, without the need to worry about units.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinenodiscard |
|
inlinenodiscard |
|
inline |
|
inline |
|
inline |
|
nodiscarddefault |
Comparison.
rhs | Right hand side of the comparison |
|
inlinenodiscard |
|
inlinenodiscard |
|
inlinenodiscard |
|
inlinenodiscard |
|
inlinenodiscard |