Enroute Flight Navigation
A navigation app for VFR pilots
|
Convenience class for volume flow computations. More...
#include <VolumeFlow.h>
Public Member Functions | |
Q_INVOKABLE bool | isFinite () const |
Checks if the volume is valid. | |
Q_INVOKABLE std::partial_ordering | operator<=> (const Units::VolumeFlow &rhs) const =default |
Comparison. | |
Q_INVOKABLE double | toLPH () const |
Convert to liters per hour. | |
Q_INVOKABLE double | toGPH () const |
Convert to gallons per hour. | |
Static Public Member Functions | |
static Q_INVOKABLE constexpr Units::VolumeFlow | fromLPH (double volumeFlowInLPH) |
Constructs a volume flow. | |
static Q_INVOKABLE constexpr Units::VolumeFlow | fromGPH (double volumeFlowInGPH) |
Constructs a volume flow. | |
Convenience class for volume flow computations.
This extremely simple class allows computation with volumes flows, without the need to worry about units. On construction, the volume is set to NaN.
Definition at line 35 of file VolumeFlow.h.
|
inlinestaticconstexpr |
Constructs a volume flow.
volumeFlowInGPH | volume in gallons per hour |
Definition at line 59 of file VolumeFlow.h.
|
inlinestaticconstexpr |
Constructs a volume flow.
volumeFlowInLPH | volume flow in liters per hour |
Definition at line 46 of file VolumeFlow.h.
|
inlinenodiscard |
Checks if the volume is valid.
Definition at line 70 of file VolumeFlow.h.
|
nodiscarddefault |
Comparison.
rhs | Right hand side of the comparison |
|
inlinenodiscard |
Convert to gallons per hour.
Definition at line 96 of file VolumeFlow.h.
|
inlinenodiscard |
Convert to liters per hour.
Definition at line 87 of file VolumeFlow.h.